Hello community, here is the log from the commit of package python-kiwi for openSUSE:Leap:15.2 checked in at 2020-04-12 15:37:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-kiwi (Old) and /work/SRC/openSUSE:Leap:15.2/.python-kiwi.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Sun Apr 12 15:37:52 2020 rev:74 rq:791554 version:9.20.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-kiwi/python-kiwi.changes 2020-02-16 18:25:46.658638126 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-kiwi.new.3248/python-kiwi.changes 2020-04-12 15:37:53.293989279 +0200 @@ -1,0 +2,46 @@ +Mon Mar 30 12:57:01 CEST 2020 - [email protected] + +- Bump version up to 9.20.5 + + This version upgrade includes several fixes: + + * Fixed result map for OEM pxe install + + Fixes bsc#1165578 + + * Add SECURE_BOOT parameter for grub2 in efi mode + + This commit adds the SECURE_BOOT parameter on bootloader sysconfig + for grub2. + + Fixes bsc#1167746 + + * Fix order in fstab + + Any mount point directly under / should be just right after the root + mountpoint and before the custom mountpoints based on user's subvolume + configuration. + + Fixes #1349 and bsc#1164310 + + * Fixed handling of fillup templates + + Systems using a template tool to generate config files + might not be effective when they see the intermediate + config files we need from the host to let certain package + managers work correctly. Therefore the cleanup code in + kiwi takes care to restore from an optionally existing + template file if no other custom variant is present. + This Fixes bsc#1163978 + + * Start using tftp system user package + + With this commit we start requiring tftp system user package. This + user was created and managed by multiple packages before, with the + risk of having inconsistent criteria on its defaults. Now there there + a system user package so whatever package that requries this user should + just require this package and do not create or modify the tftp user. + + Related with bsc#1143454 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.do5atV/_old 2020-04-12 15:37:53.993989809 +0200 +++ /var/tmp/diff_new_pack.do5atV/_new 2020-04-12 15:37:53.993989809 +0200 @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.19.8 +Version: 9.20.5 Provides: kiwi-schema = 7.1 Release: 0 Url: https://github.com/SUSE/kiwi @@ -141,7 +141,6 @@ Requires: e2fsprogs Requires: xorriso Requires: grub2 -Requires: kiwi-man-pages Requires: kiwi-tools Requires: lvm2 Requires: mtools @@ -160,6 +159,9 @@ %ifarch s390 s390x Requires: s390-tools %endif +%if ! (0%{?rhel} && 0%{?rhel} < 8) +Recommends: kiwi-man-pages +%endif %description -n python%{python3_pkgversion}-kiwi Python 3 library of the KIWI Image System. Provides an operating system @@ -187,6 +189,9 @@ %else Requires(pre): shadow %endif +%if 0%{?suse_version} >= 1550 +Requires(pre): user(tftp) +%endif License: GPL-3.0-or-later Group: %{sysgroup} @@ -207,12 +212,16 @@ Requires: bc Requires: cryptsetup %if 0%{?fedora} || 0%{?rhel} || 0%{?ubuntu} >= 1804 || 0%{?debian} >= 9 +%if 0%{?rhel} && 0%{?rhel} < 8 Requires: btrfs-progs +%else +Recommends: btrfs-progs +%endif Requires: gdisk Requires: dracut-network %else %if 0%{?debian} || 0%{?ubuntu} -Requires: btrfs-tools +Recommends: btrfs-tools Requires: gdisk %else Requires: btrfsprogs @@ -275,16 +284,17 @@ Requires: dracut-kiwi-lib Requires: kexec-tools Requires: gawk +Requires: kpartx License: GPL-3.0-or-later Group: %{sysgroup} %description -n dracut-kiwi-oem-dump -This package contains the kiwi-dump dracut module which is -used to install an oem image onto a target disk. It implements -a simple installer which allows for user selected target disk -or unattended installation to target. The source of the image -to install could be either from media(CD/DVD/USB) or from -remote +This package contains the kiwi-dump and kiwi-dump-reboot dracut +modules which is used to install an oem image onto a target disk. +It implements a simple installer which allows for user selected +target disk or unattended installation to target. The source of +the image to install could be either from media(CD/DVD/USB) or +from remote %package -n dracut-kiwi-live Summary: KIWI - Dracut module for iso(live) image type @@ -389,7 +399,7 @@ %fdupes %{buildroot}/srv/tftpboot %endif -%if %{_vendor} != "debbuild" +%if %{_vendor} != "debbuild" && 0%{?suse_version} < 1550 %ifarch %{ix86} x86_64 %pre -n kiwi-pxeboot #============================================================ @@ -405,26 +415,25 @@ %endif %files -n python%{python3_pkgversion}-kiwi +%dir %{_defaultdocdir}/python-kiwi %{_bindir}/kiwi %{_bindir}/kiwi-ng %{_bindir}/kiwicompat %{_bindir}/kiwi-ng-3* %{_bindir}/kiwicompat-3* %{python3_sitelib}/kiwi* +%config %_sysconfdir/bash_completion.d/kiwi-ng.sh +%{_defaultdocdir}/python-kiwi/LICENSE +%{_defaultdocdir}/python-kiwi/README %files -n kiwi-man-pages -%dir %{_defaultdocdir}/python-kiwi %{_defaultdocdir}/python-kiwi/kiwi.pdf -%{_defaultdocdir}/python-kiwi/LICENSE -%{_defaultdocdir}/python-kiwi/README -%config %_sysconfdir/bash_completion.d/kiwi-ng.sh %config %_sysconfdir/kiwi.yml %doc %{_mandir}/man8/* %files -n kiwi-tools %{_bindir}/dcounter %{_bindir}/isconsole -%{_bindir}/kversion %{_bindir}/utimer %files -n dracut-kiwi-lib @@ -435,6 +444,7 @@ %files -n dracut-kiwi-oem-dump %{_usr}/lib/dracut/modules.d/90kiwi-dump +%{_usr}/lib/dracut/modules.d/99kiwi-dump-reboot %files -n dracut-kiwi-live %{_usr}/lib/dracut/modules.d/90kiwi-live @@ -445,7 +455,9 @@ %if %{_vendor} != "debbuild" %ifarch %{ix86} x86_64 %files -n kiwi-pxeboot +%if 0%{?suse_version} < 1550 %dir %attr(0755,tftp,tftp) /srv/tftpboot +%endif %dir /srv/tftpboot/KIWI %dir /srv/tftpboot/pxelinux.cfg %dir /srv/tftpboot/image ++++++ python-kiwi-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.do5atV/_old 2020-04-12 15:37:54.033989840 +0200 +++ /var/tmp/diff_new_pack.do5atV/_new 2020-04-12 15:37:54.033989840 +0200 @@ -31,7 +31,6 @@ addFilter("W: no-manual-page-for-binary utimer"); addFilter("W: no-manual-page-for-binary driveready"); addFilter("W: no-manual-page-for-binary setctsid"); -addFilter("W: no-manual-page-for-binary kversion"); addFilter("W: no-manual-page-for-binary isconsole"); addFilter("W: no-manual-page-for-binary kiwicompat"); ++++++ python-kiwi.tar.gz ++++++ ++++ 7815 lines of diff (skipped)
