forked from pool/python-kiwi
- Bump version: 9.10.2 → 9.10.3
- Export *.verified also for images based on apt-get This commit includes support in system/setup.py to run a package verification also for images based in apt-get package-manger Related to #457 - Include .packages file for apt-get based images This commit renames export_rpm_packages_list method to export_packages_list and it includes support for listing debian packages if apt-get package manager is used. Fixes #457 - Fix calculation of needed disk space for oem types The calculation did not include the minimum volume requirements if a volume setup exists OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=48
This commit is contained in:
parent
11065a05a7
commit
34955829d1
@ -1,6 +1,64 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 3 11:00:57 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Bump version: 9.10.2 → 9.10.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 15:19:02 CEST 2017 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Export *.verified also for images based on apt-get
|
||||||
|
|
||||||
|
This commit includes support in system/setup.py to run a package
|
||||||
|
verification also for images based in apt-get package-manger
|
||||||
|
|
||||||
|
Related to #457
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 15:06:19 CEST 2017 - dcassany@suse.com
|
||||||
|
|
||||||
|
- Include .packages file for apt-get based images
|
||||||
|
|
||||||
|
This commit renames export_rpm_packages_list method to
|
||||||
|
export_packages_list and it includes support for listing
|
||||||
|
debian packages if apt-get package manager is used.
|
||||||
|
|
||||||
|
Fixes #457
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 11:57:21 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Fix calculation of needed disk space for oem types
|
||||||
|
|
||||||
|
The calculation did not include the minimum volume requirements
|
||||||
|
if a volume setup exists
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 15:33:42 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Update expected compatible major version
|
||||||
|
|
||||||
|
every version of umoci/skopeo <= major v1.x.x is expected
|
||||||
|
to work with the implementation used in kiwi
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 1 10:24:17 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Extend scope of check_docker_tool_chain_installed
|
||||||
|
|
||||||
|
The runtime check only checks for the presence of the docker
|
||||||
|
tools umoci and skopeo but as we are expecting incompatible
|
||||||
|
api changes in the next major version release the check has
|
||||||
|
been extended to look at the major versions of the installed
|
||||||
|
tools as well. Fixes #454
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 28 14:07:21 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Fixup schema version in chapter topic
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 28 13:53:59 CEST 2017 - ms@suse.de
|
Fri Jul 28 13:53:59 CEST 2017 - ms@suse.de
|
||||||
|
|
||||||
- Bump version: 9.10.1 → 9.10.2
|
- Bump version: 9.10.1 → 9.10.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.10.2
|
Version: 9.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.6
|
Provides: kiwi-schema = 6.6
|
||||||
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:88013c56cb783e955545163c161f0f4cf00f6dc661dc2ed0c78aaade9e28fd70
|
oid sha256:1adb4a06077b49d3f2bdf02528e651e1c9def82018bf0cd0264fe92f8d357815
|
||||||
size 3369702
|
size 3591152
|
||||||
|
Loading…
Reference in New Issue
Block a user