aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-01-27 10:23:36 +0100
committerGuido Günther <agx@sigxcpu.org>2021-01-31 13:17:39 +0100
commit99af76a14237bba5ba391d2046b7ac1111fa4f23 (patch)
treeed532a578d97b2d8dcc80fd76f8b7ff247c5d274 /debian/control
parent6391e0a20570258c918522b0cafdb95858baaa6d (diff)
d/control: Require newer rpm
The version changed API and parsing strictness in multiple places, don't try to cater for older versions.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2ecbd964..e8091dd6 100644
--- a/debian/control
+++ b/debian/control
@@ -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