From: Guido Günther Date: Wed, 27 Jan 2021 09:23:36 +0000 (+0100) Subject: d/control: Require newer rpm X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99af76a14237bba5ba391d2046b7ac1111fa4f23;p=tools%2Fgit-buildpackage.git d/control: Require newer rpm The version changed API and parsing strictness in multiple places, don't try to cater for older versions. --- 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~) , git (>= 1:1.7.9.1-1~) , pristine-tar (>= 1.14) , - rpm , + rpm (>= 4.16.1) , unzip , zipmerge , # 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