Update to 0.16.9 66/248866/2 accepted/tizen/devbase/tools/20201204.090119 submit/trunk/20201203.143330 submit/trunk/20201204.134230
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 3 Dec 2020 02:42:08 +0000 (11:42 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 3 Dec 2020 03:37:40 +0000 (12:37 +0900)
Change-Id: Iecb645145fed1cd0a5fa9211aa0ba2a9a8a65d2a
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
depanneur
packaging/depanneur.changes
packaging/depanneur.spec

index e7887f72a9d5969befcfa2c455b7b14055378b54..e8862229960d2d1cc57aa622e6e131d306eca35d 100644 (file)
@@ -1,3 +1,10 @@
+depanneur (0.16.9) unstable; urgency=high
+
+  *Fix build failed when gbs full build
+  *Add exception check when generating xml file
+
+ -- Wang Biao <biao716.wang@samsung.com>  Thu, 3 Dec 2020 10:00:00 +0800
+
 depanneur (0.16.8) unstable; urgency=high
 
   *Use createrepo-c to replace createrepo
index 07f211c7fe45542e6c9edb475152bedc32626009..29bfc9833fa120ae0c0adbce9bb879f5d4ab072f 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20200721),
+ build (>= 20160629-tizen20201203),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index 17c2b4cb3b683cf6ff6601fc9620cb9040cf382e..2be73b05c62dde4b4b37db2971510d5aec32cf06 100755 (executable)
--- a/depanneur
+++ b/depanneur
@@ -2828,9 +2828,6 @@ if (@bins) {
     update_pkgddeps();
 }
 
-#alway generate depends and reverse depends xml file.
-generate_depends_xmlfile();
-
 warning("no available packages to build.") if (scalar (keys %to_build) == 0);
 
 if ($incremental == 1 && scalar(keys %to_build) > 1) {
index 26ddedb47adfce8322d6c98a3919f82716b3a5e5..18964f668e53f5ebdd413bad49cb4a1092717532 100644 (file)
@@ -1,3 +1,8 @@
+* Thu Dec 3 2020 Wang Biao <biao716.wang@samsung.com> 0.16.9
+- Upgrade to 0.16.9
+- Fix build failed when gbs full build
+- Add exception check when generating xml file
+
 * Thu Nov 05 2020 Wang Biao <biao716.wang@samsung.com> 0.16.8
 - Upgrade to 0.16.8
 - Use createrepo-c to replace createrepo.
index f227285fe70d912a85f7208079b74d5e0648cf5d..61b30214dd54c130d7f2f572ce2eff9ed13f6005 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.8
+Version:        0.16.9
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -17,10 +17,10 @@ Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20200721
+Requires:       tizen-build-initvm-i586 >= 20201203
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20200721
+Requires:       tizen-build-initvm-x86_64 >= 20201203
 %endif
 
 %if 0%{?suse_version}