SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.18.14 → 9.18.15

- Fixed user permission
  The comand was evaluated as chmod -c -R '...' . This is not the
  correct syntax. Removing quotation marks solved problem
  and Fixes #1191

- Clean up openstack packages

- Fix unresolves for x86 integration tests
  nfsidmap package is no longer available in TW. It's been renamed to
  libnfsidmap1, moreover this is a package already required by nfs-client
  and similar packages. Thus gets installed in the modified image
  descriptions without having to list it, as it is already a dependency of
  another required package.

- Do not require multipath in dracut-kiwi-oem-dump
  Installation of multipath tools triggers storage devices
  to be handled as multipath maps in dracut. If the deployment
  happens in a non multipath system those devices do not exist
  and the system later hangs in the dracut initqueue waiting
  for mapper devices that never appears

- Reverting partsthat are already implemented
  This problem is discussed in #1195

- Switched back to original root-device search

- Detect raid compound in root disk detection
  Make sure raid managed storage e.g fake raid is detected

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=149
This commit is contained in:
David Cassany 2019-09-16 12:12:43 +00:00 committed by Git OBS Bridge
parent 874daaa89a
commit 97b2deb1f9
3 changed files with 90 additions and 9 deletions

View File

@ -1,3 +1,90 @@
-------------------------------------------------------------------
Fri Sep 13 11:06:10 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Bump version: 9.18.14 → 9.18.15
-------------------------------------------------------------------
Fri Sep 13 11:01:40 CEST 2019 - jpwidera <30520224+jpwidera@users.noreply.github.com>
- Fixed user permission
The comand was evaluated as chmod -c -R '...' . This is not the
correct syntax. Removing quotation marks solved problem
and Fixes #1191
-------------------------------------------------------------------
Thu Sep 12 17:12:29 CEST 2019 - David Cassany <dcassany@suse.com>
- Clean up openstack packages
-------------------------------------------------------------------
Thu Sep 12 16:20:44 CEST 2019 - David Cassany <dcassany@suse.com>
- Fix unresolves for x86 integration tests
nfsidmap package is no longer available in TW. It's been renamed to
libnfsidmap1, moreover this is a package already required by nfs-client
and similar packages. Thus gets installed in the modified image
descriptions without having to list it, as it is already a dependency of
another required package.
-------------------------------------------------------------------
Thu Sep 12 15:32:50 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Do not require multipath in dracut-kiwi-oem-dump
Installation of multipath tools triggers storage devices
to be handled as multipath maps in dracut. If the deployment
happens in a non multipath system those devices do not exist
and the system later hangs in the dracut initqueue waiting
for mapper devices that never appears
-------------------------------------------------------------------
Thu Sep 12 12:32:12 CEST 2019 - jpwidera <jan.widera@posteo.de>
- Reverting partsthat are already implemented
This problem is discussed in #1195
-------------------------------------------------------------------
Tue Sep 10 16:42:05 CEST 2019 - jpwidera <jan.widera@posteo.de>
- Switched back to original root-device search
-------------------------------------------------------------------
Tue Sep 10 16:18:01 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Detect raid compound in root disk detection
Make sure raid managed storage e.g fake raid is detected
using the correct md device. Fixes #1181
-------------------------------------------------------------------
Tue Sep 10 09:49:43 CEST 2019 - Marcus Schäfer <ms@suse.de>
- Bump version: 9.18.13 → 9.18.14
-------------------------------------------------------------------
Fri Aug 30 13:29:40 CEST 2019 - Jan Widera <widera@helzel.com>
- Allows to list fake-raid partitions
Solves problem in #1181
-------------------------------------------------------------------
Fri Aug 30 12:26:48 CEST 2019 - David Cassany <dcassany@suse.com>
- Add the `-wildcards` flag in mksqashfs call
This commit ensures the `-wildcards` flag of mksquashfs is being used.
This is related to #1184
-------------------------------------------------------------------
Fri Aug 30 11:08:58 CEST 2019 - David Cassany <dcassany@suse.com>
- Adding overlayroot integration test
-------------------------------------------------------------------
Thu Aug 29 16:38:30 CEST 2019 - Marcus Schäfer <ms@suse.de>

View File

@ -43,7 +43,7 @@
%endif
Name: python-kiwi
Version: 9.18.13
Version: 9.18.15
Provides: kiwi-schema = 7.1
Release: 0
Url: https://github.com/SUSE/kiwi
@ -271,12 +271,6 @@ BuildRequires: dracut
%endif
Requires: dracut-kiwi-lib
Requires: kexec-tools
%if 0%{?suse_version} || 0%{?debian} || 0%{?ubuntu}
Requires: multipath-tools
%endif
%if 0%{?fedora} || 0%{?rhel}
Requires: device-mapper-multipath
%endif
Requires: gawk
License: GPL-3.0-or-later
Group: %{sysgroup}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cce3c8e68d597f0eacfc2fd5fc759c75792a74c254b925d3c3628c69663335ca
size 1626813
oid sha256:a4d5b0e7a919ff17f02be3ccd08c4f4d69b48e5135906dc97153d996010a5697
size 1626911