Upgrade to 0.16.21 90/289090/1 accepted/tizen/devbase/tools/20230301.063810 submit/trunk/20230301.114030
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 28 Feb 2023 08:08:51 +0000 (17:08 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 28 Feb 2023 08:08:51 +0000 (17:08 +0900)
Change-Id: I911c799f0514916372979fcc50f693d2a0de67de
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index aa247a9..6983aa6 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.21) unstable; urgency=high
+
+  * Upgrade to 0.16.21.
+  * Fix issue: chromium-efl package build failure on Tizen 5.5.
+ -- Wang Biao <biao716.wang@samsung.com>  Wed, 01 Mar 2023 10:00:00 +0800
+
 depanneur (0.16.20) unstable; urgency=high
 
   * Upgrade to 0.16.20.
index c063ad7..8993d6c 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20230112),
+ build (>= 20160629-tizen20230301),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index ee64515..edbbe4e 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Mar 01 2023 Wang Biao <biao716.wang@samsung.com> 0.16.21
+- Upgrade to 0.16.21.
+- Fix issue: chromium-efl package build failure on Tizen 5.5.
+
 * Thu Jan 12 2023 Wang Biao <biao716.wang@samsung.com> 0.16.20
 - Upgrade to 0.16.20.
 - add new option: --nocumulate.
index f79ef05..85e5a17 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.20
+Version:        0.16.21
 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 >= 20230112
+Requires:       tizen-build >= 20230301
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20230112
+Requires:       tizen-build-initvm-i586 >= 20230301
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20230112
+Requires:       tizen-build-initvm-x86_64 >= 20230301
 %endif
 
 %if 0%{?suse_version}