Sync from SUSE:ALP:Source:Standard:1.0 python-kiwi revision 98f77598922816fabd274901328554be

This commit is contained in:
Adrian Schröter 2024-04-23 01:56:38 +02:00
parent c299efffff
commit 4984052d7e
4 changed files with 36 additions and 3 deletions

View File

@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
provides=(kiwi-ng kiwi)
source=("${pkgname}.tar.gz")
changelog="${pkgname}.changes"
md5sums=('71e993802d05c9b5f0217a59859e4844')
md5sums=('2e88d62046b49112f55ca259b41ebece')
build() {

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Apr 22 10:49:09 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Add missing tool requires
Latest changes on the bundler used sed and file
which were not required by the spec. This is
related to bsc#1221790
-------------------------------------------------------------------
Mon Apr 22 10:47:40 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fix file references in kiwi bundler result files
When using a custom bundle_format the kiwi result bundler renames
the output files to match the bundle_format. However, if there are
output files that references other output files, for example the
vmware binary (.vmdk) in the guest config file (.vmx) then this
renaming breaks those result files. This patch adds a reference
file check for all non binary output files if they contain a
reference to another output file and updates the data accordingly.
This Fixes bsc#1221790
-------------------------------------------------------------------
Fri Apr 19 15:38:02 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Don't compress vmdk images
Like with qcow2 it's not expected that the format type gets
compressed in the bundle
-------------------------------------------------------------------
Mon Mar 25 12:26:24 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>

View File

@ -363,6 +363,8 @@ Obsoletes: python2-kiwi
Conflicts: python2-kiwi
Conflicts: kiwi-man-pages < %{version}
Requires: screen
Requires: file
Requires: sed
Requires: python%{python3_pkgversion} >= 3.6
%if 0%{?ubuntu} || 0%{?debian}
Requires: python%{python3_pkgversion}-yaml

BIN
python-kiwi.tar.gz (Stored with Git LFS)

Binary file not shown.