- Bump version: 10.2.0 → 10.2.1
- Fixed use of fscreateoptions for iso type The information for fscreateoptions was not passed along to the tooling if a custom filesystem attribute was specified. This Fixes #2681 - Allow to derive from multiple containers Add support for multi inheritance to the derived_from attribute In the order of a comma seperated list of docker source URI's a base tree is created. This was possible only with one container so far and Fixes #2680 as well as jira#OBS-354 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=273
This commit is contained in:
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.2.0
|
||||
pkgver=10.2.1
|
||||
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=('affb11980d081717ced7d015e48c6b86')
|
||||
md5sums=('3f28f62fb97b9f3e159cd4d38099ae03')
|
||||
|
||||
|
||||
build() {
|
||||
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 13:14:19 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.2.0 → 10.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 16:30:53 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fixed use of fscreateoptions for iso type
|
||||
|
||||
The information for fscreateoptions was not passed along to the
|
||||
tooling if a custom filesystem attribute was specified.
|
||||
This Fixes #2681
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 12:32:20 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Allow to derive from multiple containers
|
||||
|
||||
Add support for multi inheritance to the derived_from attribute
|
||||
In the order of a comma seperated list of docker source URI's
|
||||
a base tree is created. This was possible only with one container
|
||||
so far and Fixes #2680 as well as jira#OBS-354
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 11:52:53 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.2.0
|
||||
Version: 10.2.1
|
||||
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:a6b2055318919831bc3fdf5d4a095a98b2e87e7f9656d072280b39206bdd5a27
|
||||
size 1047391
|
||||
oid sha256:f6278f31391eb726dff0e3ab7f8e482b8d46a534701789bf285d713186052c5c
|
||||
size 1047886
|
||||
|
Reference in New Issue
Block a user