python-kiwi
No description set
- Developed at Virtualization:Appliances:Builder
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-kiwi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-kiwi-rpmlintrc | 0000001571 1.53 KB | |
python-kiwi.changes | 0000482653 471 KB | |
python-kiwi.spec | 0000017345 16.9 KB | |
python-kiwi.tar.gz | 0000522348 510 KB |
Revision 26 (latest revision is 125)
Dominique Leuenberger (dimstar_suse)
accepted
request 604053
from
Marcus Schaefer (sax2)
(revision 26)
- Bump version: 9.14.6 → 9.14.7 - Fixed check for volume group in use The former implementation evaluates the output of the vgs command and set the volume group as in use if one of the listed volume groups on the host contains the group name set by the image description. This would also match if the group name set in the image description is e.g 'System' and the a volume group on the host with name 'SystemVG' exists. However a conflict only exists on exact match of the name. The proposed fix is to use the --select feature from vgs and let it show information on exact match of the vg_name field. The code in kiwi then just evaluates if the selection by vgs has a value or not. This Fixes #721 - Fix setup of kiwi_lvm profile variable kiwi_lvm was always set to true if a volume management system is in use. However it should only be set to true if the selected volume management system is lvm. The same applies to the kiwi_lvmgroup variable which also only makes sense if the lvm volume management system is used. This Fixes bsc#1090427
Comments 0