From: SoonKyu Park Date: Thu, 29 Dec 2016 08:41:29 +0000 (+0900) Subject: Add changelog and upgrade build require to sync up master branch X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c53b1283ea7a610320c8bbba261cc73b9d996bc;p=tools%2Fdepanneur.git Add changelog and upgrade build require to sync up master branch Change-Id: I1f99bbceaba6a3d3607b006d11ee1da35a4615f2 --- diff --git a/debian/changelog b/debian/changelog index 4cb0197..b70c97a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Sep 2016 10:30:00 +0800 + -- SoonKyu Park Sat, 31 Dec 2016 19:30:00 +0800 depanneur (0.15.2) unstable; urgency=high diff --git a/debian/control b/debian/control index 33bc3dd..626bd5b 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/packaging/depanneur.changes b/packaging/depanneur.changes index 1793952..8d9030c 100644 --- a/packaging/depanneur.changes +++ b/packaging/depanneur.changes @@ -1,5 +1,11 @@ -* Wed Sep 28 2016 Zhang Yang 0.15.3 -- Adapt to Ubuntu 16.10 +* Sat Dec 31 2016 SoonKyu Park 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 0.15.2 - Add --use-higher-deps option, it means which repo provides higher version diff --git a/packaging/depanneur.spec b/packaging/depanneur.spec index 1b8c739..5df8808 100644 --- a/packaging/depanneur.spec +++ b/packaging/depanneur.spec @@ -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}