Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2017-11-24 10:52:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Fri Nov 24 10:52:13 2017 rev:14 rq:544423 version:9.11.22 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2017-11-16 13:58:16.979563806 +0100 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 2017-11-24 10:52:19.180999063 +0100 @@ -1,0 +2,121 @@ +Wed Nov 22 10:23:37 CET 2017 - [email protected] + +- Bump version: 9.11.21 → 9.11.22 + +------------------------------------------------------------------- +Wed Nov 22 10:20:47 CET 2017 - [email protected] + +- Fixed typo in spec file + + The use of the suse_version macro from the last change + introduced a syntax error which caused the package build + to fail in obs + +------------------------------------------------------------------- +Wed Nov 22 09:06:59 CET 2017 - [email protected] + +- Bump version: 9.11.20 → 9.11.21 + +------------------------------------------------------------------- +Tue Nov 21 11:37:32 CET 2017 - [email protected] + +- package: Prepare for Tumbleweed moving to suse_version 1550 + +------------------------------------------------------------------- +Tue Nov 21 11:16:35 CET 2017 - [email protected] + +- Bump version: 9.11.19 → 9.11.20 + +------------------------------------------------------------------- +Tue Nov 21 10:57:36 CET 2017 - [email protected] + +- Only add package manager on image package requests (#550) + + If an image description only contains package requests + from a bootstrap section but no image packages, it's not + required to install a package manager package into the + system + +------------------------------------------------------------------- +Tue Nov 21 08:11:20 CET 2017 - [email protected] + +- Add device-mapper requirement for dracut-kiwi-live + +------------------------------------------------------------------- +Mon Nov 20 18:24:15 CET 2017 - [email protected] + +- Post build constraint validation refactored + +------------------------------------------------------------------- +Mon Nov 20 15:54:04 CET 2017 - [email protected] + +- Bump version: 9.11.18 → 9.11.19 + +------------------------------------------------------------------- +Mon Nov 20 11:57:11 CET 2017 - [email protected] + +- Update gfxboot.cfg for iso images + + Don't move down one menu entry the first time a F-key is used + This Fixes bsc#1068790 + +------------------------------------------------------------------- +Fri Nov 17 15:30:26 CET 2017 - [email protected] + +- Adding quotes to ensure '%_dbpath' is treated as string + +------------------------------------------------------------------- +Fri Nov 17 12:27:05 CET 2017 - [email protected] + +- Add max size post build command + + This commit includes a post build constraint validation into the + Result class. With this commit any file included to the result + tuple is verified not to exceed the maximum size configured into + the runtime configuration file config.yml. + + Fixes #468 + +------------------------------------------------------------------- +Fri Nov 17 11:01:05 CET 2017 - [email protected] + +- Fixed ec2 integration test + + requirements for unneeded crash package broken + +------------------------------------------------------------------- +Fri Nov 17 08:17:52 CET 2017 - [email protected] + +- Fixed ec2 integration test + + nothing provides pam-modules + +------------------------------------------------------------------- +Thu Nov 16 14:19:24 CET 2017 - [email protected] + +- Removes the hardcoded path of the rpm database + + With this commit the rpmdb path is evaluated from the %_dbpath + macro instead of being hardcoded. + + Fixes #537 + +------------------------------------------------------------------- +Thu Nov 16 09:56:10 CET 2017 - [email protected] + +- Bump version: 9.11.17 → 9.11.18 + +------------------------------------------------------------------- +Wed Nov 15 12:41:27 CET 2017 - [email protected] + +- Added runtime check for dracut-kiwi-oem-repart + + OEM images if configured to use dracut as initrd system + requires the KIWI provided dracut-kiwi-oem-repart module + +------------------------------------------------------------------- +Wed Nov 15 12:02:01 CET 2017 - [email protected] + +- Fixup py vs. pytest-cov version incompatibility + +------------------------------------------------------------------- @@ -386,0 +508,10 @@ + +------------------------------------------------------------------- +Tue Sep 19 08:12:24 CEST 2017 - [email protected] + +- Added dracut kiwi oem module and library + + A new dracut module kiwi-repart used to be the successor of + the custom kiwi oemboot code to repartition the disk has + been added. Along with the module a dracut library kiwi-lib + will also be delivered. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.J7uUw6/_old 2017-11-24 10:52:21.276922498 +0100 +++ /var/tmp/diff_new_pack.J7uUw6/_new 2017-11-24 10:52:21.280922352 +0100 @@ -71,7 +71,7 @@ # Tumbleweed: # Current Tumbleweed version, moving target -%if 0%{?suse_version} == 1330 +%if 0%{?suse_version} >= 1330 && !0%{?sle_version} %define distro suse-tumbleweed %endif @@ -93,7 +93,7 @@ %endif Name: python-kiwi -Version: 9.11.17 +Version: 9.11.22 Release: 0 Provides: kiwi-schema = 6.6 Url: https://github.com/SUSE/kiwi @@ -306,10 +306,45 @@ needed to serve kiwi built images via PXE. %endif +%package -n dracut-kiwi-lib +Summary: KIWI - Dracut kiwi Library +Group: System/Management +BuildRequires: dracut +Requires: bc +Requires: btrfsprogs +Requires: coreutils +Requires: cryptsetup +Requires: dialog +Requires: e2fsprogs +Requires: fbiterm +Requires: gptfdisk +Requires: grep +Requires: lvm2 +Requires: mdadm +Requires: parted +Requires: util-linux +Requires: xfsprogs + +%description -n dracut-kiwi-lib +This package contains a collection of methods to provide a library +for tasks done in other kiwi dracut modules + +%package -n dracut-kiwi-oem-repart +Summary: KIWI - Dracut module for oem(repart) image type +Group: System/Management +BuildRequires: dracut +Requires: dracut-kiwi-lib + +%description -n dracut-kiwi-oem-repart +This package contains the kiwi-repart dracut module which is +used to repartition the oem disk image to the current disk +geometry according to the setup in the kiwi image configuration + %package -n dracut-kiwi-live Summary: KIWI - Dracut module for iso(live) image type Group: System/Management BuildRequires: dracut +Requires: device-mapper Requires: dialog Requires: dracut Requires: e2fsprogs @@ -527,6 +562,14 @@ %exclude %{_bindir}/kiwicompat-* %{_bindir}/* +%files -n dracut-kiwi-lib +%defattr(-, root, root) +%{_usr}/lib/dracut/modules.d/99kiwi-lib + +%files -n dracut-kiwi-oem-repart +%defattr(-, root, root) +%{_usr}/lib/dracut/modules.d/90kiwi-repart + %files -n dracut-kiwi-live %defattr(-, root, root) %{_usr}/lib/dracut/modules.d/90kiwi-live ++++++ python-kiwi.tar.gz ++++++ ++++ 3688 lines of diff (skipped)
