forked from pool/python-kiwi
- Bump version: 10.0.9 → 10.0.10
- Fix setup of discoverable partitions Make sure GUI is unique and typecode is set according to the standard. This Fixes #2517 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=245
This commit is contained in:
parent
cf9331694b
commit
f1486a9b09
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.9
|
||||
pkgver=10.0.10
|
||||
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=('541898fcbc46dc47b024f1a24a79ac58')
|
||||
md5sums=('e4843b51475af492c4e38e49a1de8cb1')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,8 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 16:27:08 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.9 → 10.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 17:44:16 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.0.8 → 10.0.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 17:42:26 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix setup of discoverable partitions
|
||||
|
||||
Make sure GUI is unique and typecode is set according to the
|
||||
standard. This Fixes #2517
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 12:26:24 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.0.9
|
||||
Version: 10.0.10
|
||||
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:aec1a75602eb3c7627f5ce17377bd022bfa002f9f14c67a1fa4189442d8bd292
|
||||
size 1005331
|
||||
oid sha256:5ce25fffba1232a84275ac7d639f53fa6b00fe9c28ff22ed0f067839b6cc2615
|
||||
size 1005085
|
||||
|
Loading…
Reference in New Issue
Block a user