Upgrade to 0.25.30 25/292625/1 accepted/tizen_devbase_tools accepted/tools_devbase_tools_legacy accepted/tizen/devbase/tools/20230511.065426 accepted/tools/devbase/tools/legacy/20240422.110804 accepted/tools/devbase/tools/legacy/20240423.040652 accepted/tools/devbase/tools/legacy/20240424.050633 submit/trunk/20230510.144030 submit/trunk/20230511.084030 submit/trunk/20230818.144030
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 10 May 2023 07:34:22 +0000 (16:34 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 10 May 2023 07:34:22 +0000 (16:34 +0900)
Change-Id: Icf0c89a04d28fe900c9bf65dfdd02623bac62996
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 deca969..eb2b336 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.25.30) unstable; urgency=high
+  * upgrade to gbs v0.25.30, which contains the following features:
+     * New feature and enhancements added:
+     * hide credentials information in logs.
+     * ignore non-existance of qemu binfmt file.
+     * revert to generate reverse dependency.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 10 May 2023 12:30:00 +0800
+
 gbs (0.25.29) unstable; urgency=high
   * upgrade to gbs v0.25.29, which contains the following features:
      * New feature and enhancements added:
index ff724c2..c98ce83 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.21)
+ depanneur (>= 0.16.22)
 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 6cd25fe..d9d2484 100755 (executable)
@@ -1,3 +1,13 @@
+Release notes for gbs 0.25.30
+==========================
+
+- Release Date: 2023-5
+
+- New feature and enhancements added:
+    * hide credentials information in logs.
+    * ignore non-existance of qemu binfmt file.
+    * revert to generate reverse dependency.
+
 Release notes for gbs 0.25.29
 ==========================
 
index d017eb5..8e0e1a8 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.29"
+__version__ = "0.25.30"
index ef42e3e..a4d772a 100755 (executable)
@@ -1,3 +1,10 @@
+* Wed May 10 2023 Biao Wang <biao716.wang@samsung.com> 0.25.30
+  * upgrade to gbs v0.25.30, which contains the following features:
+    * New feature and enhancements added:
+      - hide credentials information in logs.
+      - ignore non-existance of qemu binfmt file.
+      - revert to generate reverse dependency.
+
 * Wed Mar 23 2023 Biao Wang <biao716.wang@samsung.com> 0.25.29
   * upgrade to gbs v0.25.29, which contains the following features:
     * New feature and enhancements added:
index c908228..6093309 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.29
+Version:    0.25.30
 %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.21
+Requires:   depanneur >= 0.16.22
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse