Update to 0.16.7 61/233761/2 accepted/tizen/devbase/tools/20200520.012805 accepted/tizen/devbase/tools/20200618.010533 submit/trunk/20200519.161030 submit/trunk/20200519.164610 submit/trunk/20200519.184310 submit/trunk/20200612.131210 submit/trunk/20200612.180310 submit/trunk/20200612.182210 submit/trunk/20200612.185510 submit/trunk/20200612.191020 submit/trunk/20200615.140020 submit/trunk/20200617.133020
authoryan11.meng <yan11.meng@samsung.com>
Tue, 19 May 2020 03:58:18 +0000 (11:58 +0800)
committeryan11.meng <yan11.meng@samsung.com>
Tue, 19 May 2020 05:41:26 +0000 (13:41 +0800)
Change-Id: I1e7a2006f7562da973bc7cc88f451c6b5dea8177
Signed-off-by: yan11.meng <yan11.meng@samsung.com>
debian/changelog
packaging/depanneur.changes
packaging/depanneur.spec

index 01e12c2..dc45d24 100644 (file)
@@ -1,3 +1,10 @@
+depanneur (0.16.7) unstable; urgency=high
+
+  *Fix gbs build error about path with'[]'
+  *Fix depanneur about check_circle
+
+ -- Meng Yan <yan11.meng@samsung.com>  Tue, 19 May 2020 10:00:00 +0800
+
 depanneur (0.16.6) unstable; urgency=high
 
   *Upgrade to 0.16.6
index 57f3b8b..8270e26 100644 (file)
@@ -1,3 +1,8 @@
+* Tue May 19 2020 Meng Yan <yan11.meng@samsung.com> 0.16.7
+- Upgrade to 0.16.7
+- Fix gbs build error about path with'[]'
+- Fix depanneur about check_circle
+
 * Fri Aug 30 2019 Wang Biao <biao716.wang@samsung.com> 0.16.6
 - Upgrade to 0.16.6
 - Add --export-only feature
index 1560781..0e95989 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.6
+Version:        0.16.7
 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 >= 20181031
+Requires:       tizen-build >= 20200519
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20181031
+Requires:       tizen-build-initvm-i586 >= 20200519
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20181031
+Requires:       tizen-build-initvm-x86_64 >= 20200519
 %endif
 
 %if 0%{?suse_version}