- Bump version: 10.1.10 → 10.1.11

- doc: Add login information test build test images

- Add support for erofs
  erofs is an alternative readonly filesystem that can be
  used as alternative to squashfs. This Fixes #2633

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=267
This commit is contained in:
Marcus Schäfer 2024-09-13 14:36:18 +00:00 committed by Git OBS Bridge
parent e9d3441a5d
commit 49a568b92d
4 changed files with 30 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.10
pkgver=10.1.11
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=('7821626d607e63bdf4413aacea6d91c0')
md5sums=('7f2f4141b4dd2417ffa547356d870946')
build() {

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 13 16:33:19 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 10.1.10 → 10.1.11
-------------------------------------------------------------------
Fri Sep 13 10:42:38 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- doc: Add login information test build test images
-------------------------------------------------------------------
Fri Sep 13 10:23:39 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
@ -11,6 +21,14 @@ Thu Sep 12 18:53:52 CEST 2024 - Michal Suchanek <msuchanek@suse.de>
To make the code look pretty extra newline is inserted at the start of
bootinfo file. This appears to break boot on Power9 PowerVM LPARs.
-------------------------------------------------------------------
Thu Sep 12 17:29:29 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Add support for erofs
erofs is an alternative readonly filesystem that can be
used as alternative to squashfs. This Fixes #2633
-------------------------------------------------------------------
Thu Sep 12 10:57:33 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>

View File

@ -52,7 +52,7 @@
%endif
Name: python-kiwi
Version: 10.1.10
Version: 10.1.11
Provides: kiwi-schema = 8.1
Release: 0
Url: https://github.com/OSInside/kiwi
@ -291,10 +291,17 @@ Provides: kiwi-filesystem:ext3
Provides: kiwi-filesystem:ext4
Provides: kiwi-filesystem:squashfs
Provides: kiwi-filesystem:xfs
%if ! (0%{?suse_version} && 0%{?suse_version} < 1600)
Provides: kiwi-filesystem:erofs
Provides: kiwi-image:erofs
%endif
%endif
Requires: dosfstools
Requires: e2fsprogs
Requires: xfsprogs
%if ! (0%{?suse_version} && 0%{?suse_version} < 1600)
Requires: erofs-utils
%endif
%if 0%{?suse_version}
Requires: btrfsprogs
%else

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

Binary file not shown.