forked from pool/python-kiwi
- Bump version: 9.22.0 → 9.22.1
- Fixed validation of bool value in dracut module The oem-multipath-scan setup results in a bool variable inside of the initrd code. The variable kiwi_oemmultipath_scan is therefore either set to "true" or "false". A check in code of the form [ -n ... ] is stupid since the variable always contains text. This commit fixes the validation to make use of the bool() method provided for these type of variables OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=190
This commit is contained in:
parent
b52bd567bd
commit
f873c205ea
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.22.0
|
||||
pkgver=9.22.1
|
||||
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=('3ce07f0c0316090b1eece05a76a6de2b')
|
||||
md5sums=('d4b1b56e307ddb1f3488e4cbfa730659')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 08 12:37:47 CET 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Bump version: 9.22.0 → 9.22.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 08 12:21:11 CET 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
- Fixed validation of bool value in dracut module
|
||||
|
||||
The oem-multipath-scan setup results in a bool variable inside
|
||||
of the initrd code. The variable kiwi_oemmultipath_scan is
|
||||
therefore either set to "true" or "false". A check in code
|
||||
of the form [ -n ... ] is stupid since the variable always
|
||||
contains text. This commit fixes the validation to make use
|
||||
of the bool() method provided for these type of variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 03 15:37:30 CET 2020 - Marcus Schäfer <ms@suse.de>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.22.0
|
||||
Version: 9.22.1
|
||||
Provides: kiwi-schema = 7.2
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0c61ba3e50e1c735aca1e925418b4418635039f9b85f5a8cc63a0c2d618ac7b
|
||||
size 1736150
|
||||
oid sha256:d9311a8077054c734b3b4d309d3b36845daee297478cfd127c662d5703a2a2f2
|
||||
size 1736072
|
||||
|
Loading…
Reference in New Issue
Block a user