Accepting request 978738 from Virtualization:Appliances:Builder
Bump to v9.24.36 OBS-URL: https://build.opensuse.org/request/show/978738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=97
This commit is contained in:
commit
5668f900a8
4
PKGBUILD
4
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() {
|
||||
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 15:21:54 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 9.24.35 → 9.24.36
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 08:54:46 CEST 2022 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ade17cf7ec044516ad9b24805be74f48bce2107b8a50578741a4154007183eb7
|
||||
size 2178928
|
||||
oid sha256:937699ceee56e7f7452e876206868c430f9376a7c4a27a7a692a5186d75faafb
|
||||
size 2190245
|
||||
|
Loading…
Reference in New Issue
Block a user