- Bump version: 9.24.34 → 9.24.35
- Allow more repo params to be set on the cmdline The repository parameters for signing keys, the component list the main distribution name for debian repositories and also the repository_gpgcheck could not be set via the commandline options --add-repo and/or --set-repo. This commit adds support for them and also updates the manual page accordingly - Update ubuntu integration tests Build them against latest release (jammy). This Fixes #2128 - Add support for partition cloning Support creating block level clones of certain partitions used in the image. Clones can be created from the root, boot and any partition listed in the <partitions> element. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=217
This commit is contained in:
parent
305e58ed17
commit
72996f1d2e
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=9.24.34
|
||||
pkgver=9.24.35
|
||||
pkgrel=0
|
||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
||||
@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
|
||||
provides=(kiwi-ng kiwi)
|
||||
source=("${pkgname}.tar.gz")
|
||||
changelog="${pkgname}.changes"
|
||||
md5sums=('fb79f2cde6dac28f1c6b71ddc59ae4bb')
|
||||
md5sums=('75d8288fb9691bfd609b2de3661b848a')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 08 20:51:36 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 9.24.34 → 9.24.35
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 07 15:34:59 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Allow more repo params to be set on the cmdline
|
||||
|
||||
The repository parameters for signing keys, the component
|
||||
list the main distribution name for debian repositories and
|
||||
also the repository_gpgcheck could not be set via the
|
||||
commandline options --add-repo and/or --set-repo. This
|
||||
commit adds support for them and also updates the manual
|
||||
page accordingly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 07 09:13:52 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Update ubuntu integration tests
|
||||
|
||||
Build them against latest release (jammy).
|
||||
This Fixes #2128
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 07 08:58:42 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
@ -646,6 +671,15 @@ Sun Mar 06 18:22:10 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
methods to boot and it makes sense to support partuuid
|
||||
mappings as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 06 18:03:51 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add support for partition cloning
|
||||
|
||||
Support creating block level clones of certain partitions
|
||||
used in the image. Clones can be created from the root, boot
|
||||
and any partition listed in the <partitions> element.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 06 16:03:13 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.24.34
|
||||
Version: 9.24.35
|
||||
Provides: kiwi-schema = 7.5
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:239db166b233f47c5730db04f18fe7907eba86446c1512de1bb74eb38cd809b4
|
||||
size 2165913
|
||||
oid sha256:ade17cf7ec044516ad9b24805be74f48bce2107b8a50578741a4154007183eb7
|
||||
size 2178928
|
||||
|
Loading…
Reference in New Issue
Block a user