Upgrade gbs version to 0.24
authorJun Wang <junbill.wang@samsung.com>
Fri, 4 Mar 2016 14:28:55 +0000 (22:28 +0800)
committerJun Wang <junbill.wang@samsung.com>
Fri, 4 Mar 2016 14:29:29 +0000 (22:29 +0800)
    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
packaging/gbs.changes
packaging/gbs.spec

index d29a68be0c833b214cdfa534346837ea59cc7ec3..f8196ecc4504a18321c5701e57be87e9f63218bf 100644 (file)
@@ -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) 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
index 325df8abc068f3b041ccf079c4708ea6204f4611..a8a22091948501df408bf28c234df5ca0d9cdf94 100644 (file)
@@ -1,3 +1,10 @@
+* Wed May 02 2016 Wang jun <junbill.wang@samsung.com> 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.
+
 * Wed Oct 15 2014 Li Jinjing <jinjingx.li@intel.com> 0.23
   * upgrade to gbs v0.23, which contains the following bug fixing & features:
     * export: support --fallback-to-native command line option to force gbs to
index dbba9a410d0a557e13066aa7131e4f17f5eec845..0fb0e0242e07eccf98e5450d535bc9a6e893afb1 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.23
+Version:    0.24
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %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