diff --git a/PKGBUILD b/PKGBUILD index 936e397..db6faf5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=10.2.8 +pkgver=10.2.9 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ makedepends=(make gcc python-build python-docopt python-installer python-lxml py provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('fdc1891e3728df6ac57d50f052cd5f3c') +md5sums=('2ebffb499c881a903668f5d0b35b7d04') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 27b7079..c4172ad 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,8 +1,83 @@ +------------------------------------------------------------------- +Sat Feb 01 23:13:22 CET 2025 - Marcus Schäfer + +- Bump version: 10.2.8 → 10.2.9 + +------------------------------------------------------------------- +Thu Jan 30 23:55:51 CET 2025 - Marcus Schäfer + +- Classify missing chkstat as debug message + + chkstat is a distribution specific tool. If it is + present we use it, if not we don't but it's not worth + a warning. This Fixes #2711 + +------------------------------------------------------------------- +Thu Jan 30 22:50:28 CET 2025 - Marcus Schäfer + +- Allow to run setfiles multi threaded + + Use option -T0 for newer setfiles version. + This Fixes #2719 + +------------------------------------------------------------------- +Thu Jan 30 22:39:12 CET 2025 - Marcus Schäfer + +- Add rd.kiwi.dialog.timeout option + + Allow to configure the timeout value for dialogs displayed + by the kiwi dracut code. By default the timeout is set to + 60 seconds. With the special value "off" the dialog will + never timeout. This Fixes #2718 + +------------------------------------------------------------------- +Thu Jan 30 22:10:39 CET 2025 - Marcus Schäfer + +- Make sure copy actions does not drop context + + Use shutil.copy2 to copy files preserving their + attributes in the grub BootLoader space. + This Fixes #2709 + +------------------------------------------------------------------- +Thu Jan 30 21:26:00 CET 2025 - Marcus Schäfer + +- Improve unit test for archive target_dir + + Add a test case with absolute path in the target_dir + to make sure we never unpack the archive to the host + system. The actual issue was resolved together with + the implementation in #1953 and commit + 78238a993c966d1229cd2fc1f5923673a90de14d + This Fixes #2701 + +------------------------------------------------------------------- +Thu Jan 30 20:56:53 CET 2025 - Marcus Schäfer + +- Fixed profiled overlay imports + + When building an image for profile: SOME and providing + an overlay directory named SOME/... kiwi will sync the + contents of this overlay directory to the root tree. + However it took the toplevel name SOME/ into account + which is unwanted because only the sub data structure + should be synced into the new root tree. This + Fixes #2690 + ------------------------------------------------------------------- Mon Jan 27 11:47:55 CET 2025 - Marcus Schäfer - Bump version: 10.2.7 → 10.2.8 +------------------------------------------------------------------- +Mon Jan 27 11:46:48 CET 2025 - Ondrej Holecek + +- Use multipath child instead of parent device + + On multipath systems we need to find underlying child device + instead of using parent device. + This prevents listing all parent devices for a multipath device + ------------------------------------------------------------------- Sat Jan 25 17:55:15 CET 2025 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 338195d..83db39b 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -52,7 +52,7 @@ %endif Name: python-kiwi -Version: 10.2.8 +Version: 10.2.9 Provides: kiwi-schema = 8.1 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index b1f045c..3b18124 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:358acda29f7a5b3845c30bdf9644e8ccfc726ac8f758d546bd737cc5130badc7 -size 1054991 +oid sha256:854ee949ac41b4ee5dc6576c4a57e84df328d8c691c47621db1eeba17cb65cfb +size 1071725