forked from pool/python-kiwi
- Bump version: 9.24.9 → 9.24.10
- 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 - Fixed MicroOS build test snapper default config has moved from /etc to /usr/share - Bump version: 9.24.8 → 9.24.9 - Bump version: 9.24.7 → 9.24.8 - 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 - Force key attribute from signing element to be treated as a URI Signed-off-by: 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> - Move static sle15 integration test to git - Bump version: 9.24.6 → 9.24.7 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=209
This commit is contained in:
committed by
Git OBS Bridge
parent
7ecf541443
commit
1b00812109
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.6
|
||||
pkgver=9.24.10
|
||||
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=('74cbc9283eb117626209c7f212f957a3')
|
||||
md5sums=('166597cfdcba49bf6089b425c1cc5a12')
|
||||
|
||||
|
||||
build() {
|
||||
|
Reference in New Issue
Block a user