From 619ec0d77f59b0b3da095e5151685f3570934495899fc2936176929e21dc564e Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Mon, 6 Aug 2018 09:23:37 +0000 Subject: [PATCH 1/4] =?UTF-8?q?-=20Bump=20version:=209.16.6=20=E2=86=92=20?= =?UTF-8?q?9.16.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update vagrant doc chapter per review by Tom - Added vagrant setup chapter in the docs Document steps to create a vagrant box for the libvirt provider. Also provide information on provider support This Fixes #792 - Use xattr 0.9.3 Latest xattr is broken on pip - Fixed make obs_test_status The helper script .obs_test_status looks up the build results from the integration tests. With the introduction of multibuild integration tests the script has to apply some modifications to get the correct results This is related to Issue #791 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=116 --- python-kiwi.changes | 44 +++++++++++++++++++++++++++++++++++++++++++- python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 46 insertions(+), 4 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index 68ba990..2caa6e3 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,43 @@ +------------------------------------------------------------------- +Wed Aug 1 14:24:25 CEST 2018 - ms@suse.de + +- Bump version: 9.16.6 → 9.16.7 + +------------------------------------------------------------------- +Wed Aug 1 13:18:37 CEST 2018 - ms@suse.de + +- update vagrant doc chapter per review by Tom + +------------------------------------------------------------------- +Wed Aug 1 09:03:19 CEST 2018 - ms@suse.de + +- Added vagrant setup chapter in the docs + + Document steps to create a vagrant box for the libvirt + provider. Also provide information on provider support + This Fixes #792 + +------------------------------------------------------------------- +Tue Jul 31 09:45:35 CEST 2018 - ms@suse.de + +- Use xattr 0.9.3 + + Latest xattr is broken on pip + +------------------------------------------------------------------- +Tue Jul 31 08:58:18 CEST 2018 - ms@suse.de + +- Fixed make obs_test_status + + The helper script .obs_test_status looks up the build + results from the integration tests. With the introduction + of multibuild integration tests the script has to apply + some modifications to get the correct results + This is related to Issue #791 + ------------------------------------------------------------------- Mon Jul 30 13:21:16 CEST 2018 - ms@suse.de - + - Bump version: 9.16.5 → 9.16.6 ------------------------------------------------------------------- @@ -24,6 +61,11 @@ Mon Jul 30 08:44:12 CEST 2018 - ms@suse.de and the default applies. However it's a fairly well approach to set a zero second boot timeout. This Fixes #789 +------------------------------------------------------------------- +Fri Jul 27 14:31:59 CEST 2018 - dcassany@suse.de + +- Add build tests for CentOS + ------------------------------------------------------------------- Fri Jul 27 12:27:18 CEST 2018 - dcassany@suse.de diff --git a/python-kiwi.spec b/python-kiwi.spec index c160f7a..adaf8bb 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.16.6 +Version: 9.16.7 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 7d53355..59f3b50 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76a0014b92be1cc7bba3564363f5d223ebd70ea8e74ad17186a368123f2a892 -size 533536 +oid sha256:eae8e08bcd9f2164f71caf25abf31d2264d6258dd4e4ddecf15689c8a2d744b9 +size 532764 From 8aee5d12c57682d0ea6d7a552bba1adcbca2bf23811ca304f3f36ce4549c833f Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Wed, 8 Aug 2018 20:05:16 +0000 Subject: [PATCH 2/4] =?UTF-8?q?-=20Bump=20version:=209.16.7=20=E2=86=92=20?= =?UTF-8?q?9.16.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update pxe server setup documentation Delete the suggested modifications to /etc/sysconfig/atftpd and trust the defaults provided by the package - Added support for system wide config file If there is no user specific config file we are also looking for a system wide /etc/kiwi.yml file - use more meaningful variable names - Fix baseStripUnusedLibs config method This commit arguments handling of the baseStripUnusedLibs that was not prepared to handle quoted variable containing a list. Fixes #798 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=117 --- python-kiwi.changes | 113 +++++++++++++++++++++++++++++++++++++++++++- python-kiwi.spec | 3 +- python-kiwi.tar.gz | 4 +- 3 files changed, 115 insertions(+), 5 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index 2caa6e3..180947a 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,117 @@ +------------------------------------------------------------------- +Wed Aug 8 21:32:23 CEST 2018 - ms@suse.de + +- Bump version: 9.16.7 → 9.16.8 + +------------------------------------------------------------------- +Wed Aug 8 18:02:59 CEST 2018 - ms@suse.de + +- Update pxe server setup documentation + + Delete the suggested modifications to /etc/sysconfig/atftpd + and trust the defaults provided by the package + +------------------------------------------------------------------- +Wed Aug 8 17:56:24 CEST 2018 - ms@suse.de + +- Added support for system wide config file + + If there is no user specific config file we are also + looking for a system wide /etc/kiwi.yml file + +------------------------------------------------------------------- +Wed Aug 8 09:46:22 CEST 2018 - dcassany@suse.de + +- use more meaningful variable names + +------------------------------------------------------------------- +Tue Aug 7 16:10:11 CEST 2018 - dcassany@suse.de + +- Fix baseStripUnusedLibs config method + + This commit arguments handling of the baseStripUnusedLibs + that was not prepared to handle quoted variable containing a list. + + Fixes #798 + +------------------------------------------------------------------- +Tue Aug 7 11:43:13 CEST 2018 - ms@suse.de + +- Added doc chapter for remote live boot + +------------------------------------------------------------------- +Mon Aug 6 18:28:30 CEST 2018 - ms@suse.de + +- Added support for pxe live boot via AOE + + The live ISO should support a network reference. We are using + the Ata Over Ethernet protocol to achieve this. In combination + with pxe boot of the kernel/initrd a live iso can boot from + the network using the following parameter example: + + root=live:AOEINTERFACE:e0.1 rd.kiwi.live.pxe + + Export of the live iso file via AOE can be achieved using the + vblade toolkit which needs to be available on the exporting + system and compatible with the live operating system. + This Fixes #796 + +------------------------------------------------------------------- +Mon Aug 6 12:21:24 CEST 2018 - ms@suse.de + +- Run schema validation/update per XSL stylesheets + +------------------------------------------------------------------- +Mon Aug 6 12:16:53 CEST 2018 - ms@suse.de + +- Added XSL stylesheet to auto update schema + + Drop oem-ataraid-scan from oemconfig if specified + +------------------------------------------------------------------- +Mon Aug 6 11:45:15 CEST 2018 - ms@suse.de + +- Update vagrant doc chapter redirect links + +------------------------------------------------------------------- +Mon Aug 6 11:39:03 CEST 2018 - ms@suse.de + +- Drop oem-ataraid-scan from schema + + Along with the change we pin generateDS version to 2.29.14 + because the newer version (2.29.19) creates broken python + syntax for elements with a value list for their content + like it's the case for the packagemanager element. The + tool uses the name k.packagemanager.content as class name + which is invalid for python. + +------------------------------------------------------------------- +Mon Aug 6 11:31:07 CEST 2018 - ms@suse.de + +- Delete dmraid aka: softraid soft/fakeraid support + + In fate#323743 the decision was made to drop dmraid from + the distribution. Along with the low business case for those + controllers and the support for linux softraid via mdadm + we also drop the support in kiwi for oem-ataraid-scan + +------------------------------------------------------------------- +Mon Aug 6 11:21:22 CEST 2018 - ms@suse.de + +- Fixed unresolvables in EC2 integration build + + For some reason libyui-ncurses-pkg8 is gone now + +------------------------------------------------------------------- +Mon Aug 6 11:15:16 CEST 2018 - ms@suse.de + +- Fixed unresolvables in integration builds + + For some reason libyui-ncurses-pkg8 is gone now + ------------------------------------------------------------------- Wed Aug 1 14:24:25 CEST 2018 - ms@suse.de - + - Bump version: 9.16.6 → 9.16.7 ------------------------------------------------------------------- diff --git a/python-kiwi.spec b/python-kiwi.spec index adaf8bb..306c9ec 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.16.7 +Version: 9.16.8 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi @@ -332,7 +332,6 @@ BuildRequires: dracut %endif Requires: dracut-kiwi-lib Requires: kexec-tools -Requires: dmraid %if 0%{?suse_version} || 0%{?debian} || 0%{?ubuntu} Requires: multipath-tools %endif diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 59f3b50..9d2b079 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eae8e08bcd9f2164f71caf25abf31d2264d6258dd4e4ddecf15689c8a2d744b9 -size 532764 +oid sha256:1bd474c4d90c2900675ad09831c828b63ec4a3f1dcaf5b9e9c86f3f326a29f6b +size 535840 From 9c090092c7a25c7302d556a1a16f1637d63b4a078612b1fb793a0dc736b86f0d Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Mon, 20 Aug 2018 15:12:28 +0000 Subject: [PATCH 3/4] =?UTF-8?q?-=20Bump=20version:=209.16.8=20=E2=86=92=20?= =?UTF-8?q?9.16.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed deploy target As part of the deploy process in travis a bundle to pypi is uploaded. The bundle is missing the compiled manual pages because the doc_travis stage did not create them. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=118 --- python-kiwi.changes | 16 +++++++++++++++- python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index 180947a..1715e7b 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 20 17:02:58 CEST 2018 - ms@suse.de + +- Bump version: 9.16.8 → 9.16.9 + +------------------------------------------------------------------- +Mon Aug 20 12:04:09 CEST 2018 - ms@suse.de + +- Fixed deploy target + + As part of the deploy process in travis a bundle to pypi is + uploaded. The bundle is missing the compiled manual pages because + the doc_travis stage did not create them. + ------------------------------------------------------------------- Wed Aug 8 21:32:23 CEST 2018 - ms@suse.de - + - Bump version: 9.16.7 → 9.16.8 ------------------------------------------------------------------- diff --git a/python-kiwi.spec b/python-kiwi.spec index 306c9ec..ff1ed13 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.16.8 +Version: 9.16.9 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 9d2b079..3548e81 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bd474c4d90c2900675ad09831c828b63ec4a3f1dcaf5b9e9c86f3f326a29f6b -size 535840 +oid sha256:87e92026d1300340be4bdf7cec8d39c3ad69d9a93144f3d9e856235f0f8d9965 +size 533843 From 599f15f6daaa0f8843aa4ec9491038e233d1021a6ff9ee516299b9a3a281b95b Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Tue, 21 Aug 2018 09:03:02 +0000 Subject: [PATCH 4/4] =?UTF-8?q?-=20Bump=20version:=209.16.11=20=E2=86=92?= =?UTF-8?q?=209.16.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Follow up fix for skip_cleanup use make sure doc_travis tox target has created the manual pages such that the environment contains this data - Bump version: 9.16.10 → 9.16.11 - Use skip_cleanup for deploy stage in travis We need the tox build environment to run the deployment - Bump version: 9.16.9 → 9.16.10 - Follow up fix for deploy target Integration of man pages must be done as part of the sdist setup because the travis pypi deployment only uses the sdist target to bundle the sources OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=119 --- python-kiwi.changes | 41 ++++++++++++++++++++++++++++++++++++++++- python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/python-kiwi.changes b/python-kiwi.changes index 1715e7b..c8ba05e 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,45 @@ +------------------------------------------------------------------- +Mon Aug 20 22:42:46 CEST 2018 - ms@suse.de + +- Bump version: 9.16.11 → 9.16.12 + +------------------------------------------------------------------- +Mon Aug 20 22:35:37 CEST 2018 - ms@suse.de + +- Follow up fix for skip_cleanup use + + make sure doc_travis tox target has created the manual + pages such that the environment contains this data + +------------------------------------------------------------------- +Mon Aug 20 22:09:18 CEST 2018 - ms@suse.de + +- Bump version: 9.16.10 → 9.16.11 + +------------------------------------------------------------------- +Mon Aug 20 22:08:04 CEST 2018 - ms@suse.de + +- Use skip_cleanup for deploy stage in travis + + We need the tox build environment to run the deployment + +------------------------------------------------------------------- +Mon Aug 20 19:18:38 CEST 2018 - ms@suse.de + +- Bump version: 9.16.9 → 9.16.10 + +------------------------------------------------------------------- +Mon Aug 20 17:37:11 CEST 2018 - ms@suse.de + +- Follow up fix for deploy target + + Integration of man pages must be done as part of the sdist + setup because the travis pypi deployment only uses the + sdist target to bundle the sources + ------------------------------------------------------------------- Mon Aug 20 17:02:58 CEST 2018 - ms@suse.de - + - Bump version: 9.16.8 → 9.16.9 ------------------------------------------------------------------- diff --git a/python-kiwi.spec b/python-kiwi.spec index ff1ed13..c231986 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.16.9 +Version: 9.16.12 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 3548e81..1f92408 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87e92026d1300340be4bdf7cec8d39c3ad69d9a93144f3d9e856235f0f8d9965 -size 533843 +oid sha256:b30bdd050a683c0f3c0f70dabc8dd31a39b24c18c1763bbce004ed17893c9c36 +size 533819