- Bump version: 10.1.7 → 10.1.8

- Fixed enclave documentation
  Path to the build test was not correct

- Update test-image-nitro-enclave package list
  Fixup package list to match Fedora rawhide

- Move test-image-nitro-enclave to rawhide

- Fix ppc64 chrp bootinfo generation

- Fixed documentation header
  Fixed double H1 headers from the boxbuild tweaks chapter.

- 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=265
This commit is contained in:
Marcus Schäfer 2024-09-10 13:37:58 +00:00 committed by Git OBS Bridge
parent 2765698149
commit 48a8a26bfe
4 changed files with 50 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') 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.7 pkgver=10.1.8
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=('7fc02dfad17f3f338c4225d6aaaea3fb') md5sums=('b6dbb9711b67d7160a248041646a71bb')
build() { build() {

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
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> Mon Sep 09 15:32:14 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
@ -594,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 - 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> Thu Jul 04 16:16:44 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>

View File

@ -52,7 +52,7 @@
%endif %endif
Name: python-kiwi Name: python-kiwi
Version: 10.1.7 Version: 10.1.8
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)

Binary file not shown.