Upgrade to 0.16.25 57/314857/1 devel master
authorxuhy <huayong.xu@samsung.com>
Mon, 22 Jul 2024 07:12:08 +0000 (15:12 +0800)
committerxuhy <huayong.xu@samsung.com>
Mon, 22 Jul 2024 07:12:22 +0000 (15:12 +0800)
Change-Id: I42a7d8aba221da45504e2ca839f8797ef7f0ff6f
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 9e072d4..bbbc101 100644 (file)
@@ -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 <huayong.xu@samsung.com>  Mon, 22 Jul 2024 14:38:00 +0800
+
 depanneur (0.16.24) unstable; urgency=high
 
   * Upgrade to 0.16.24.
index 3d75bc1..c0350ae 100644 (file)
@@ -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,
index 269cd94..6aa8dd5 100644 (file)
@@ -1,3 +1,8 @@
+* Mon Jul 22 2024 Xu Huayong <huayong.xu@samsung.com> 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 <huayong.xu@samsung.com> 0.16.24
 - Upgrade to 0.16.24.
 
index 8502f3a..93aae1e 100644 (file)
@@ -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}