From 8f5389b2d07487a190f8e9ff8667c85d9ba0eaa90c60a247b9b78ec44b54620d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Fri, 6 Sep 2024 08:44:26 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=2010.1.5=20=E2=86=92=2010.1?= =?UTF-8?q?.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- PKGBUILD | 4 ++-- python-kiwi.changes | 25 +++++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1109de8..b9bd746 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.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() { diff --git a/python-kiwi.changes b/python-kiwi.changes index b88178d..c33a382 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 06 10:41:00 CEST 2024 - Marcus Schäfer + +- 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 @@ -25,6 +37,19 @@ Tue Sep 03 10:11:52 CEST 2024 - Marcus Schäfer 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 + +- 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 diff --git a/python-kiwi.spec b/python-kiwi.spec index 2287709..420dc4a 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -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 diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index fae1769..55b5987 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:375d265d6e78bebc3fd2aa31b7520dc9b1b6b2c57da2e25d08e877b58c557a75 -size 1031681 +oid sha256:ec894bb91174a5cd11ab84f36aff35129dca7bdab59621f7b0417fea0fa849a8 +size 1031837