From 49a568b92d797e7d969d2ee5bef001ee058ba16f17af713db5ef9e60be06972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Fri, 13 Sep 2024 14:36:18 +0000 Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=2010.1.10=20=E2=86=92=2010.?= =?UTF-8?q?1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- PKGBUILD | 4 ++-- python-kiwi.changes | 18 ++++++++++++++++++ python-kiwi.spec | 9 ++++++++- python-kiwi.tar.gz | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5aabf69..88a2fb7 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=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() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 5dcba3e..dee9201 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Sep 13 16:33:19 CEST 2024 - Marcus Schäfer + +- Bump version: 10.1.10 → 10.1.11 + +------------------------------------------------------------------- +Fri Sep 13 10:42:38 CEST 2024 - Marcus Schäfer + +- doc: Add login information test build test images + ------------------------------------------------------------------- Fri Sep 13 10:23:39 CEST 2024 - Marcus Schäfer @@ -11,6 +21,14 @@ Thu Sep 12 18:53:52 CEST 2024 - Michal Suchanek 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 + +- 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 diff --git a/python-kiwi.spec b/python-kiwi.spec index 3026317..86f0a7a 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -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 diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index f56c446..b344090 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:51ba02bc9d3cf6e90a61c02aab67351346e89eb8b8a502873aed7e22b22d25d3 -size 1035612 +oid sha256:893a62444ab51ee83f8a348af3356e694efa01cbdf17b7705871e2fd2f7f5f3d +size 1036456