Accepting request 1199243 from Virtualization:Appliances:Builder
- Bump version: 10.1.5 → 10.1.6 - add allowExtraConfig and exportFlags to ovftool options Add allowExtraConfig and exportFlags to ovftool options - Bump version: 10.1.4 → 10.1.5 - create EFI/BOOT only if UEFI boot is intended - Fix boot support for ISO media on ppc64 add CHRP boot support for ppc64 and add xorriso option to avoid file name reduction to MS-DOS compatible 8.3 format - Fix initrd permissions kiwi stored the initrd for ISO images as 600 which might be too restrictive. This commit makes sure the initrd is stored as 644 and Fixes bsc#1229257 - Fixed ramdisk size setup For setting up the brd rd_size option kiwi creates 99-brd.conf used at load time of the kernel brd driver. The location for the conf file is set to /etc/modprobe.d/ However, in newer versions the location has changed to /usr/lib/modprobe.d/ and /etc/modprobe.d is no longer expected to exist. This commit makes sure /etc/modprobe.d is created if not present. OBS-URL: https://build.opensuse.org/request/show/1199243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=121
This commit is contained in:
commit
553056c40a
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.1.4
|
pkgver=10.1.6
|
||||||
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=('7ba99016b1a56858eab221efa3650bcb')
|
md5sums=('6fa45484073041b1f32130d0a640c624')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 06 10:41:00 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 10.1.5 → 10.1.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 05 15:50:42 CEST 2024 - Kostiantyn Astakhov <16296930+kastakhov@users.noreply.github.com>
|
||||||
|
|
||||||
|
- add allowExtraConfig and exportFlags to ovftool options
|
||||||
|
|
||||||
|
Add allowExtraConfig and exportFlags to ovftool options
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 05 14:42:30 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 10.1.4 → 10.1.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 04 16:54:55 CEST 2024 - Steffen Winterfeldt <wfeldt@opensuse.org>
|
||||||
|
|
||||||
|
- create EFI/BOOT only if UEFI boot is intended
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 04 16:52:21 CEST 2024 - Steffen Winterfeldt <wfeldt@opensuse.org>
|
||||||
|
|
||||||
|
- Fix boot support for ISO media on ppc64
|
||||||
|
|
||||||
|
add CHRP boot support for ppc64 and add xorriso option to avoid
|
||||||
|
file name reduction to MS-DOS compatible 8.3 format
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 03 10:11:52 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fix initrd permissions
|
||||||
|
|
||||||
|
kiwi stored the initrd for ISO images as 600 which might
|
||||||
|
be too restrictive. This commit makes sure the initrd is
|
||||||
|
stored as 644 and Fixes bsc#1229257
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 03 09:08:45 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixed ramdisk size setup
|
||||||
|
|
||||||
|
For setting up the brd rd_size option kiwi creates
|
||||||
|
99-brd.conf used at load time of the kernel brd driver.
|
||||||
|
The location for the conf file is set to /etc/modprobe.d/
|
||||||
|
However, in newer versions the location has changed to
|
||||||
|
/usr/lib/modprobe.d/ and /etc/modprobe.d is no longer
|
||||||
|
expected to exist. This commit makes sure /etc/modprobe.d
|
||||||
|
is created if not present.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 03 08:31:43 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Tue Sep 03 08:31:43 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 10.1.4
|
Version: 10.1.6
|
||||||
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
|
||||||
|
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user