SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.11.4 → 9.11.5

- Rebuild schema documentation
  

  
- Show results in a dialog
  

  
- Improve display of runMediaCheck results
  
  The splash screen should be switched off in order to let the
  user see the mediacheck results as well as a delay timeout
  before the boot continues or stops is useful
  

  
- Call plymouth default theme setup in build command
  
  Make sure plymouth-set-default-theme is called as part
  of the system build command and not only as part of the
  system prepare command
  

  
- Fixed package requires for dracut-kiwi-live

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=54
This commit is contained in:
Marcus Schaefer 2017-09-25 14:59:05 +00:00 committed by Git OBS Bridge
parent fd936f2974
commit 7f58e9c176
3 changed files with 119 additions and 5 deletions

View File

@ -1,6 +1,115 @@
-------------------------------------------------------------------
Fri Sep 22 15:55:28 CEST 2017 - ms@suse.de
- Bump version: 9.11.4 → 9.11.5
-------------------------------------------------------------------
Fri Sep 22 15:53:43 CEST 2017 - ms@suse.de
- Rebuild schema documentation
-------------------------------------------------------------------
Thu Sep 21 12:34:55 CEST 2017 - ms@suse.de
- Show results in a dialog
-------------------------------------------------------------------
Wed Sep 20 15:18:09 CEST 2017 - ms@suse.de
- Improve display of runMediaCheck results
The splash screen should be switched off in order to let the
user see the mediacheck results as well as a delay timeout
before the boot continues or stops is useful
-------------------------------------------------------------------
Wed Sep 20 15:15:45 CEST 2017 - ms@suse.de
- Call plymouth default theme setup in build command
Make sure plymouth-set-default-theme is called as part
of the system build command and not only as part of the
system prepare command
-------------------------------------------------------------------
Tue Sep 19 16:09:18 CEST 2017 - ms@suse.de
- Fixed package requires for dracut-kiwi-live
On Fedora/RHEL cdrkit is only a source package building other
packages. The package dracut-kiwi-live really needs is
genisoimage
-------------------------------------------------------------------
Mon Sep 18 14:35:23 CEST 2017 - ms@suse.de
- Fix trailing pipe character in .packages file
In addition make sure the field layout is consistent across
the .packages files no matter which package manager was used
to create the information. This Fixes #501
-------------------------------------------------------------------
Fri Sep 15 10:02:49 CEST 2017 - ms@suse.de
- Bump version: 9.11.3 → 9.11.4
-------------------------------------------------------------------
Fri Sep 15 10:00:36 CEST 2017 - ms@suse.de
- Update documentation
Link to the obs overview page to show build test results
-------------------------------------------------------------------
Fri Sep 15 09:56:27 CEST 2017 - ms@suse.de
- Added Fedora integration test build to obs status
-------------------------------------------------------------------
Fri Sep 15 09:00:29 CEST 2017 - dcassany@suse.com
- Limit the characters set for volid attribute
This commit fixes #493
-------------------------------------------------------------------
Thu Sep 14 19:35:08 CEST 2017 - ms@suse.de
- Revert "Fixed package requires"
This reverts commit a8d50a593911725965e09b0e8c2f3b9bc742202b.
-------------------------------------------------------------------
Thu Sep 14 18:28:06 CEST 2017 - ms@suse.de
- Fixed package requires
On Fedora xattr is provided by python[3]-pyxattr
-------------------------------------------------------------------
Thu Sep 14 18:10:52 CEST 2017 - ms@suse.de
- kiwi-boot-requires only required for suse(obs)
-------------------------------------------------------------------
Thu Sep 14 10:27:20 CEST 2017 - ms@suse.de
- Update project intro page
-------------------------------------------------------------------
Thu Sep 14 10:16:40 CEST 2017 - ms@suse.de
- Update project intro layout
-------------------------------------------------------------------
Thu Sep 14 10:14:24 CEST 2017 - ms@suse.de
- Update project intro page
-------------------------------------------------------------------
Wed Sep 13 09:27:51 CEST 2017 - ms@suse.de
- Bump version: 9.11.2 → 9.11.3
-------------------------------------------------------------------

View File

@ -93,7 +93,7 @@
%endif
Name: python-kiwi
Version: 9.11.3
Version: 9.11.5
Release: 0
Provides: kiwi-schema = 6.6
Url: https://github.com/SUSE/kiwi
@ -310,12 +310,13 @@ needed to serve kiwi built images via PXE.
Summary: KIWI - Dracut module for iso(live) image type
Group: System/Management
BuildRequires: dracut
Requires: dialog
Requires: dracut
Requires: e2fsprogs
Requires: util-linux
Requires: xfsprogs
%if 0%{?fedora} || 0%{?rhel}
Requires: cdrkit
Requires: genisoimage
%else
Requires: cdrkit-cdrtools-compat
%endif
@ -336,6 +337,7 @@ This package contains the kiwi-overlay dracut module which is used
for booting vmx images built with KIWI and configured to use an
overlay root filesystem
%if 0%{?suse_version}
%package -n kiwi-boot-requires
Summary: KIWI - buildservice package requirements for boot images
Group: System/Management
@ -366,6 +368,7 @@ order to have them in the buildservice created repositories to allow
kiwi to build the boot image. This package must never be published
nor installed by anybody else except for the buildservice, it is part
of the kiwi - buildservice integration exclusively
%endif
%package -n kiwi-man-pages
Summary: KIWI - manual pages
@ -543,7 +546,9 @@ fi
%dir /srv/tftpboot/boot
%endif
%if 0%{?suse_version}
%files -n kiwi-boot-requires
%defattr(-, root, root)
%endif
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3273b6d15ff8fcebb99515d0a136f2c0723d4875f38262f783640be857c29250
size 2338919
oid sha256:30ee9574836e6e104e3ca8aa49125af5509aa64eddc54e884891b0ea87df1a49
size 2353398