From: xuhy Date: Mon, 22 Jul 2024 07:12:08 +0000 (+0800) Subject: Upgrade to 0.16.25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=tools%2Fdepanneur.git Upgrade to 0.16.25 Change-Id: I42a7d8aba221da45504e2ca839f8797ef7f0ff6f Signed-off-by: xuhy --- diff --git a/debian/changelog b/debian/changelog index 9e072d4..bbbc101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +depanneur (0.16.25) unstable; urgency=high + + * fix bug: When there are multiple specs file in one package, + if build again after chaning another commitID, + only build with one spec, other build are skipped. + + -- Xu Huayong Mon, 22 Jul 2024 14:38:00 +0800 + depanneur (0.16.24) unstable; urgency=high * Upgrade to 0.16.24. diff --git a/debian/control b/debian/control index 3d75bc1..c0350ae 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://www.tizen.org Package: depanneur Architecture: all Depends: ${perl:Depends}, - build (>= 20160629-tizen20231130), + build (>= 20160629-tizen20240722), libyaml-perl, createrepo-c, libjson-perl, diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index 269cd94..6aa8dd5 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,3 +1,8 @@ +* Mon Jul 22 2024 Xu Huayong 0.16.25 +* fix bug: When there are multiple specs file in one package, + if build again after chaning another commitID, + only build with one spec, other build are skipped. + * Thu Nov 30 2023 Xu Huayong 0.16.24 - Upgrade to 0.16.24. diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index 8502f3a..93aae1e 100644 --- a/packaging/depanneur.spec +++ b/packaging/depanneur.spec @@ -1,6 +1,6 @@ Name: depanneur Summary: Manages and executes the builds using the obs-build script. -Version: 0.16.24 +Version: 0.16.25 Release: 1 License: GPL-2.0+ Group: Development/Tools @@ -11,17 +11,17 @@ Requires: perl(YAML) Requires: perl(JSON) Requires: perl(HTML::Template) Requires: perl(Config::Tiny) -Requires: tizen-build >= 20231130 +Requires: tizen-build >= 20240722 Requires: libparallel-forkmanager-perl Requires: perl(BSSolv) #currently, only build for x86_64 arch. #%if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315 # #%else -#Requires: tizen-build-initvm-i586 >= 20231130 +#Requires: tizen-build-initvm-i586 >= 20240722 #%endif %ifarch x86_64 -Requires: tizen-build-initvm-x86_64 >= 20231130 +Requires: tizen-build-initvm-x86_64 >= 20240722 %endif %if 0%{?suse_version}