Add changelog and upgrade build require to sync up master branch
authorSoonKyu Park <sk7.park@samsung.com>
Thu, 29 Dec 2016 08:41:29 +0000 (17:41 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 29 Dec 2016 08:41:29 +0000 (17:41 +0900)
Change-Id: I1f99bbceaba6a3d3607b006d11ee1da35a4615f2

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

index 4cb01972691ac674c6f0eb551da58fc2b0512bad..b70c97aef62f4eb6216e0e4147edec195316ec8f 100644 (file)
@@ -1,8 +1,14 @@
 depanneur (0.15.3) unstable; urgency=high
 
-  * Adapt to  Ubuntu 16.10.
+  * Enable kvm build function.
+  * Add config to make some packages not export sources for accel.
+  * Export source code by gbs use threads.
+  * Improve build order for multiple building.
+  * Reduce copy files times for rpm packages,using 'mv' command instead.
+  * Add openSUSE 42.1 check action for build-initvm-i586
+  * Fix lack of OTHER directory cause rpmlint error
 
- -- Zhang Yang <y0169.zhang@samsung.com> Wed, 28 Sep 2016 10:30:00 +0800
+ -- SoonKyu Park <sk7.park@samsung.com> Sat, 31 Dec 2016 19:30:00 +0800
 
 depanneur (0.15.2) unstable; urgency=high
 
index 33bc3dd73a8a6c87eea4d33597589f64c7a03cde..626bd5b06046e9a09deb34777067f3e4b068b2da 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20150115-tizen20160929),
+ build (>= 20150115-tizen20161231),
  libyaml-perl,
  createrepo (>= 0.9.8),
  libjson-perl,
index 1793952d501e89f7c3622381258d9c3946e7717e..8d9030c715e17c4cdc9bebadd9cd36864782f96e 100644 (file)
@@ -1,5 +1,11 @@
-* Wed Sep 28 2016 Zhang Yang <y0169.zhang@samsung.com> 0.15.3
-- Adapt to Ubuntu 16.10
+* Sat Dec 31 2016 SoonKyu Park <sk7.park@samsung.com> 0.15.3
+- Enable kvm build function.
+- Add config to make some packages not export sources for accel.
+- Export source code by gbs use threads.
+- Improve build order for multiple building.
+- Reduce copy files times for rpm packages,using 'mv' command instead.
+- Add openSUSE 42.1 check action for build-initvm-i586
+- Fix lack of OTHER directory cause rpmlint error
 
 * Wed Sep 21 2016 Zhang Yang <y0169.zhang@samsung.com> 0.15.2
 - Add --use-higher-deps option, it means which repo provides higher version
index 1b8c739bba6c1827c754e3f22fdcf8574c983a25..5df88081758621b837d9a6be994d3a1791b8e29d 100644 (file)
@@ -10,14 +10,14 @@ Requires:       createrepo >= 0.9.8
 Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
-Requires:       tizen-build >= 20160929
+Requires:       tizen-build >= 20161231
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20160929
+Requires:       tizen-build-initvm-i586 >= 20161231
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20160929
+Requires:       tizen-build-initvm-x86_64 >= 20161231
 %endif
 
 %if 0%{?suse_version}