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 | 0000003168 3.09 KB | |
kiwi-revert-bls-default-for-suse.patch | 0000002896 2.83 KB | |
python-kiwi-rpmlintrc | 0000001857 1.81 KB | |
python-kiwi.changes | 0001287287 1.23 MB | |
python-kiwi.spec | 0000025250 24.7 KB | |
python-kiwi.tar.gz | 0001022960 999 KB |
Revision 116 (latest revision is 125)
Ana Guerrero (anag+factory)
accepted
request 1185374
from
Marcus Schäfer (marcus.schaefer)
(revision 116)
- Bump version: 10.0.22 → 10.0.23 - package: Add fully qualified provides for python3-kiwi in spec On SUSE distributions, currently the expectation is that packages built against the Python interpreter should have fully qualified names in the form of pythonXY-<modulename>. Additionally, all other Linux distributions prefer something similar in the form of pythonX.Y-<modulename>. This ensures we have those names so that distribution dependency generation works as expected. - Add support for arch selector on volumes The optional <volume ... arch=""/> attribute allows to create the volume only if it matches the specified host architecture. Multiple architecture names can be specified as comma separated list. - Add rd.kiwi.oem.force_resize boot option Forces the disk resize process on an OEM disk image. If set, no sanity check for unpartitioned/free space is performed and also an eventually configured <oem-resize-once> configuration from the image description will not be taken into account. This Fixes bsc#1224389 - Fixed leap integration tests For whatever reason procps is not longer pulled in by the core dependencies. Thus we have to explicitly request it - Fix potential race condition in loop detach The call to 'losetup -d' is in fact an async operation. Once
Comments 0