- Bump version: 10.0.3 → 10.0.4
- Delete invalid EPEL repo from rawhide tests - Fix s390 tools and grub requirement On Fedora/RHEL this is named s390utils and there is no grub2 - Added rawhide integration test - Add support for BLS zipl Add support for <bootloader name="zipl" .../> to support BLS based zipl configuration. This Fixes #2481 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=239
This commit is contained in:
parent
b572bff676
commit
40d663979f
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')
|
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)
|
arch=(x86_64)
|
||||||
pkgver=10.0.3
|
pkgver=10.0.4
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
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)
|
provides=(kiwi-ng kiwi)
|
||||||
source=("${pkgname}.tar.gz")
|
source=("${pkgname}.tar.gz")
|
||||||
changelog="${pkgname}.changes"
|
changelog="${pkgname}.changes"
|
||||||
md5sums=('a50c9641b13165189b36c0a91c4f7af6')
|
md5sums=('176ae8ba6f6730071ad46f323b476f4f')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 17:55:32 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 10.0.3 → 10.0.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 09 14:52:13 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Delete invalid EPEL repo from rawhide tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 08 16:31:12 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fix s390 tools and grub requirement
|
||||||
|
|
||||||
|
On Fedora/RHEL this is named s390utils and there is no grub2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 08 16:16:03 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Added rawhide integration test
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 07 15:51:11 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Thu Mar 07 15:51:11 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
@ -170,6 +192,14 @@ Tue Mar 05 21:09:46 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
|||||||
|
|
||||||
CentOS-8 is EOL and dropped from upstream kiwi
|
CentOS-8 is EOL and dropped from upstream kiwi
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 04 11:36:33 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Add support for BLS zipl
|
||||||
|
|
||||||
|
Add support for <bootloader name="zipl" .../> to support BLS
|
||||||
|
based zipl configuration. This Fixes #2481
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 01 12:08:25 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
Fri Mar 01 12:08:25 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 10.0.3
|
Version: 10.0.4
|
||||||
Provides: kiwi-schema = 7.5
|
Provides: kiwi-schema = 7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/OSInside/kiwi
|
Url: https://github.com/OSInside/kiwi
|
||||||
@ -232,9 +232,6 @@ Recommends: gfxboot
|
|||||||
Requires: grub2-efi-x64
|
Requires: grub2-efi-x64
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if ! (0%{?debian} || 0%{?ubuntu})
|
|
||||||
Requires: grub2
|
|
||||||
%endif
|
|
||||||
%ifarch %arm aarch64
|
%ifarch %arm aarch64
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Requires: uboot-tools
|
Requires: uboot-tools
|
||||||
@ -244,7 +241,14 @@ Requires: u-boot-tools
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
|
Requires: s390utils
|
||||||
|
%else
|
||||||
Requires: s390-tools
|
Requires: s390-tools
|
||||||
|
%if ! (0%{?debian} || 0%{?ubuntu})
|
||||||
|
Requires: grub2
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Requires: kiwi-systemdeps-core = %{version}-%{release}
|
Requires: kiwi-systemdeps-core = %{version}-%{release}
|
||||||
|
|
||||||
@ -486,7 +490,11 @@ Requires: xz
|
|||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
|
Requires: s390utils
|
||||||
|
%else
|
||||||
Requires: s390-tools
|
Requires: s390-tools
|
||||||
|
%endif
|
||||||
Requires: parted
|
Requires: parted
|
||||||
%endif
|
%endif
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:69ce78efb2c4be172ceea029769903449bff0f164b6f51601d3b217e5e09dc52
|
oid sha256:2677464033c0cd3b9df10a40c9c15d1e50a3f37bd68630d99fd30df5aeba5952
|
||||||
size 1001526
|
size 1005444
|
||||||
|
Loading…
Reference in New Issue
Block a user