Accepting request 1244422 from Virtualization:Appliances:Builder
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1244422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=129
This commit is contained in:
commit
abf47aae50
4
PKGBUILD
4
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')
|
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)
|
arch=(x86_64)
|
||||||
pkgver=10.2.8
|
pkgver=10.2.9
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
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)
|
provides=(kiwi-ng kiwi)
|
||||||
source=("${pkgname}.tar.gz")
|
source=("${pkgname}.tar.gz")
|
||||||
changelog="${pkgname}.changes"
|
changelog="${pkgname}.changes"
|
||||||
md5sums=('fdc1891e3728df6ac57d50f052cd5f3c')
|
md5sums=('2ebffb499c881a903668f5d0b35b7d04')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,8 +1,83 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 01 23:13:22 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 10.2.8 → 10.2.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 23:55:51 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
Mon Jan 27 11:47:55 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
- Bump version: 10.2.7 → 10.2.8
|
- Bump version: 10.2.7 → 10.2.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 11:46:48 CET 2025 - Ondrej Holecek <oholecek@suse.com>
|
||||||
|
|
||||||
|
- 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 <marcus.schaefer@gmail.com>
|
Sat Jan 25 17:55:15 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 10.2.8
|
Version: 10.2.9
|
||||||
Provides: kiwi-schema = 8.1
|
Provides: kiwi-schema = 8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/OSInside/kiwi
|
Url: https://github.com/OSInside/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:358acda29f7a5b3845c30bdf9644e8ccfc726ac8f758d546bd737cc5130badc7
|
oid sha256:854ee949ac41b4ee5dc6576c4a57e84df328d8c691c47621db1eeba17cb65cfb
|
||||||
size 1054991
|
size 1071725
|
||||||
|
Loading…
x
Reference in New Issue
Block a user