Sync from SUSE:SLFO:Main python-kiwi revision 9ea51139f3f53fe4712b94c43c9447c5

This commit is contained in:
Adrian Schröter 2024-09-11 10:21:28 +02:00
parent 6116cb0e3e
commit c53ec46687
4 changed files with 105 additions and 5 deletions

View File

@ -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.8
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=('b6dbb9711b67d7160a248041646a71bb')
build() {

View File

@ -1,3 +1,81 @@
-------------------------------------------------------------------
Tue Sep 10 15:35:15 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 10.1.7 → 10.1.8
-------------------------------------------------------------------
Tue Sep 10 15:31:45 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed enclave documentation
Path to the build test was not correct
-------------------------------------------------------------------
Tue Sep 10 15:14:10 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Update test-image-nitro-enclave package list
Fixup package list to match Fedora rawhide
-------------------------------------------------------------------
Tue Sep 10 15:06:32 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Move test-image-nitro-enclave to rawhide
-------------------------------------------------------------------
Tue Sep 10 10:20:10 CEST 2024 - Michal Suchanek <msuchanek@suse.de>
- Fix ppc64 chrp bootinfo generation
-------------------------------------------------------------------
Mon Sep 09 16:05:28 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed documentation header
Fixed double H1 headers from the boxbuild tweaks chapter.
-------------------------------------------------------------------
Mon Sep 09 15:32:14 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 10.1.6 → 10.1.7
-------------------------------------------------------------------
Mon Sep 09 15:26:15 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Move EXEC log message to the right place
The log information of the command execution was not printed
directly before the actual command invocation. There are other
actions after the log information (e.g Path.which) which itself
produce log information prior the real subprocess execution.
This is very misleading when reading the log file and fixed
in this commit.
-------------------------------------------------------------------
Mon Sep 09 10:43:09 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Add support for architectures in deb source file
When apt resolves packages on a multiarch repo it can happen
that dependencies for packages from other architectures are
pulled into the solver process but are not provided by any
repository. To overcome this behavior the repository can
be setup to serve packages only for a specified architecture
or list of architectures. This is related to
OSInside/kiwi-descriptions#102
-------------------------------------------------------------------
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 +103,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>
@ -539,6 +630,15 @@ Mon Jul 08 09:17:49 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Supplements are not understood by Debian/Ubuntu
-------------------------------------------------------------------
Fri Jul 05 12:59:22 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Add new builder for enclaves
Add new EnclaveBuilder class which allows to build initrd-only
image types. The first enclave implementation covers aws-nitro
images produced via the eif_build tooling.
-------------------------------------------------------------------
Thu Jul 04 16:16:44 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>

View File

@ -52,7 +52,7 @@
%endif
Name: python-kiwi
Version: 10.1.5
Version: 10.1.8
Provides: kiwi-schema = 8.1
Release: 0
Url: https://github.com/OSInside/kiwi

BIN
python-kiwi.tar.gz (Stored with Git LFS)

Binary file not shown.