d/control: Require newer rpm
authorGuido Günther <agx@sigxcpu.org>
Wed, 27 Jan 2021 09:23:36 +0000 (10:23 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 31 Jan 2021 12:17:39 +0000 (13:17 +0100)
The version changed API and parsing strictness in multiple places,
don't try to cater for older versions.

debian/control

index 2ecbd964094820415ebb355cdb9e4729d26a8896..e8091dd628d37cbbde43a7bcbce5e70f8e4a36a1 100644 (file)
@@ -28,7 +28,7 @@ Build-Depends:
  devscripts (>= 2.17.7~) <!nocheck>,
  git (>= 1:1.7.9.1-1~) <!nocheck>,
  pristine-tar (>= 1.14) <!nocheck>,
- rpm <!nocheck>,
+ rpm (>= 4.16.1) <!nocheck>,
  unzip <!nocheck>,
  zipmerge <!nocheck>,
 # For the network tests
@@ -77,8 +77,8 @@ Depends: ${python3:Depends},
  ${misc:Depends},
  cpio,
  git-buildpackage (= ${binary:Version}),
- python3-rpm,
- rpm,
+ python3-rpm (>= 4.16.1),
+ rpm (>= 4.16.1),
 Recommends: pristine-tar (>= 0.5)
 Suggests: python3-notify, unzip, zipmerge, mock
 Description: Suite to help with RPM packages in Git repositories