Accepting request 529934 from Virtualization:Appliances:Builder
- Bump version: 9.11.7 → 9.11.8 - Changed permissions of /srv/tftpboot to be readable (bsc#940608) - Bump version: 9.11.6 → 9.11.7 - Also handle multiple error conditions - Allow to ignore certain isohybrid warnings kiwi treates warning from isohybrid as fatal errors becuase in most cases they are fatal. However some of them are kind of historical and should be ignored like the one described here: http://www.syslinux.org/archives/2015-March/023306.html - Bump version: 9.11.5 → 9.11.6 - Make sure xz options are used with pxe tarball OBS-URL: https://build.opensuse.org/request/show/529934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=10
This commit is contained in:
commit
fe71fc66d6
@ -1,6 +1,208 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 15:04:59 CEST 2017 - ms@suse.de
|
||||
|
||||
- Bump version: 9.11.7 → 9.11.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 10:24:05 CEST 2017 - dimstar@opensuse.org
|
||||
|
||||
- Changed permissions of /srv/tftpboot to be readable (bsc#940608)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 15:41:24 CEST 2017 - ms@suse.de
|
||||
|
||||
- Bump version: 9.11.6 → 9.11.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 14:41:16 CEST 2017 - ms@suse.de
|
||||
|
||||
- Also handle multiple error conditions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 11:50:43 CEST 2017 - ms@suse.de
|
||||
|
||||
- Allow to ignore certain isohybrid warnings
|
||||
|
||||
kiwi treates warning from isohybrid as fatal errors becuase in
|
||||
most cases they are fatal. However some of them are kind of
|
||||
historical and should be ignored like the one described here:
|
||||
http://www.syslinux.org/archives/2015-March/023306.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 14:52:07 CEST 2017 - ms@suse.de
|
||||
|
||||
- Bump version: 9.11.5 → 9.11.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 12:06:04 CEST 2017 - ms@suse.de
|
||||
|
||||
- Make sure xz options are used with pxe tarball
|
||||
|
||||
The tar command used in the pxe builder did not utilize threading
|
||||
and/or the xz options provided by an optional kiwi config file.
|
||||
This Fixes #507
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 11:18:29 CEST 2017 - ms@suse.de
|
||||
|
||||
- Move depmod into baseUpdateModuleDependencies
|
||||
|
||||
Kernel module dependencies should be resolved after kiwi has
|
||||
called all the stripping functions and not as part of the
|
||||
baseCreateCommonKernelFile which runs before.
|
||||
This Fixes #508
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 16:21:49 CEST 2017 - ms@suse.de
|
||||
|
||||
- Fixed order of volume mount list
|
||||
|
||||
re-order mount_list by mountpoint hierarchy. This is needed
|
||||
because the handling of the fullsize volume and all other
|
||||
volumes is outside of the canonical order. If the fullsize
|
||||
volume forms a nested structure together with another
|
||||
volume the volume mount list must be re-ordered to avoid
|
||||
mounting the volumes in the wrong order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 16:53:27 CEST 2017 - Jellyfrog@users.noreply.github.com
|
||||
|
||||
- Update issue template
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 15:30:49 CEST 2017 - ms@suse.de
|
||||
|
||||
- Added disk format="vhdx" support
|
||||
|
||||
Support dynamic VHDX (gen2) image format for Hyper-V.
|
||||
This Fixes #490
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 12:24:31 CEST 2017 - ms@suse.de
|
||||
|
||||
- Added additional required attr schematron rule
|
||||
|
||||
The new rule allows to check for required attributes for a specific
|
||||
image type and is used for the filesystem attribute which is required
|
||||
for the image type oem, vmx and pxe. This Fixes #476
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 17:03:55 CEST 2017 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.11.1 → 9.11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -93,7 +93,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.11.2
|
||||
Version: 9.11.8
|
||||
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
|
||||
@ -535,7 +538,7 @@ fi
|
||||
%ifarch %ix86 x86_64
|
||||
%files -n kiwi-pxeboot
|
||||
%defattr(-, root, root)
|
||||
%dir %attr(0750,tftp,tftp) /srv/tftpboot
|
||||
%dir %attr(0755,tftp,tftp) /srv/tftpboot
|
||||
%dir /srv/tftpboot/KIWI
|
||||
%dir /srv/tftpboot/pxelinux.cfg
|
||||
%dir /srv/tftpboot/image
|
||||
@ -543,7 +546,9 @@ fi
|
||||
%dir /srv/tftpboot/boot
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%files -n kiwi-boot-requires
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bda8881c27ed8dfbcea24f7ef2679ab1781778b94cf745f0667460e17ec47cbb
|
||||
size 2354621
|
||||
oid sha256:fdf36517b82bf4bd390a93b0545322168ab97d70b9e62c718a5d147cab64a18b
|
||||
size 2348192
|
||||
|
Loading…
Reference in New Issue
Block a user