From e0dd6e93672dcda94162a5e3e2f4839f6c1a91aee280d7bb0b7d9a2814f3de08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 19 May 2022 13:25:46 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.24.35=20=E2=86=92=209.2?= =?UTF-8?q?4.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Subformats should also not be compressed when encryption is enabled (#2138) Subformats should also not be compressed when encryption is enabled This is a follow on change to bdba953. When the filesystem is encrypted the resulting image should not be compressed. Also explain why we ignore the compression seeting in the user configuration for encrypted images. - Add support for prebuilt bootstrap package for apt When using the apt packagemanager kiwi required the use of debootstrap to create the initial rootfs. This works as long as there is always a main distribution repository available which follows the structure of the official debian mirrors. However if such a main distribution is not present or an alternative layout like e.g OBS repos is used, debootstrap will refuse to work. To allow for an alternative and without the dependency to debootstrap kiwi supports using a prebuilt bootstrap package providing the mini rootfs to serve as the bootstrap result. As all other package managers properly supports installation into an empty new root, this feature was only added when using the apt packagemanager OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=218 --- PKGBUILD | 4 ++-- python-kiwi.changes | 33 +++++++++++++++++++++++++++++++++ python-kiwi.spec | 2 +- python-kiwi.tar.gz | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 63f0b92..439d841 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.35 +pkgver=9.24.36 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=('75d8288fb9691bfd609b2de3661b848a') +md5sums=('7eefd0af367564845b071d5664003f83') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 3fb341a..94289bf 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu May 19 15:21:54 CEST 2022 - Marcus Schäfer + +- Bump version: 9.24.35 → 9.24.36 + +------------------------------------------------------------------- +Tue May 17 08:54:46 CEST 2022 - Robert Schweikert + +- Subformats should also not be compressed when encryption is enabled (#2138) + + Subformats should also not be compressed when encryption is enabled + This is a follow on change to bdba953. When the filesystem is encrypted the + resulting image should not be compressed. Also explain why we ignore the + compression seeting in the user configuration for encrypted images. + +------------------------------------------------------------------- +Mon May 16 10:09:01 CEST 2022 - Marcus Schäfer + +- Add support for prebuilt bootstrap package for apt + + When using the apt packagemanager kiwi required the use of + debootstrap to create the initial rootfs. This works as long + as there is always a main distribution repository available + which follows the structure of the official debian mirrors. + However if such a main distribution is not present or an + alternative layout like e.g OBS repos is used, debootstrap + will refuse to work. To allow for an alternative and without + the dependency to debootstrap kiwi supports using a prebuilt + bootstrap package providing the mini rootfs to serve as + the bootstrap result. As all other package managers properly + supports installation into an empty new root, this feature + was only added when using the apt packagemanager + ------------------------------------------------------------------- Sun May 08 20:51:36 CEST 2022 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index 78a70e9..38b46c8 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -43,7 +43,7 @@ %endif Name: python-kiwi -Version: 9.24.35 +Version: 9.24.36 Provides: kiwi-schema = 7.5 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 1813012..cbc711b 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:ade17cf7ec044516ad9b24805be74f48bce2107b8a50578741a4154007183eb7 -size 2178928 +oid sha256:937699ceee56e7f7452e876206868c430f9376a7c4a27a7a692a5186d75faafb +size 2190245