- Bump version: 9.23.55 → 9.23.56
- Only wipe bundle dir when required The given result bundle dir must only be wiped if the request to turn the result files into an rpm was given. Only in this case the given bundle dir must start empty - Fixed uninstall handling via dnf, microdnf, zypper The above package managers supports uninstall instructions like 'iwl*'. In kiwi there was code checking via rpm if the packages given to uninstall actually exists. That code does not work if the given package to uninstall is an instruction that matches a pattern. Therefore if we use the uninstall section in the kiwi image description, just pass the provided information to the package manager and don't try to be clever in kiwi itself. - Allow to set --logfile for result namespace Setting a logfile for e.g 'kiwi-ng result bundle ...' is useful and should be possible OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=205
This commit is contained in:
parent
8e3eacb6ee
commit
62b17525a1
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.55
|
||||
pkgver=9.23.56
|
||||
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=('7474fc55735ac5846a788ec708c06432')
|
||||
md5sums=('a895746efe896fcd873035a01bc1d3cb')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 23:52:50 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.23.55 → 9.23.56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 22:42:23 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Only wipe bundle dir when required
|
||||
|
||||
The given result bundle dir must only be wiped if the
|
||||
request to turn the result files into an rpm was given.
|
||||
Only in this case the given bundle dir must start empty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 10 22:30:55 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Fixed uninstall handling via dnf, microdnf, zypper
|
||||
|
||||
The above package managers supports uninstall instructions
|
||||
like 'iwl*'. In kiwi there was code checking via rpm if
|
||||
the packages given to uninstall actually exists. That code
|
||||
does not work if the given package to uninstall is an
|
||||
instruction that matches a pattern. Therefore if we use
|
||||
the uninstall section in the kiwi image description, just
|
||||
pass the provided information to the package manager and
|
||||
don't try to be clever in kiwi itself.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 09 13:17:47 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Allow to set --logfile for result namespace
|
||||
|
||||
Setting a logfile for e.g 'kiwi-ng result bundle ...'
|
||||
is useful and should be possible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 09 10:00:04 CEST 2021 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.23.55
|
||||
Version: 9.23.56
|
||||
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:58b537ae2166bb44462b6bdd2c5fb62256b151bf1a6364454f47f44b97bdf452
|
||||
size 1945902
|
||||
oid sha256:877f942365b3356d97aa5f52e39fac1b4fc224a73de9e5a2c6c4634d9a2b21d4
|
||||
size 1966987
|
||||
|
Loading…
Reference in New Issue
Block a user