forked from pool/python-kiwi
- Bump version: 10.0.17 → 10.0.18
- package: adjust openSUSE patch OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=251
This commit is contained in:
parent
76dec26bf7
commit
101edab20a
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.0.17
|
||||
pkgver=10.0.18
|
||||
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=('cfd24d4e84eb2b8b96b17294217ca5b0')
|
||||
md5sums=('7bc3e2af9c70b50cdfa4e65e75b2a23b')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 18:18:26 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.17 → 10.0.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 16:54:21 CEST 2024 - Alberto Planas <aplanas@suse.com>
|
||||
|
||||
- package: adjust openSUSE patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 15:18:38 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.0.17
|
||||
Version: 10.0.18
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
@ -57,6 +57,11 @@ Packager: Marcus Schaefer <marcus.schaefer@suse.com>
|
||||
Group: %{pygroup}
|
||||
Source: %{name}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE kiwi-revert-bls-default-for-suse.patch
|
||||
# Temporarily revert grub-bls default to false for SUSE distributions
|
||||
%if 0%{?suse_version}
|
||||
Patch: kiwi-revert-bls-default-for-suse.patch
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?fedora} || 0%{?suse_version}
|
||||
BuildRequires: fdupes
|
||||
@ -636,12 +641,7 @@ Group: %{sysgroup}
|
||||
Provides manual pages to describe the kiwi commands
|
||||
|
||||
%prep
|
||||
%autosetup -n kiwi-%{version}
|
||||
|
||||
# Temporarily revert grub-bls default to false for SUSE distributions
|
||||
%if 0%{?suse_version}
|
||||
patch -p1 < package/kiwi-revert-bls-default-for-suse.patch
|
||||
%endif
|
||||
%autosetup -p1 -n kiwi-%{version}
|
||||
|
||||
# Temporarily switch things back to docopt for everything but Fedora 41+
|
||||
# FIXME: Drop this hack as soon as we can...
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a109cf9697251750bc9b4e2d722ea4105937ced331a3b6b855ebd9c574533db5
|
||||
size 1020512
|
||||
oid sha256:8901c974af68bd2954219fd4993c4444e85afb09ef3dc8f561753c9144fa1fd0
|
||||
size 1020470
|
||||
|
Loading…
Reference in New Issue
Block a user