- Bump version: 9.23.42 → 9.23.43
- Re-add suseImportBuildKey suseImportBuildKey is not required during the image build as kiwi imports the correct keys by itself. However, the created images lack the repository signing keys and any `zypper` commands will thus fail. This fixes https://github.com/OSInside/kiwi/issues/1876 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=201
This commit is contained in:
parent
89220c2816
commit
bc5ffb40a6
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=9.23.42
|
||||
pkgver=9.23.43
|
||||
pkgrel=0
|
||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
||||
@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
|
||||
provides=(kiwi-ng kiwi)
|
||||
source=("${pkgname}.tar.gz")
|
||||
changelog="${pkgname}.changes"
|
||||
md5sums=('7431f44ac3bd24afc7c4bc4c2b6b6fe3')
|
||||
md5sums=('17acb04a3eacd10abf9af2dddaf623a3')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 05 14:58:02 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.23.42 → 9.23.43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 05 08:47:39 CEST 2021 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Re-add suseImportBuildKey
|
||||
|
||||
suseImportBuildKey is not required during the image build as kiwi imports the
|
||||
correct keys by itself. However, the created images lack the repository signing
|
||||
keys and any `zypper` commands will thus fail.
|
||||
|
||||
This fixes https://github.com/OSInside/kiwi/issues/1876
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 02 14:25:15 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.23.42
|
||||
Version: 9.23.43
|
||||
Provides: kiwi-schema = 7.4
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1eb63cdeb5fded5e904cb662a8e62d0d9cd0cb08a0022e9f3e8866d00b312cb2
|
||||
size 1931268
|
||||
oid sha256:44a75df8758364dabfe7f9c3b0d5fe3bde11838d0617449c7dc62a14af62a40b
|
||||
size 1931627
|
||||
|
Loading…
Reference in New Issue
Block a user