forked from pool/python-kiwi
- Bump version: 9.12.0 → 9.12.1
- Fixed dracut-kiwi-oem-dump requires setup on rhel/fedora multipath is provided by device-mapper-multipath - Fix build tests to match new locale setting strategy (#586) - Added timezone package to build tests With the latest update on how kiwi handles the locales with systemd-firstboot, only locales defined in timezone package can be set, thus Europe/Berlin is not possible if timezone is not installed - Fixed build tests for azure and ec2 Packages yast2-storage and recode no longer provided OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=78
This commit is contained in:
parent
d639892ed8
commit
ace0f7a43f
@ -1,6 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 12:07:06 CET 2018 - ms@suse.de
|
||||
|
||||
- Bump version: 9.12.0 → 9.12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 12:05:53 CET 2018 - ms@suse.de
|
||||
|
||||
- Fixed dracut-kiwi-oem-dump requires setup
|
||||
|
||||
on rhel/fedora multipath is provided by device-mapper-multipath
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 11:22:42 CET 2018 - davidcassany@gmail.com
|
||||
|
||||
- Fix build tests to match new locale setting strategy (#586)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 19:08:27 CET 2018 - ms@suse.de
|
||||
|
||||
- Added timezone package to build tests
|
||||
|
||||
With the latest update on how kiwi handles the locales with
|
||||
systemd-firstboot, only locales defined in timezone package can be
|
||||
set, thus Europe/Berlin is not possible if timezone is not installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 18:03:29 CET 2018 - ms@suse.de
|
||||
|
||||
- Fixed build tests for azure and ec2
|
||||
|
||||
Packages yast2-storage and recode no longer provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 17:49:24 CET 2018 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.11.30 → 9.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -93,7 +93,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.12.0
|
||||
Version: 9.12.1
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.6
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
@ -345,9 +345,14 @@ Group: System/Management
|
||||
BuildRequires: dracut
|
||||
Requires: dmraid
|
||||
Requires: dracut-kiwi-lib
|
||||
Requires: gawk
|
||||
Requires: kexec-tools
|
||||
%if 0%{?suse_version}
|
||||
Requires: multipath-tools
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Requires: device-mapper-multipath
|
||||
%endif
|
||||
Requires: gawk
|
||||
|
||||
%description -n dracut-kiwi-oem-dump
|
||||
This package contains the kiwi-dump dracut module which is
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfc6c823305c787b4d31e500385d0a867fcfec17051fb04ad1efe7edca04552e
|
||||
size 2251351
|
||||
oid sha256:9a92610f6f4b29ea05921b84550b4428e4127e9e5019bab6b1a8a55a82f6cf6e
|
||||
size 2372780
|
||||
|
Loading…
Reference in New Issue
Block a user