Accepting request 1217317 from Virtualization:Appliances:Builder
- Bump version: 10.1.15 → 10.1.16 - Fix erofs requires in spec erofs-utils for SUSE only exists in Tumbleweed. The former conditon would also add the requirement for ALP and SLFO which is wrong. This commit fixes it - Add vagrantconfig rule for vagrant format If the format="vagrant" attribute is set, a vagrantconfig section becomes mandatory. This commit enforces this rule on the schema. This Fixes #2666 OBS-URL: https://build.opensuse.org/request/show/1217317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=124
This commit is contained in:
commit
ec2a9e8ac8
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=10.1.15
|
||||
pkgver=10.1.16
|
||||
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=('4948394438cb54c2dee54f7b5177119f')
|
||||
md5sums=('812a9cd9a12600a955663baa3f6da1e3')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 12:21:32 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.1.15 → 10.1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 10:23:36 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix erofs requires in spec
|
||||
|
||||
erofs-utils for SUSE only exists in Tumbleweed. The
|
||||
former conditon would also add the requirement for ALP
|
||||
and SLFO which is wrong. This commit fixes it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 10:53:25 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add vagrantconfig rule for vagrant format
|
||||
|
||||
If the format="vagrant" attribute is set, a vagrantconfig
|
||||
section becomes mandatory. This commit enforces this rule
|
||||
on the schema. This Fixes #2666
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 15:01:08 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.1.15
|
||||
Version: 10.1.16
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
@ -291,7 +291,7 @@ Provides: kiwi-filesystem:ext3
|
||||
Provides: kiwi-filesystem:ext4
|
||||
Provides: kiwi-filesystem:squashfs
|
||||
Provides: kiwi-filesystem:xfs
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} < 1600)
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} <= 1600)
|
||||
Provides: kiwi-filesystem:erofs
|
||||
Provides: kiwi-image:erofs
|
||||
%endif
|
||||
@ -299,7 +299,7 @@ Provides: kiwi-image:erofs
|
||||
Requires: dosfstools
|
||||
Requires: e2fsprogs
|
||||
Requires: xfsprogs
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} < 1600)
|
||||
%if ! (0%{?suse_version} && 0%{?suse_version} <= 1600)
|
||||
Requires: erofs-utils
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
|
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user