forked from pool/python-kiwi
osc copypac from project:Virtualization:Appliances:Staging package:python-kiwi revision:133
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=138
This commit is contained in:
parent
7a81004d47
commit
5114d0e17c
@ -1,3 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 04 13:24:21 CEST 2019 - David Cassany <dcassany@suse.de>
|
||||||
|
|
||||||
|
- Bump version: 9.17.34 → 9.17.35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 03 15:13:37 CEST 2019 - David Cassany <dcassany@suse.de>
|
||||||
|
|
||||||
|
- Fix regression on kiwi-repart dracut module
|
||||||
|
|
||||||
|
There was a regression introduced in #1035 (048b5c3e). We mask
|
||||||
|
systemd-fsck-root.service during the repart, but we are not always
|
||||||
|
unmasking it. If the repart is not possible the service is masked but
|
||||||
|
not unmasked, which causes the boot to fail.
|
||||||
|
|
||||||
|
With this commit after masking the fsck service we trap EXIT and run the
|
||||||
|
unmask command on script exit. This way we ensure the unmask command is
|
||||||
|
always executed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 02 16:24:16 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Doc fix for lex literal_block as xml
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 01 16:44:46 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Update compression flag for qcow2 format
|
||||||
|
|
||||||
|
In case of a qcow2 format we store the result uncompressed
|
||||||
|
Since the format conversion only takes the real bytes into
|
||||||
|
account such that the sparseness of the raw disk will not
|
||||||
|
result in the output format and can be taken one by one
|
||||||
|
This Fixes bsc#1128146
|
||||||
|
|
||||||
|
In addition the commit includes a refactoring for the
|
||||||
|
evaluation of the compress flag in the runtime config.
|
||||||
|
Instead of the global overwrite, the flag gets evaluated
|
||||||
|
individually at the time the result metadata is created
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 01 15:06:06 CEST 2019 - David Cassany <dcassany@suse.de>
|
||||||
|
|
||||||
|
- Add the possibility to disable runtime checks
|
||||||
|
|
||||||
|
This commit adds runtime configuration parameters to disable the runtime
|
||||||
|
checks. This is specially handy if someone does not want to use the kiwi
|
||||||
|
dracut modules and provide custom ones instead. In orde disable some
|
||||||
|
runtime check consider a runtime config yaml like:
|
||||||
|
|
||||||
|
runtime_checks:
|
||||||
|
- disable:
|
||||||
|
- check_dracut_module_for_oem_install_in_package_list
|
||||||
|
- check_dracut_module_for_live_iso_in_package_list
|
||||||
|
|
||||||
|
This commit fixes #893
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 01 14:52:33 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Fixup has_rpm method from RpmDataBase class
|
||||||
|
|
||||||
|
The method checked for the presence of /usr/bin/rpm. But
|
||||||
|
that binary is also provided by another toolkit named
|
||||||
|
busybox. Thus to check if the rpm we are aiming for is
|
||||||
|
present the check has been modified to look for /usr/bin/rpmdb
|
||||||
|
which is exclusively provided by rpm only. This Fixes #1037
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 31 18:48:13 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Fixed creation of image metadata files
|
||||||
|
|
||||||
|
At the end of a build process the metadata information files .packages
|
||||||
|
and .verified are created. On rpm based systems, rpm is invoked as
|
||||||
|
chrooted operation inside the new root tree. For images that gets
|
||||||
|
installed exclusively from the bootstrap phase there is no rpm inside
|
||||||
|
of the image and the call fails. The result are empty metadata files.
|
||||||
|
This patch prevents calling rpm inside of the image root tree if it's
|
||||||
|
not installed and also uses the RpmDataBase interface instead of
|
||||||
|
directly calling rpm. This Fixes #1037
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 29 15:59:06 CET 2019 - Marcus Schäfer <ms@suse.de>
|
Fri Mar 29 15:59:06 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.17.34
|
Version: 9.17.35
|
||||||
Provides: kiwi-schema = 6.6
|
Provides: kiwi-schema = 6.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0cd32d533b0bdb1a7c9a87757210a654201d4faec4558edbbb6496b2b515f8c3
|
oid sha256:ee0baf6902adc398229ca3e0574f7073e99234341ceaf78597b73038eda4b413
|
||||||
size 1509283
|
size 1504920
|
||||||
|
Loading…
Reference in New Issue
Block a user