From: Zhang Qiang Date: Tue, 11 Mar 2014 06:08:34 +0000 (+0800) Subject: depend on new version of git-buildpackage and depanneur X-Git-Tag: 0.21~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd581593247b46bf108ca6c28e5b1a37229f14b;p=tools%2Fgbs.git depend on new version of git-buildpackage and depanneur Prepare for gbs 0.21 Change-Id: Icc572d51a8b8cdc1b82929f2e2f39f38a359d02f --- diff --git a/debian/control b/debian/control index fcd7ee3..4a2cefb 100644 --- a/debian/control +++ b/debian/control @@ -13,11 +13,11 @@ Depends: ${misc:Depends}, ${python:Depends}, python-pycurl, sudo, osc (>= 0.139.0), - git-buildpackage-rpm (>= 0.6.3-tizen20131202), + git-buildpackage-rpm (>= 0.6.8-tizen20140306), gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), gbs-remotebuild (= ${binary:Version}), - depanneur (>= 0.11) + depanneur (>= 0.12) Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001) Description: Command line tools for Tizen package developers The command line tools for Tizen package developers will diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 61b73b5..00a4062 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -20,8 +20,8 @@ Requires: python >= 2.6 Requires: python-pycurl Requires: sudo Requires: osc >= 0.139.0 -Requires: tizen-gbp-rpm >= 20131202 -Requires: depanneur >= 0.11 +Requires: tizen-gbp-rpm >= 20140306 +Requires: depanneur >= 0.12 %if "%{?python_version}" < "2.7" Requires: python-argparse