+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
Package: depanneur
Architecture: all
Depends: ${perl:Depends},
- build (>= 20160629-tizen20200721),
+ build (>= 20160629-tizen20201203),
libyaml-perl,
createrepo-c,
libjson-perl,
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) {
+* 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.
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
%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}