forked from pool/python-kiwi
- Bump version: 9.4.4 → 9.4.5
- Fixup theme setup in boot Make sure grub theme data is populated in the boot directory. Checking only for the presence of the theme directory is not enough. If the theme directory in boot does not contain the requested theme it must be provided including a warning if the theme data could not be found in the system - Do not change the API in an incompatible way - Use request_package_exclusion method in prepare - Refactor method name of package manager interface The request_package_lock was renamed into request_package_exclusion because that is the goal, to actually exclude(skip) a package. From an implementation point of view this is done to set a lock in the zypper case. However other package managers might do it differently. The interface should stay consistent with regards to the user goal and not with the package manager specific implementation. This OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=17
This commit is contained in:
parent
025a9800d9
commit
e40d9f7d7e
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 30 10:30:35 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Bump version: 9.4.4 → 9.4.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 28 14:23:05 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Fixup theme setup in boot
|
||||||
|
|
||||||
|
Make sure grub theme data is populated in the boot directory.
|
||||||
|
Checking only for the presence of the theme directory is not
|
||||||
|
enough. If the theme directory in boot does not contain the
|
||||||
|
requested theme it must be provided including a warning if
|
||||||
|
the theme data could not be found in the system
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 28 10:41:52 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Do not change the API in an incompatible way
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 28 10:29:31 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Use request_package_exclusion method in prepare
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 27 15:19:14 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Refactor method name of package manager interface
|
||||||
|
|
||||||
|
The request_package_lock was renamed into request_package_exclusion
|
||||||
|
because that is the goal, to actually exclude(skip) a package. From
|
||||||
|
an implementation point of view this is done to set a lock in the
|
||||||
|
zypper case. However other package managers might do it differently.
|
||||||
|
The interface should stay consistent with regards to the user goal
|
||||||
|
and not with the package manager specific implementation. This
|
||||||
|
Fixes #248
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 27 14:22:27 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
- Added <oem-nic-filter> element
|
||||||
|
|
||||||
|
Allow network interface names to be filtered by the given
|
||||||
|
regular expression. The expression is handled by the bash
|
||||||
|
regexp operator. Interface names matching the rule will be
|
||||||
|
filtered out, all others stay. It is also possible to pass
|
||||||
|
the variable kiwi_oemnicfilter as kernel command line in a
|
||||||
|
PXE deployment. Fixes #245
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 27 10:34:27 CEST 2017 - ms@suse.com
|
Mon Mar 27 10:34:27 CEST 2017 - ms@suse.com
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.4.4
|
Version: 9.4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.5
|
Provides: kiwi-schema = 6.5
|
||||||
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:05de5c3428179370dc2b387ed55dd40357f92b5f76ff569413b67493d8007f9b
|
oid sha256:7d28af0f6ca7ae4d49e414d942bb14ac2b4c22e5684efc89831679866fd31e85
|
||||||
size 2957010
|
size 2964533
|
||||||
|
Loading…
Reference in New Issue
Block a user