forked from pool/python-kiwi
- Bump version: 9.4.3 → 9.4.4
- Delete no longer needed btrfs bootpath setup The adaption of the bootpath in the grub.cfg file with regards to the btrfs toplevel volume named '@' was the wrong solution. The fixes in the btrfs filesystem setup and the config files etc/default/grub and sysconfig/bootloader caused the grub toolchain to work properly. This Fixes (bsc#1030038) - Convert user input to absolute paths This commit converts the paths provided by the user with the command line to absolute paths. The effected arguments are: * --root * --target-dir * --bundle-dir This supersedes and fixes #271 - Support editbootconfig also for the iso type This Fixes #274 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=16
This commit is contained in:
parent
0189e869ab
commit
025a9800d9
@ -1,6 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 10:34:27 CEST 2017 - ms@suse.com
|
||||
|
||||
- Bump version: 9.4.3 → 9.4.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 10:28:12 CEST 2017 - ms@suse.com
|
||||
|
||||
- Delete no longer needed btrfs bootpath setup
|
||||
|
||||
The adaption of the bootpath in the grub.cfg file with regards
|
||||
to the btrfs toplevel volume named '@' was the wrong solution.
|
||||
The fixes in the btrfs filesystem setup and the config files
|
||||
etc/default/grub and sysconfig/bootloader caused the grub
|
||||
toolchain to work properly. This Fixes (bsc#1030038)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 16:27:38 CET 2017 - dcassany@suse.com
|
||||
|
||||
- Convert user input to absolute paths
|
||||
|
||||
This commit converts the paths provided by the user with the
|
||||
command line to absolute paths. The effected arguments are:
|
||||
* --root
|
||||
* --target-dir
|
||||
* --bundle-dir
|
||||
|
||||
This supersedes and fixes #271
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 11:09:54 CET 2017 - ms@suse.com
|
||||
|
||||
- Support editbootconfig also for the iso type
|
||||
|
||||
This Fixes #274
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 18:16:07 CET 2017 - ms@suse.com
|
||||
|
||||
- ensure grub.cfg exists in EFI path for iso images
|
||||
|
||||
For live and install iso image boot configurations the
|
||||
bootloader configuration must also exist in the EFI boot
|
||||
path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 15:34:08 CET 2017 - ms@suse.com
|
||||
|
||||
- Throw a proper msg on missing filesystem reference
|
||||
|
||||
Don't set a filesystem factor if no filesystem reference is set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 15:00:32 CET 2017 - ms@suse.com
|
||||
|
||||
- Throw a proper exception on missing boot reference
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 13:00:35 CET 2017 - ms@suse.com
|
||||
|
||||
- Update schema documentation
|
||||
|
||||
Add explanation for attributes with no documentation
|
||||
Fixup explanation for hybrid attribute
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 12:37:39 CET 2017 - ms@suse.com
|
||||
|
||||
- Recommend jing
|
||||
|
||||
in case of XML validation errors, jing is used to provide
|
||||
good error messages. jing as a requirement will pull in all
|
||||
of java which is unwanted, but a Recommends seems appropriate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 12:03:49 CET 2017 - ms@suse.com
|
||||
|
||||
- Update flags attribute and its documentation
|
||||
|
||||
Delete the seed and compressed value as it is not implemented
|
||||
and won't be supported in the future. Properly document the
|
||||
existing overlay methods
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 22 11:27:45 CET 2017 - ms@suse.com
|
||||
|
||||
- Added doc info for kiwinoswapsearch boot parameter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 18:13:09 CET 2017 - ms@suse.com
|
||||
|
||||
|
||||
- Bump version: 9.4.2 → 9.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -67,7 +67,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.4.3
|
||||
Version: 9.4.4
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.5
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
@ -102,6 +102,7 @@ Provides: kiwi-image:pxe
|
||||
Provides: kiwi-image:tbz
|
||||
Provides: kiwi-image:vmx
|
||||
Provides: python-kiwi = %{version}-%{release}
|
||||
Recommends: jing
|
||||
Requires: python-docopt
|
||||
Requires: python-future
|
||||
Requires: python-lxml
|
||||
@ -161,6 +162,7 @@ Provides: kiwi-image:oem
|
||||
Provides: kiwi-image:pxe
|
||||
Provides: kiwi-image:tbz
|
||||
Provides: kiwi-image:vmx
|
||||
Recommends: jing
|
||||
Requires: python3-docopt
|
||||
Requires: python3-future
|
||||
Requires: python3-lxml
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87596e39c606bb0d703ef8c79606aa2ba24f03abac75c83ae2348da8a5e88724
|
||||
size 2824524
|
||||
oid sha256:05de5c3428179370dc2b387ed55dd40357f92b5f76ff569413b67493d8007f9b
|
||||
size 2957010
|
||||
|
Loading…
Reference in New Issue
Block a user