Upgrade to 0.16.18 91/279191/1
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 3 Aug 2022 08:21:25 +0000 (17:21 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 3 Aug 2022 08:21:25 +0000 (17:21 +0900)
Change-Id: Ie57721db6945901a4006f2865fbcdd7189a1b46e
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index c38aef0..7d16ced 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.18) unstable; urgency=high
+
+  * Upgrade to 0.16.18.
+
+ -- Wang Biao <biao716.wang@samsung.com>  Wed, 03 Aug 2022 10:00:00 +0800
+
 depanneur (0.16.17) unstable; urgency=high
 
   * Fix build error dlog aarch64.
index d3e0488..82d69dd 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20220705),
+ build (>= 20160629-tizen20220803),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index d20b31e..d1f7366 100644 (file)
@@ -1,7 +1,10 @@
-* Tue Jul 05 2022 Wang Biao <biao716.wang@samsung.com> 0.16.15
+* Wed Aug 03 2022 Wang Biao <biao716.wang@samsung.com> 0.16.18
+- Upgrade to 0.16.18.
+
+* Tue Jul 05 2022 Wang Biao <biao716.wang@samsung.com> 0.16.17
 - Fix Build error dlog aarch64.
 
-* Wed Apr 27 2022 Wang Biao <biao716.wang@samsung.com> 0.16.15
+* Wed Apr 27 2022 Wang Biao <biao716.wang@samsung.com> 0.16.16
 - Fix umount abnormal issue on Ubuntu 20.04.
 
 * Wed Jan 05 2022 Wang Biao <biao716.wang@samsung.com> 0.16.15
index 99056e0..330f049 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.17
+Version:        0.16.18
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,16 +11,16 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20220705
+Requires:       tizen-build >= 20220803
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20220705
+Requires:       tizen-build-initvm-i586 >= 20220803
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20220705
+Requires:       tizen-build-initvm-x86_64 >= 20220803
 %endif
 
 %if 0%{?suse_version}