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:35:42 +0000 (22:35 +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 de9b6d760021ce6e59778606246e5da0ba5c34c1..e1be7177f9f58dccdce14b1005a46d900d8bbec7 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.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 <jinjingx.li@intel.com>  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
index 13b8cc50172439993e3c93284078f81c7d138dd3..69d0f70a64a327c374accd4b2db1652c6060fd67 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.
+
 * Mon Feb 2 2015 Dai Lang <langx.dai@intel.com> 0.23.2
   * upgrade to gbs v0.23.2, which contains the following bug fixing & features:
     * bug fix:
index 22cb542997389391064b03058ebe016a6738a768..223f2b3494c902edbccc26ed89affe981bfe8d47 100644 (file)
@@ -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.<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