forked from pool/python-kiwi
- Bump version: 9.18.28 → 9.18.29
- Update Host/Image support matrix Update documentation about the Host vs. Image support and compatibility matrix with regards to the SLES target. - Add default /etc/kiwi.yml file Provide a comment only etc/kiwi.yml file that contains all parameters we support so far including a short description This Fixes #1232 - Enable BLS configuration if is supported Fedora now uses a BLS configuration by default, but this is not supported by all distributions. So check if is supported by the grub2-mkconfig tool and only enable the option if that's the case. Fixes: #1248 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=152
This commit is contained in:
parent
ee7c237933
commit
406eeaa878
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 10:06:36 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Bump version: 9.18.28 → 9.18.29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 10:03:46 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Update Host/Image support matrix
|
||||||
|
|
||||||
|
Update documentation about the Host vs. Image support and
|
||||||
|
compatibility matrix with regards to the SLES target.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 28 16:38:00 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
- Add default /etc/kiwi.yml file
|
||||||
|
|
||||||
|
Provide a comment only etc/kiwi.yml file that contains all
|
||||||
|
parameters we support so far including a short description
|
||||||
|
This Fixes #1232
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 10:15:46 CET 2019 - Marcus Schäfer <ms@suse.de>
|
Mon Oct 28 10:15:46 CET 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
@ -8,6 +30,17 @@ Fri Oct 25 15:10:42 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
|||||||
|
|
||||||
- Delete left over print statement from unit test
|
- Delete left over print statement from unit test
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 25 14:24:36 CEST 2019 - Javier Martinez Canillas <javierm@redhat.com>
|
||||||
|
|
||||||
|
- Enable BLS configuration if is supported
|
||||||
|
|
||||||
|
Fedora now uses a BLS configuration by default, but this is not supported
|
||||||
|
by all distributions. So check if is supported by the grub2-mkconfig tool
|
||||||
|
and only enable the option if that's the case.
|
||||||
|
|
||||||
|
Fixes: #1248
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 25 10:38:09 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
Fri Oct 25 10:38:09 CEST 2019 - Marcus Schäfer <ms@suse.de>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.18.28
|
Version: 9.18.29
|
||||||
Provides: kiwi-schema = 7.1
|
Provides: kiwi-schema = 7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
@ -418,6 +418,7 @@ fi
|
|||||||
%{_defaultdocdir}/python-kiwi/LICENSE
|
%{_defaultdocdir}/python-kiwi/LICENSE
|
||||||
%{_defaultdocdir}/python-kiwi/README
|
%{_defaultdocdir}/python-kiwi/README
|
||||||
%config %_sysconfdir/bash_completion.d/kiwi-ng.sh
|
%config %_sysconfdir/bash_completion.d/kiwi-ng.sh
|
||||||
|
%config %_sysconfdir/kiwi.yml
|
||||||
%doc %{_mandir}/man8/*
|
%doc %{_mandir}/man8/*
|
||||||
|
|
||||||
%files -n kiwi-tools
|
%files -n kiwi-tools
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:035b26dad97a5d3a0f63d424683281ecb75887cae7879495a8ea21160803adf4
|
oid sha256:1ad1d9dce7da52231f2d4ca67d83c76d0ac76ebc9e131d91873f9fdf2ac9a5c3
|
||||||
size 1630410
|
size 1633292
|
||||||
|
Loading…
Reference in New Issue
Block a user