- Bump version: 9.7.3 → 9.7.4
- Fixed setup_plymouth_splash The schema generated get_bootsplash_theme() method returns a list because it's section content. The return value of the method was used as a string which caused a runtime error - Add package manager in image info task solving process This commit includes the package manager package in the packages list to be solved in image info task. - Include patternType information to resolv packages in image info task This commit includes ingore_recommended flag in the Sat.solve method. This way if the description file states to include only required packages (without recommendations) it is respected and taken into account to resolv the packages list. Fixes #381 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=35
This commit is contained in:
parent
769c3be06d
commit
1fe4084c55
@ -1,6 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:33:21 CEST 2017 - ms@suse.de
|
||||
|
||||
- Bump version: 9.7.3 → 9.7.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:31:07 CEST 2017 - ms@suse.de
|
||||
|
||||
- Fixed setup_plymouth_splash
|
||||
|
||||
The schema generated get_bootsplash_theme() method returns a list
|
||||
because it's section content. The return value of the method was
|
||||
used as a string which caused a runtime error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 15:18:53 CEST 2017 - dcassany@suse.com
|
||||
|
||||
- Add package manager in image info task solving process
|
||||
|
||||
This commit includes the package manager package in the packages
|
||||
list to be solved in image info task.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 14:26:26 CEST 2017 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.7.2 → 9.7.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -40,6 +62,18 @@ Mon Jun 19 16:03:31 CEST 2017 - ms@suse.de
|
||||
XML description, the tool is used to setup the theme configuration
|
||||
This Fixes #366
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 15:03:53 CEST 2017 - dcassany@suse.com
|
||||
|
||||
- Include patternType information to resolv packages in image info task
|
||||
|
||||
This commit includes ingore_recommended flag in the Sat.solve method.
|
||||
This way if the description file states to include only required
|
||||
packages (without recommendations) it is respected and taken into
|
||||
account to resolv the packages list.
|
||||
|
||||
Fixes #381
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 11:06:01 CEST 2017 - ms@suse.de
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.7.3
|
||||
Version: 9.7.4
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.5
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bec821f4f8b19dfc17b3012a3d6a381643a2d9c16be1bdc94119c83c9e502ea4
|
||||
size 3230663
|
||||
oid sha256:3336051ca689651e8efb7a7b4d063f4b50717f2fb6d4ca18b280950976290bed
|
||||
size 3235481
|
||||
|
Loading…
Reference in New Issue
Block a user