Upgrade to 0.25.2 25/178325/1
authorjingui.ren <jingui.ren@samsung.com>
Tue, 8 May 2018 05:43:13 +0000 (13:43 +0800)
committerjingui.ren <jingui.ren@samsung.com>
Wed, 9 May 2018 09:17:17 +0000 (17:17 +0800)
Change-Id: I33fe0c36c3b7cea2c5f71b7c71e753d1beb849b1
Signed-off-by: jingui.ren <jingui.ren@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 8588718..bf0a615 100755 (executable)
@@ -1,3 +1,9 @@
+gbs (0.25.2) unstable; urgency=high
+  * upgrade to gbs v0.25.2, which contains the following features:
+    * bug fix:
+      - Fix umount directories inside build root after build is finished
+ -- Ren Jingui <jingui.ren@samsung.com>  Fri, 11 May 2018 12:30:00 +0800
+
 gbs (0.25.1) unstable; urgency=high
   * upgrade to gbs v0.25.1, which contains the following features:
     * bug fix:
index 73635ba..5e47a47 100755 (executable)
@@ -19,7 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
- depanneur (>= 0.16.1)
+ depanneur (>= 0.16.2)
 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
index 4ddd86e..8d67c04 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.2
+==========================
+
+- Release Date: 2018-05
+
+- Bug fix:
+    * Fix umount directories inside build root after build is finished
+- Update dependencies:
+    * depanneur >= 0.16.2
+
 Release notes for gbs 0.25.1
 ==========================
 
index 7552663..a112d11 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.1"
+__version__ = "0.25.2"
index ec359dd..39cc356 100755 (executable)
@@ -1,3 +1,8 @@
+* Fri May 11 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.2
+  * upgrade to gbs v0.25.2, which contains the following features:
+    * bug fix
+      - Fix umount directories inside build root after build is finished
+
 * Fri Mar 23 2018 Ren Jingui <jingui.ren@samsung.com> 0.25.1
   * upgrade to gbs v0.25.1, which contains the following features:
     * bug fix
index b9c6a07..e1c64b8 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.1
+Version:    0.25.2
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.155.0
 Requires:   tizen-gbp-rpm >= 20161231
-Requires:   depanneur >= 0.16.0
+Requires:   depanneur >= 0.16.2
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse