diff --git a/python-kiwi.changes b/python-kiwi.changes index 68ba990..c8ba05e 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,207 @@ +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +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 +225,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..c231986 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.16.6 +Version: 9.16.12 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 7d53355..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:b76a0014b92be1cc7bba3564363f5d223ebd70ea8e74ad17186a368123f2a892 -size 533536 +oid sha256:b30bdd050a683c0f3c0f70dabc8dd31a39b24c18c1763bbce004ed17893c9c36 +size 533819