forked from pool/python-kiwi
- Bump version: 10.1.5 → 10.1.6
- add allowExtraConfig and exportFlags to ovftool options Add allowExtraConfig and exportFlags to ovftool options - 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/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=263
This commit is contained in:
parent
420b4c428e
commit
8f5389b2d0
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')
|
||||
arch=(x86_64)
|
||||
pkgver=10.1.5
|
||||
pkgver=10.1.6
|
||||
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=('63fe8496f49ac69ef71b89c41faec434')
|
||||
md5sums=('6fa45484073041b1f32130d0a640c624')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
@ -25,6 +37,19 @@ Tue Sep 03 10:11:52 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
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>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.1.5
|
||||
Version: 10.1.6
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
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