Test version 0.25.20-deps-alpha sandbox/hyokeun/additional-deps
authorhyokeun.jeon <hyokeun.jeon@samsung.com>
Thu, 26 Aug 2021 06:25:21 +0000 (15:25 +0900)
committerhyokeun.jeon <hyokeun.jeon@samsung.com>
Thu, 26 Aug 2021 07:20:15 +0000 (16:20 +0900)
Change-Id: Iaebf44030706312366504c16d4fccd87ddaccab4

debian/changelog
debian/control
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index be52f9d..409119d 100755 (executable)
@@ -1,3 +1,11 @@
+gbs (0.25.20.7) unstable; urgency=high
+  * upgrade to gbs v0.25.20.7, which contains the following features:
+     * New feature and enhancements added:
+      - Append extra sub packages after build finished 
+      * Deps gen only from local packs after build is done
+
+ -- Hyokeun <hyokeun@samsung.com>  Thu, 26 Aug 2021 15:00: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..9d0c87e 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.13.7)
 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 7c7f14e..68ed6cc 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.20"
+__version__ = "0.25.20.7"
index d76cd10..bc1b9db 100755 (executable)
@@ -1,3 +1,9 @@
+* Thu 26 Aug 2021 Hyokeun <hyokeun@samsung.com> 0.25.20.7
+  * upgrade to gbs v0.25.20.7, which contains the following features:
+    * New feature and enhancements added:
+      - Append extra sub packages after build finished 
+      - Deps gen only from local packs after build is done
+
 * 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..b398bd1 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.20
+Version:    0.25.20.7
 %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.13.7
 
 %if "%{?python_version}" < "2.7"
 Requires:   python-argparse