Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2020-11-26 23:10:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwi" Thu Nov 26 23:10:03 2020 rev:70 rq:849700 version:9.21.26 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2020-11-06 23:44:32.199328548 +0100 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new.5913/python-kiwi.changes 2020-11-26 23:11:15.352926821 +0100 @@ -1,0 +2,269 @@ +Fri Nov 20 10:37:31 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.25 → 9.21.26 + +------------------------------------------------------------------- +Thu Nov 19 17:34:56 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed dnf plugin config setup + + Only create a dnf plugin config if the plugin config directory + to store that file exists in the system + +------------------------------------------------------------------- +Thu Nov 19 14:18:30 CET 2020 - Marcus Schäfer <[email protected]> + +- Set --releasever=0 for microdnf + + To allow microdnf to work from an empty root directory + we need to set the release version to zero + +------------------------------------------------------------------- +Wed Nov 18 15:14:31 CET 2020 - Marcus Schäfer <[email protected]> + +- Use custom varsdir for dnf builds + +------------------------------------------------------------------- +Wed Nov 18 13:33:09 CET 2020 - Marcus Schäfer <[email protected]> + +- Partially revert dcounter.c flaw report + + I could not find a problem with this read call + it does check on the buffer boundaries and it + only writes the bytes that read returns until + read returns <= 0 + +------------------------------------------------------------------- +Wed Nov 18 13:19:31 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed dcounter.c flaw report + + Check buffer boundaries if used in a loop + +------------------------------------------------------------------- +Wed Nov 18 13:06:35 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed dcounter.c flaw report + + Variable scope can be reduced and useless value assignment. + +------------------------------------------------------------------- +Wed Nov 18 12:24:28 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed microdnf support + + The installroot argument must be used together with --config + and additionally with --noplugins, as well as --setopt for + cachedir, reposdir and varsdir. Related to #1625 + +------------------------------------------------------------------- +Tue Nov 17 17:13:47 CET 2020 - Marcus Schäfer <[email protected]> + +- Move tools README to ReST + +------------------------------------------------------------------- +Tue Nov 17 17:11:14 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed Incorrect list-item indent + +------------------------------------------------------------------- +Tue Nov 17 16:22:59 CET 2020 - Marcus Schäfer <[email protected]> + +- Fixed Incorrect list-item indent + + Use two spaces between bullet and content + +------------------------------------------------------------------- +Tue Nov 17 15:55:53 CET 2020 - Marcus Schäfer <[email protected]> + +- Update codacy configuration file + + Exclude .github helper scripts from the analysis + +------------------------------------------------------------------- +Tue Nov 17 15:51:19 CET 2020 - Marcus Schäfer <[email protected]> + +- Update codacy configuration file + + Exclude doc sources and helper scripts from the analysis + +------------------------------------------------------------------- +Mon Nov 16 17:59:06 CET 2020 - Neal Gompa <[email protected]> + +- Fix setopt argument for install_weak_deps for microdnf + + Micro DNF does not support "True"/"False", only "1"/"0"... + +------------------------------------------------------------------- +Mon Nov 16 17:32:35 CET 2020 - Marcus Schäfer <[email protected]> + +- Better error reporting if jing is missing + + On validation error we use jing to report detailed error + messages. However if jing is not present no validation + errors are displayed. There is a error_log variable as + part of the relaxNG object which holds the library error + log. This information is not as good as the jing report + but better than nothing + +------------------------------------------------------------------- +Mon Nov 16 16:37:58 CET 2020 - Marcus Schäfer <[email protected]> + +- Added microdnf support in XML schema + + The XML schema did not allow to specify microdnf as + supported package manager + +------------------------------------------------------------------- +Mon Nov 16 16:26:50 CET 2020 - Marcus Schäfer <[email protected]> + +- Added microdnf integration test + +------------------------------------------------------------------- +Mon Nov 16 16:19:15 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.24 → 9.21.25 + +------------------------------------------------------------------- +Fri Nov 13 15:54:41 CET 2020 - Neal Gompa <[email protected]> + +- Use --config instead of -c for DNF and Micro DNF + + The -c option is not supported in Micro DNF, but --config is, and + it is supported with DNF as well. + +------------------------------------------------------------------- +Fri Nov 13 15:49:48 CET 2020 - Neal Gompa <[email protected]> + +- Drop 'microdnf makecache' call for microdnf package manager + + This subcommand does not exist and is not needed. Instead, we + need to use '--refresh' where this is needed. + +------------------------------------------------------------------- +Fri Nov 13 15:28:39 CET 2020 - Marcus Schäfer <[email protected]> + +- Bump version: 9.21.23 → 9.21.24 + +------------------------------------------------------------------- +Fri Nov 13 09:55:34 CET 2020 - Marcus Schäfer <[email protected]> + +- No bootpartition for XFS by default + + Selecting the xfs filesystem made kiwi to create an extra + boot partition. This is from times when grub was not able + to read from XFS. As grub doesn't have this limitation since + quite some time the bootpartition default in kiwi for XFS + should be changed. This is realted to #1611 + +------------------------------------------------------------------- +Thu Nov 12 23:14:03 CET 2020 - Marcus Schäfer <[email protected]> + +- Create relative boot link for extra boot partition + + If an extra boot partition is used the grub toolchain + still references files from that partition as /boot/... + which fails because they are now at the toplevel. To + avoid this and keep any /boot/some-file reference still + valid we create a symlink 'boot -> .' This Fixes #1611 + +------------------------------------------------------------------- +Thu Nov 12 16:19:01 CET 2020 - David Cassany <[email protected]> + +- Fix documentation to be consistent with the XML KIWI scheme + + This commit fixes the user section documentation to properly reflect + XML KIWI scheme constraints. 'home' attribute is optional and 'password' + attribute is mandatory. + + Fixes #1599 + +------------------------------------------------------------------- +Thu Nov 12 16:09:23 CET 2020 - Neal Gompa <[email protected]> + +- Add support for the Micro DNF package manager + + Micro DNF is a minimal C implementation of DNF that is usable for + minimal appliances and containers. While it is not at parity with + DNF, it implements enough functionality that it is mostly usable + for building appliance images. + +------------------------------------------------------------------- +Wed Nov 11 12:36:31 CET 2020 - Marcus Schäfer <[email protected]> + +- Added remote overlay boot documentation + + Added a new chapter below: working with images, which describes + the options to remote boot via kiwi-overlay from an NBD or AOE ++++ 72 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes ++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.5913/python-kiwi.changes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.TmU8Jd/_old 2020-11-26 23:11:27.344929307 +0100 +++ /var/tmp/diff_new_pack.TmU8Jd/_new 2020-11-26 23:11:27.344929307 +0100 @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.21.23 +Version: 9.21.26 Provides: kiwi-schema = 7.2 Release: 0 Url: https://github.com/OSInside/kiwi @@ -60,7 +60,9 @@ BuildRequires: gcc BuildRequires: python%{python3_pkgversion}-%{develsuffix} BuildRequires: python%{python3_pkgversion}-setuptools +%if 0%{?fedora} || 0%{?suse_version} BuildRequires: fdupes +%endif %if 0%{?suse_version} BuildRequires: shadow %endif @@ -134,6 +136,10 @@ Recommends: dnf Recommends: gpg2 %endif +%if 0%{?fedora} || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 +Provides: kiwi-packagemanager:microdnf +Requires: microdnf +%endif %if 0%{?fedora} >= 26 || 0%{?suse_version} Requires: zypper Provides: kiwi-packagemanager:zypper ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.TmU8Jd/_old 2020-11-26 23:11:27.380929314 +0100 +++ /var/tmp/diff_new_pack.TmU8Jd/_new 2020-11-26 23:11:27.380929314 +0100 @@ -3,7 +3,7 @@ pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 'dracut-kiwi-overlay') arch=(x86_64) -pkgver=9.21.23 +pkgver=9.21.26 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('b994e3ec1548715f19cbfa03f83066fe') +md5sums=('8735e00d2760a850d5000d189b632c97') build() { ++++++ python-kiwi.tar.gz ++++++ ++++ 1652 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
