From e36800899342dfa5a91fda399e10f757e2eff6af Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Fri, 4 Mar 2016 22:28:55 +0800 Subject: [PATCH] Upgrade gbs version to 0.24 gbs (0.24): * upgrade to gbs v0.24, which contains the following bug fixing & features: * bug fix: - fix Security issues that normal user can gain root permission with gbs chroot - fix git-build-package bugs and imporve some performance *Add --fail-fast option. Change-Id: Ia8e7eace05e29cf9193f8dfc975ff5f306fe5768 --- debian/changelog | 8 +++++++- packaging/gbs.changes | 7 +++++++ packaging/gbs.spec | 6 +++--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index de9b6d7..e1be717 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gbs (0.24) unstable; urgency=high + * upgrade to gbs v0.24, which contains the following bug fixing & features: + * bug fix: + - fix Security issues that normal user can gain root permission with gbs chroot + - fix git-build-package bugs and imporve some performance + *Add --fail-fast option. + gbs (0.23.2) unstable; urgency=high * upgrade to gbs v0.23.2, which contains the following bug fixing & features: * bug fix: @@ -19,7 +26,6 @@ gbs (0.23.1) unstable; urgency=high - fix tag mode in test_import script -- Li Jinjing Tue, 20 Jan 2015 10:56:15 +0800 - gbs (0.23) unstable; urgency=high * upgrade to gbs v0.23, which contains the following bug fixing & features: * export: support --fallback-to-native command line option to force gbs diff --git a/packaging/gbs.changes b/packaging/gbs.changes index 13b8cc5..69d0f70 100644 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Wed May 02 2016 Wang jun 0.24 + * upgrade to gbs v0.24, which contains the following bug fixing & features: + * bug fix: + - fix Security issues that normal user can gain root permission with gbs chroot + - fix git-build-package bugs and imporve some performance + *Add --fail-fast option. + * Mon Feb 2 2015 Dai Lang 0.23.2 * upgrade to gbs v0.23.2, which contains the following bug fixing & features: * bug fix: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 22cb542..223f2b3 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -6,7 +6,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 0.23.2 +Version: 0.24 %if 0%{?opensuse_bs} Release: 1.. %else @@ -21,8 +21,8 @@ Requires: python >= 2.6 Requires: python-pycurl Requires: sudo Requires: osc >= 0.132.6 -Requires: tizen-gbp-rpm >= 20140828 -Requires: depanneur >= 0.14 +Requires: tizen-gbp-rpm >= 20160302 +Requires: depanneur >= 0.15 %if "%{?python_version}" < "2.7" Requires: python-argparse -- 2.7.4