Update version to 0.15.5 openSUSE_12.3-release
authorSoonKyu Park <sk7.park@samsung.com>
Tue, 4 Apr 2017 10:14:22 +0000 (19:14 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Mon, 17 Jul 2017 07:36:33 +0000 (16:36 +0900)
Change-Id: I69d9d0fd5a76fdbd407e95fe1db373fb75b66250

Conflicts:
packaging/depanneur.spec

debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 9dd8c2cc7b1f15d3d682a57a77e9df706fd3698e..1ab8b1f7b00f8ac4e6bd7055a6f93e14008e734c 100644 (file)
@@ -1,8 +1,15 @@
+depanneur (0.15.5) unstable; urgency=high
+
+  * Fix not to input sudo password at the end of gbs build
+  * Fix debchange warning
+
+ -- SoonKyu Park <sk7.park@samsung.com>  Wed, 5 Apr 2017 17:00:00 +0900
+
 depanneur (0.15.4) unstable; urgency=high
 
   * Support 'Recommands:' inside spec file
 
- -- SoonKyu Park <sk7.park@samsung.com> Sat, 14 Jan 2017 19:30:00 +0800
+ -- SoonKyu Park <sk7.park@samsung.com>  Sat, 14 Jan 2017 19:30:00 +0800
 
 depanneur (0.15.3) unstable; urgency=high
 
index 3e17374b2965897f80b9cdd160327367e1de7d46..bb031e944d9eed2c0e7f028a1d5a90d6c74b4798 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20150115-tizen20170114),
+ build (>= 20150115-tizen20170405),
  libyaml-perl,
  createrepo (>= 0.9.8),
  libjson-perl,
index c8148af84f9b6a0141ad706591c3ef35e16850f5..ef58320c2655c262bfac152adac716d15a71eb6b 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Apr 05 2017 SoonKyu Park <sk7.park@samsung.com> 0.15.5
+- Fix not to input sudo password at the end of gbs build
+- Fix debchange warning
+
 * Sat Jan 14 2017 SoonKyu Park <sk7.park@samsung.com> 0.15.4
 - Support 'Recommands:' inside spec file
 
index d82aa29b3044629d639acbb772e2126619b09208..0dd7de3e0690a3bbda6fb1afa62a8cb2c719e740 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.15.4
+Version:        0.15.5
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -10,14 +10,14 @@ Requires:       createrepo >= 0.9.8
 Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
-Requires:       tizen-build >= 20170114
-%if 0%{?centos_ver} == 7
+Requires:       tizen-build >= 20170405
+%if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20170114
+Requires:       tizen-build-initvm-i586 >= 20170405
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20170114
+Requires:       tizen-build-initvm-x86_64 >= 20170405
 %endif
 
 %if 0%{?suse_version}