diff --git a/python-kiwi.changes b/python-kiwi.changes index 2b50d79..0659a24 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,6 +1,180 @@ +------------------------------------------------------------------- +Tue Mar 6 17:01:58 CET 2018 - ms@suse.de + +- Bump version: 9.13.4 → 9.13.5 + +------------------------------------------------------------------- +Tue Mar 6 16:43:35 CET 2018 - ms@suse.de + +- Fixed btrfs search path in earlyboot script + + If kiwi generates its own efi image for the boot process + it does not setup the btrfs relative path setup in the + earlyboot script embedded into the generated efi image. + This has a bad impact on the file search because the + btrfs setup done in kiwi puts root below the @ volume + which we then need to specify of the relative lookup + is not activated. Fixes bsc#1082155 + +------------------------------------------------------------------- +Tue Mar 6 15:51:52 CET 2018 - ms@suse.de + +- Bump version: 9.13.3 → 9.13.4 + +------------------------------------------------------------------- +Mon Mar 5 18:00:26 CET 2018 - dcassany@suse.com + +- Use LABEL for the swap partition + + If multipath and device maps are active the fstab entry should use + the LABEL reference. Systemd calls swapon and it only works properly + with multipath devices when LABEL reference is used or calling directly + on the /dev/dm-* device file. + +------------------------------------------------------------------- +Sat Mar 3 18:29:01 CET 2018 - ms@suse.de + +- Bump version: 9.13.2 → 9.13.3 + +------------------------------------------------------------------- +Fri Mar 2 16:39:44 CET 2018 - ms@suse.de + +- The order of the options for mkisofs matters + + Setting -eltorito-platform after -b causes mkisofs to fail + +------------------------------------------------------------------- +Fri Mar 2 16:31:14 CET 2018 - ms@suse.de + +- Resize partition table after image resize + + The command 'kiwi image resize' allows to resize the size + of a disk image. Depending on the partition table type it + is also required to resize the partition table inside of + the image to let the file size change become effective + This Fixes #534 + +------------------------------------------------------------------- +Fri Mar 2 16:18:13 CET 2018 - MichalMarek1@eaton.com + +- APT: Support patternType in the bootstrap phase + + With patternType="onlyRequired" (the default), run debootstrap with +--variant=minbase to install only essential packages. With + patternType="plusRecommended", let debootstrap also install important + packages. This is not exactly what the patternType keyword means with + other targets, but it allows to choose between an absolutely minimal + image and a small but usable system. + +------------------------------------------------------------------- +Fri Mar 2 14:56:28 CET 2018 - ms@suse.de + +- Bump version: 9.13.1 → 9.13.2 + +------------------------------------------------------------------- +Fri Mar 2 10:56:11 CET 2018 - dcassany@suse.com + +- Reactivate device mappings after repart. Fixes #645 + + This commit recreates removed device maps and triggers again + systemd generators in order to adapt again device units to the + new context. Fixes #645 + +------------------------------------------------------------------- +Fri Mar 2 10:05:48 CET 2018 - ms@suse.de + +- Refactor ovftool check + + The way this was done mask errors from the call + with the check if the tool exists on the host. + This patch refactors this and makes clear where + we check for the tool to be installed and where + we actually call it + +------------------------------------------------------------------- +Fri Mar 2 10:04:13 CET 2018 - ms@suse.de + +- Extend has_option_in_help to also check error data + +------------------------------------------------------------------- +Thu Mar 1 14:58:38 CET 2018 - ms@suse.de + +- Check if isotool supports eltorito-platform option + + Along with the change there is a small refactoring to + populate the iso tool search to the public api of the + Iso class + +------------------------------------------------------------------- +Thu Mar 1 10:23:52 CET 2018 - ms@suse.de + +- Set eltorito-platform for efi + + The default eltorito platform is set to "x86_64 PC", however + in an alternative bootloader spec for efi this would be the + wrong platform spec. This patch adds the correct platform + to the alt-boot setup for efi. References #643 + +------------------------------------------------------------------- +Wed Feb 28 15:41:58 CET 2018 - ms@suse.de + +- Fixup obs test status helper + + Use osc results output to get better status information + +------------------------------------------------------------------- +Wed Feb 28 10:47:29 CET 2018 - ms@suse.de + +- Fixed get_free_disk_bytes in dracut kiwi-lib + + The method used any device from the lsblk output, but it can + happen that some device nodes with different name point to + the same physical device. The method would then calculate + the free space wrong. This patch takes the PARTUUID value + into account to make sure any partition device size is used + only once. This Fixes #648 + +------------------------------------------------------------------- +Tue Feb 27 12:34:52 CET 2018 - tom_schr@web.de + +- Use pytest instead of py.test + + From pytest 3.0, it is recommended to use "pytest" as the main + command. The use of "py.test" is deprecated and is potentially removed + in the future. + +------------------------------------------------------------------- +Tue Feb 27 11:04:15 CET 2018 - ms@suse.de + +- Update tox setup + + Add python 3.6 target and activate it for the travis + and the local make targets + + Use major python version for the check(flake) and doc + targets where the interpreter minor version is not + primarily important + + This references #641 + +------------------------------------------------------------------- +Tue Feb 27 10:52:39 CET 2018 - ms@suse.de + +- Update yast setup documentation + + Incorporate changes per review by Tom + +------------------------------------------------------------------- +Mon Feb 26 18:03:38 CET 2018 - ms@suse.de + +- Fixed oem build test + + bind-utils explicitly required for obs to be able + to resolve the package dependencies + ------------------------------------------------------------------- Mon Feb 26 17:46:55 CET 2018 - ms@suse.de - + - Bump version: 9.13.0 → 9.13.1 ------------------------------------------------------------------- @@ -26,6 +200,11 @@ Fri Feb 23 16:00:06 CET 2018 - ms@suse.de - Cleanup config functions shell coding +------------------------------------------------------------------- +Fri Feb 23 12:20:52 CET 2018 - amajer@suse.de + +- Use mkisofs instead of wodim + ------------------------------------------------------------------- Fri Feb 23 11:37:58 CET 2018 - ms@suse.de @@ -107,6 +286,15 @@ Tue Feb 20 14:56:11 CET 2018 - ms@suse.de the call is performed. This could be either the host system or the created image root. This Fixes #624 +------------------------------------------------------------------- +Tue Feb 20 13:41:36 CET 2018 - MichalMarek1@eaton.com + +- APT: Run debootstrap with --variant=minbase + + This selects only packages with Priority: required, which is more in + line with what the other package managers are doing. A patch for + kiwi-descriptions has been submitted to adapt to this new behavior. + ------------------------------------------------------------------- Fri Feb 16 11:58:16 CET 2018 - ms@suse.de diff --git a/python-kiwi.spec b/python-kiwi.spec index 5d498b8..35ea6ae 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.13.1 +Version: 9.13.5 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi @@ -136,7 +136,11 @@ Requires: gdisk %endif Requires: dosfstools Requires: e2fsprogs +%if 0%{?suse_version} >= 1500 +Requires: mkisofs +%else Requires: genisoimage +%endif Requires: grub2 Requires: kiwi-man-pages Requires: kiwi-tools @@ -210,7 +214,11 @@ Provides: kiwi-packagemanager:zypper %endif Requires: dosfstools Requires: e2fsprogs +%if 0%{?suse_version} >= 1500 +Requires: mkisofs +%else Requires: genisoimage +%endif Requires: grub2 Requires: kiwi-man-pages Requires: kiwi-tools @@ -372,11 +380,15 @@ Requires: dmsetup Requires: device-mapper %endif Requires: dracut +%if 0%{?suse_version} >= 1500 +Requires: mkisofs +%else %if 0%{?fedora} || 0%{?rhel} || 0%{?debian} || 0%{?ubuntu} Requires: genisoimage %else Requires: cdrkit-cdrtools-compat %endif +%endif License: GPL-3.0+ Group: %{sysgroup} diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 78aef2e..68d939e 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:22d22aa83bb17ec78ff441f89f1dd795329e71c682dbaa3e2717f519a18263d6 -size 509168 +oid sha256:dd4740a20869dd0a38a14736c52a1575f8b4ba9634896e957e8ee761e4bcf662 +size 510977