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 |
---|---|---|
PKGBUILD | 0000003167 3.09 KB | |
kiwi-revert-bls-default-for-suse.patch | 0000002896 2.83 KB | |
python-kiwi-rpmlintrc | 0000001857 1.81 KB | |
python-kiwi.changes | 0001308448 1.25 MB | |
python-kiwi.spec | 0000025740 25.1 KB | |
python-kiwi.tar.gz | 0001030649 1010 KB |
Revision 120 (latest revision is 125)
Dominique Leuenberger (dimstar_suse)
accepted
request 1198422
from
Marcus Schäfer (marcus.schaefer)
(revision 120)
- Bump version: 10.1.3 → 10.1.4 - Add note about guestOS values for vmware ovftools. - Add note about guestOS values for vmware platform. - Fixed resize of dos table type on s390 On s390, parted is used to detect the partition table type. In contrast to blkid the name for DOS tables is reported as 'msdos' and not 'dos' which impacts several conditions in the kiwi initrd code which checks for 'dos'. This commit fixes the get_partition_table_type() method to return a consistent table name for DOS tables. This Fixes bsc#1228729 - Revert "remove dependency on /usr/bin/python" This reverts commit 15b450188483b567ca10bb459bf50ed90e905bb7. The change provided here entirely broke kiwi in OBS. With this patch applied every image build in OBS fails with the following message: 'line 1: /usr/sbin/kiwi: No such file or directory' - Bump version: 10.1.2 → 10.1.3 - Fix bundle extension for archive types When bundling result files that uses an archive type like tbz or docker, kiwi creates them with the extension tar.xz/tar.gz The bundler code only uses the extension from the last tuple in a "." split which is wrong for "tar." filenames. This commit adds an exception to the prefix rule for this output filenames and Fixes #2628
Comments 0