From 1b00812109a80230d607d08f109358b520cb90ba18c4c13e5f17550ff5a158c6 Mon Sep 17 00:00:00 2001 From: Marcus Schaefer Date: Tue, 23 Nov 2021 14:13:15 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.24.9=20=E2=86=92=209.24?= =?UTF-8?q?.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added documentation about sharing backends The kiwi boxbuild plugin supports several sharing backends. Details about them and eventual pre-setup steps prior use are mentioned in this document - Fixed MicroOS build test snapper default config has moved from /etc to /usr/share - Bump version: 9.24.8 → 9.24.9 - Bump version: 9.24.7 → 9.24.8 - Added support for reading metalink in info module For resolver operations through libsolv the 'kiwi image info' module exists. So far it could not read the repos from metalink repo definitions. This Fixes #1890 - Force key attribute from signing element to be treated as a URI Signed-off-by: David Cassany - Pass signing keys from the XML to the repositories This commits makes sure signing keys are passed to repositories setup in build task. Signed-off-by: David Cassany - Move static sle15 integration test to git - Bump version: 9.24.6 → 9.24.7 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=209 --- PKGBUILD | 4 +- python-kiwi.changes | 111 ++++++++++++++++++++++++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 +- 4 files changed, 116 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 599c6b7..7c3a160 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=9.24.6 +pkgver=9.24.10 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep) provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('74cbc9283eb117626209c7f212f957a3') +md5sums=('166597cfdcba49bf6089b425c1cc5a12') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index e984607..e67b9cd 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,93 @@ +------------------------------------------------------------------- +Tue Nov 23 15:10:26 CET 2021 - Marcus Schäfer + +- Bump version: 9.24.9 → 9.24.10 + +------------------------------------------------------------------- +Tue Nov 23 10:43:10 CET 2021 - Marcus Schäfer + +- Added documentation about sharing backends + + The kiwi boxbuild plugin supports several sharing + backends. Details about them and eventual pre-setup + steps prior use are mentioned in this document + +------------------------------------------------------------------- +Tue Nov 23 10:11:07 CET 2021 - Marcus Schäfer + +- Fixed MicroOS build test + + snapper default config has moved from /etc to /usr/share + +------------------------------------------------------------------- +Mon Nov 22 22:27:44 CET 2021 - Marcus Schäfer + +- Bump version: 9.24.8 → 9.24.9 + +------------------------------------------------------------------- +Mon Nov 22 17:18:07 CET 2021 - Marcus Schäfer + +- Bump version: 9.24.7 → 9.24.8 + +------------------------------------------------------------------- +Mon Nov 22 17:15:47 CET 2021 - Marcus Schäfer + +- Added support for reading metalink in info module + + For resolver operations through libsolv the 'kiwi image info' + module exists. So far it could not read the repos from + metalink repo definitions. This Fixes #1890 + +------------------------------------------------------------------- +Fri Nov 19 13:29:52 CET 2021 - David Cassany + +- Force key attribute from signing element to be treated as a URI + + Signed-off-by: David Cassany + +------------------------------------------------------------------- +Thu Nov 18 16:52:52 CET 2021 - David Cassany + +- Pass signing keys from the XML to the repositories + + This commits makes sure signing keys are passed to + repositories setup in build task. + + Signed-off-by: David Cassany + +------------------------------------------------------------------- +Thu Nov 18 09:23:46 CET 2021 - Marcus Schäfer + +- Move static sle15 integration test to git + +------------------------------------------------------------------- +Tue Nov 16 16:29:49 CET 2021 - Marcus Schäfer + +- Bump version: 9.24.6 → 9.24.7 + +------------------------------------------------------------------- +Mon Nov 15 16:40:37 CET 2021 - Marcus Schäfer + +- Fixed raid integration test using extra boot part + + Due to changes in the distribution the tests needs some + adaptions. The kernel as provided now by TW uses symlinks + from boot to /usr/lib/modules/... to point to the kernel + binary. Of course this breaks for any system that uses + /boot on another partition. Those image tests which were + testing this aspect needs fixing. + +------------------------------------------------------------------- +Mon Nov 15 14:25:23 CET 2021 - Dan Čermák + +- Make sure fedora-release is installed on Rawhide + + Follow up to #1957 and #1962: + The Fedora build tests were using the generic release package and not + fedora-release. This issue has been partially fixed in #1962, but we forgot to + port the fix to the rawhide images as well. This commit adds the missing package + to the Rawhide images as well. + ------------------------------------------------------------------- Fri Nov 12 23:11:19 CET 2021 - Marcus Schäfer @@ -16,6 +106,27 @@ Fri Nov 12 22:53:02 CET 2021 - Marcus Schäfer checks if apt works in the chroot such that we can assume debootstrap has done its job and can be skipped +------------------------------------------------------------------- +Fri Nov 12 16:57:17 CET 2021 - Marcus Schäfer + +- Allow to set sign keyfile in repository elements + + This commit adds a new and optional child element + to the repository/source element as shown in the following + example: + + + + + + + + The collection of all keyfiles from all repositories will be + added to the keyring as used by the selected package manager. + Signing keys specified on the commandline and signing keys + specified in the image description will be combined. + This Fixes #1883 + ------------------------------------------------------------------- Fri Nov 12 14:45:03 CET 2021 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index eba2cb8..7c693f3 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.24.6 +Version: 9.24.10 Provides: kiwi-schema = 7.4 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 9f43abe..e3d3fce 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:3cecd0267c25d246ab672f7c32f71b6647f2774cb4f039507f2df0308abf3694 -size 2148920 +oid sha256:4daf007300134e59ecb87273aad2f6e0f29b4053b535a17ce136c421b7497762 +size 2157360