Accepting request 1190403 from Virtualization:Appliances:Builder
- Bump version: 10.0.26 → 10.0.27 - Fix dracut-interactive with systemd 256 With systemd 256, /usr (and thus also /bin/) is read-only in the initrd. Move dracut-interactive and its .service into /run instead. - Bump version: 10.0.25 → 10.0.26 - Revise scripts_testing.rst - Revise schema_extensions.rst - Pass kernel cmdline to agama In the agama integration test make sure to pass along the kernel boot parameters to allow controlling the behavior of agama better - Add <file> directive to incorporate custom files Usually custom files are managed by placing them as overlay files or archives. However, overlay files must be structured inside of a root/ subdirectory and archive files are binary data. It is therefore not straight forward to just reference one or more files as source files to the image description to be placed into the image. This commit adds a new <file> element which allows to do this. This Fixes #1953 - kiwi_plugin_architecture.rst - Revise kiwi_from_python.rst OBS-URL: https://build.opensuse.org/request/show/1190403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=118
This commit is contained in:
commit
fffedecc35
4
PKGBUILD
4
PKGBUILD
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 'dracut-kiwi-overlay')
|
||||
arch=(x86_64)
|
||||
pkgver=10.0.25
|
||||
pkgver=10.0.27
|
||||
pkgrel=0
|
||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
||||
@ -12,7 +12,7 @@ makedepends=(make gcc python-build python-docopt python-installer python-lxml py
|
||||
provides=(kiwi-ng kiwi)
|
||||
source=("${pkgname}.tar.gz")
|
||||
changelog="${pkgname}.changes"
|
||||
md5sums=('34e5270b2aaf925e0cc8a9e1816e169c')
|
||||
md5sums=('e8471ec78bc9f4c93efcfe3f61c784a1')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 09:45:37 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.26 → 10.0.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 08:16:41 CEST 2024 - Fabian Vogt <fvogt@suse.de>
|
||||
|
||||
- Fix dracut-interactive with systemd 256
|
||||
|
||||
With systemd 256, /usr (and thus also /bin/) is read-only in the initrd.
|
||||
Move dracut-interactive and its .service into /run instead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 19:20:23 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.25 → 10.0.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 09:49:01 CEST 2024 - Dmitri Popov <dpopov@suse.com>
|
||||
|
||||
- Revise scripts_testing.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 09:39:48 CEST 2024 - Dmitri Popov <dpopov@suse.com>
|
||||
|
||||
- Revise schema_extensions.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 15:58:23 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Pass kernel cmdline to agama
|
||||
|
||||
In the agama integration test make sure to pass along
|
||||
the kernel boot parameters to allow controlling the
|
||||
behavior of agama better
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 15:48:52 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add <file> directive to incorporate custom files
|
||||
|
||||
Usually custom files are managed by placing them as overlay
|
||||
files or archives. However, overlay files must be structured
|
||||
inside of a root/ subdirectory and archive files are binary
|
||||
data. It is therefore not straight forward to just reference
|
||||
one or more files as source files to the image description
|
||||
to be placed into the image. This commit adds a new <file>
|
||||
element which allows to do this. This Fixes #1953
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 14 11:17:33 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
@ -83,6 +133,16 @@ Wed Jul 10 16:32:30 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
Allow to produce EFI/UEFI images without hybrid CSM
|
||||
capabilities. This Fixes #2407
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:47:59 CEST 2024 - Dmitri Popov <dpopov@suse.com>
|
||||
|
||||
- kiwi_plugin_architecture.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:42:36 CEST 2024 - Dmitri Popov <dpopov@suse.com>
|
||||
|
||||
- Revise kiwi_from_python.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 11:26:45 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.0.25
|
||||
Version: 10.0.27
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89864feed6928ab481c4efbcc5bc532d01e2af3c1e1a27ea29a4d7471d883391
|
||||
size 1029443
|
||||
oid sha256:4f0aac099ee73621f0250719b9cce504cecf6fb948387bf797644b8c0ced2549
|
||||
size 1026923
|
||||
|
Loading…
Reference in New Issue
Block a user