Upgrade to 0.25.21 64/263464/2 accepted/tizen/devbase/tools/20210903.085151 accepted/tizen/devbase/tools/20211012.121112 accepted/tizen/devbase/tools/20211013.010800 accepted/tizen/devbase/tools/20211013.084018 submit/trunk/20210903.134030 submit/trunk/20211012.085030 submit/trunk/20211012.095030 submit/trunk/20211012.103030 submit/trunk/20211012.133030 submit/trunk/20211012.135059 submit/trunk/20211012.140030 submit/trunk/20211012.195059 submit/trunk/20211013.103059 submit/trunk/20211013.111059 submit/trunk/20211013.113059 submit/trunk/20211013.141059
authorbiao716.wang <biao716.wang@samsung.com>
Sat, 4 Sep 2021 09:31:37 +0000 (18:31 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Sat, 4 Sep 2021 09:48:28 +0000 (18:48 +0900)
Change-Id: I7c8bfbe6dfd0591c25ac27fbfc7bca86f7031c4e
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index be52f9d..912751b 100755 (executable)
@@ -1,3 +1,15 @@
+gbs (0.25.21) unstable; urgency=high
+  * upgrade to gbs v0.25.21, which contains the following features:
+     * New feature and enhancements added:
+      - Rollback mis-commited changes.
+      - Profiling - Do not save log files.
+      - Fix VMInstall package is not installed.
+      - Fix kvm support in Ubuntu.
+      - Use the defalut uid:gid in /usr/bin/build.
+      - Append extra sub packages after build finished.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Fri, 03 Sep 2021 12:30:00 +0800
+
 gbs (0.25.20) unstable; urgency=high
   * upgrade to gbs v0.25.20, which contains the following features:
      * New feature and enhancements added:
index f56036a..95f0296 100755 (executable)
@@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${python:Depends},
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
  gbs-bsr (= ${binary:Version}),
- depanneur (>= 0.16.13)
+ depanneur (>= 0.16.14)
 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 636b6ea..2471509 100755 (executable)
@@ -1,3 +1,16 @@
+Release notes for gbs 0.25.21
+==========================
+
+- Release Date: 2021-9
+
+- New feature and enhancements added:
+    * Rollback mis-commited changes.
+    * Profiling - Do not save log files.
+    * Fix VMInstall package is not installed.
+    * Fix kvm support in Ubuntu.
+    * Use the defalut uid:gid in /usr/bin/build.
+    * Append extra sub packages after build finished.
+
 Release notes for gbs 0.25.20
 ==========================
 
index 7c7f14e..dc32eb6 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.20"
+__version__ = "0.25.21"
index d76cd10..0a50cef 100755 (executable)
@@ -1,3 +1,13 @@
+* Fri Sep 03 2021 Biao Wang <biao716.wang@samsung.com> 0.25.21
+  * upgrade to gbs v0.25.20, which contains the following features:
+    * New feature and enhancements added:
+      - Rollback mis-commited changes.
+      - Profiling - Do not save log files.
+      - Fix VMInstall package is not installed.
+      - Fix kvm support in Ubuntu.
+      - Use the defalut uid:gid in /usr/bin/build.
+      - Append extra sub packages after build finished.
+
 * Tue Jul 13 2021 Biao Wang <biao716.wang@samsung.com> 0.25.20
   * upgrade to gbs v0.25.20, which contains the following features:
     * New feature and enhancements added:
index 9ff8ae6..a64d0dd 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.20
+Version:    0.25.21
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -24,7 +24,7 @@ Requires:   python-lxml
 Requires:   sudo
 Requires:   osc >= 0.132.6
 Requires:   tizen-gbp-rpm >= 20210514
-Requires:   depanneur >= 0.16.13
+Requires:   depanneur >= 0.16.14
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse