Go to file
Dominique Leuenberger 59f9877d1c Accepting request 604053 from Virtualization:Appliances:Builder
- 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

OBS-URL: https://build.opensuse.org/request/show/604053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=26
2018-05-08 11:32:20 +00:00
.gitattributes - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
.gitignore - Added Leap42.3 boot descriptions 2017-03-09 09:38:02 +00:00
python-kiwi-rpmlintrc - Bump version: 9.14.0 → 9.14.1 2018-04-03 10:24:54 +00:00
python-kiwi.changes - Bump version: 9.14.6 → 9.14.7 2018-05-04 14:43:35 +00:00
python-kiwi.spec - Bump version: 9.14.6 → 9.14.7 2018-05-04 14:43:35 +00:00
python-kiwi.tar.gz - Bump version: 9.14.6 → 9.14.7 2018-05-04 14:43:35 +00:00