forked from pool/python-kiwi
Accepting request 934738 from Virtualization:Appliances:Builder
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/934738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=87
This commit is contained in:
commit
1ba8ea08ce
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')
|
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)
|
arch=(x86_64)
|
||||||
pkgver=9.24.6
|
pkgver=9.24.10
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="KIWI - Appliance Builder Next Generation"
|
pkgdesc="KIWI - Appliance Builder Next Generation"
|
||||||
url="https://github.com/SUSE/kiwi/tarball/master"
|
url="https://github.com/SUSE/kiwi/tarball/master"
|
||||||
@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep)
|
|||||||
provides=(kiwi-ng kiwi)
|
provides=(kiwi-ng kiwi)
|
||||||
source=("${pkgname}.tar.gz")
|
source=("${pkgname}.tar.gz")
|
||||||
changelog="${pkgname}.changes"
|
changelog="${pkgname}.changes"
|
||||||
md5sums=('74cbc9283eb117626209c7f212f957a3')
|
md5sums=('166597cfdcba49bf6089b425c1cc5a12')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,3 +1,93 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 15:10:26 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.9 → 9.24.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 10:43:10 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Added documentation about sharing backends
|
||||||
|
|
||||||
|
The kiwi boxbuild plugin supports several sharing
|
||||||
|
backends. Details about them and eventual pre-setup
|
||||||
|
steps prior use are mentioned in this document
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 10:11:07 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixed MicroOS build test
|
||||||
|
|
||||||
|
snapper default config has moved from /etc to /usr/share
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 22 22:27:44 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.8 → 9.24.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 22 17:18:07 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.7 → 9.24.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 22 17:15:47 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Added support for reading metalink in info module
|
||||||
|
|
||||||
|
For resolver operations through libsolv the 'kiwi image info'
|
||||||
|
module exists. So far it could not read the repos from
|
||||||
|
metalink repo definitions. This Fixes #1890
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 19 13:29:52 CET 2021 - David Cassany <dcassany@suse.com>
|
||||||
|
|
||||||
|
- Force key attribute from signing element to be treated as a URI
|
||||||
|
|
||||||
|
Signed-off-by: David Cassany <dcassany@suse.com>
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 18 16:52:52 CET 2021 - David Cassany <dcassany@suse.com>
|
||||||
|
|
||||||
|
- Pass signing keys from the XML to the repositories
|
||||||
|
|
||||||
|
This commits makes sure signing keys are passed to
|
||||||
|
repositories setup in build task.
|
||||||
|
|
||||||
|
Signed-off-by: David Cassany <dcassany@suse.com>
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 18 09:23:46 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Move static sle15 integration test to git
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 16 16:29:49 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.6 → 9.24.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 16:40:37 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixed raid integration test using extra boot part
|
||||||
|
|
||||||
|
Due to changes in the distribution the tests needs some
|
||||||
|
adaptions. The kernel as provided now by TW uses symlinks
|
||||||
|
from boot to /usr/lib/modules/... to point to the kernel
|
||||||
|
binary. Of course this breaks for any system that uses
|
||||||
|
/boot on another partition. Those image tests which were
|
||||||
|
testing this aspect needs fixing.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 14:25:23 CET 2021 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Make sure fedora-release is installed on Rawhide
|
||||||
|
|
||||||
|
Follow up to #1957 and #1962:
|
||||||
|
The Fedora build tests were using the generic release package and not
|
||||||
|
fedora-release. This issue has been partially fixed in #1962, but we forgot to
|
||||||
|
port the fix to the rawhide images as well. This commit adds the missing package
|
||||||
|
to the Rawhide images as well.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 12 23:11:19 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Fri Nov 12 23:11:19 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
@ -16,6 +106,27 @@ Fri Nov 12 22:53:02 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
|||||||
checks if apt works in the chroot such that we can assume
|
checks if apt works in the chroot such that we can assume
|
||||||
debootstrap has done its job and can be skipped
|
debootstrap has done its job and can be skipped
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 12 16:57:17 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Allow to set sign keyfile in repository elements
|
||||||
|
|
||||||
|
This commit adds a new and optional child element <signing>
|
||||||
|
to the repository/source element as shown in the following
|
||||||
|
example:
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<source path="...">
|
||||||
|
<signing key="keyfile"/>
|
||||||
|
</source>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
The collection of all keyfiles from all repositories will be
|
||||||
|
added to the keyring as used by the selected package manager.
|
||||||
|
Signing keys specified on the commandline and signing keys
|
||||||
|
specified in the image description will be combined.
|
||||||
|
This Fixes #1883
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 12 14:45:03 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Fri Nov 12 14:45:03 CET 2021 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.24.6
|
Version: 9.24.10
|
||||||
Provides: kiwi-schema = 7.4
|
Provides: kiwi-schema = 7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/OSInside/kiwi
|
Url: https://github.com/OSInside/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3cecd0267c25d246ab672f7c32f71b6647f2774cb4f039507f2df0308abf3694
|
oid sha256:4daf007300134e59ecb87273aad2f6e0f29b4053b535a17ce136c421b7497762
|
||||||
size 2148920
|
size 2157360
|
||||||
|
Loading…
Reference in New Issue
Block a user