- Bump version: 10.0.5 → 10.0.6
- Fixup cleanup of zipl templates Make sure temporary modifications to the zipl template and config file are not effective in the later system. This Fixes bsc#1221469 - Revise system_update.rst - Revise system_prepare.rst - Revise system_create.rst - Revise system_build.rst - Temp commit - Revise image_size, kiwi - Revise image info OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=241
This commit is contained in:
parent
289b31f48b
commit
0fbec4d26f
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=10.0.5
|
pkgver=10.0.6
|
||||||
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=(make gcc python-build python-docopt python-installer python-lxml py
|
|||||||
provides=(kiwi-ng kiwi)
|
provides=(kiwi-ng kiwi)
|
||||||
source=("${pkgname}.tar.gz")
|
source=("${pkgname}.tar.gz")
|
||||||
changelog="${pkgname}.changes"
|
changelog="${pkgname}.changes"
|
||||||
md5sums=('a7799c0c1057f6388dc412f712843d5d')
|
md5sums=('83a181d0b8576dc942d07f5f81232f77')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 08:48:09 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 10.0.5 → 10.0.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 16:34:54 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixup cleanup of zipl templates
|
||||||
|
|
||||||
|
Make sure temporary modifications to the zipl template
|
||||||
|
and config file are not effective in the later system.
|
||||||
|
This Fixes bsc#1221469
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 11:39:03 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise system_update.rst
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 11:26:04 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise system_prepare.rst
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 13 15:39:33 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise system_create.rst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 15:09:21 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Wed Mar 13 15:09:21 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
@ -33,6 +62,11 @@ Tue Mar 12 16:23:40 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
|||||||
no type specification zypper auto-detects and handles the data
|
no type specification zypper auto-detects and handles the data
|
||||||
as it handles it. This Fixes #1926
|
as it handles it. This Fixes #1926
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 15:36:20 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise system_build.rst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 12:35:12 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Tue Mar 12 12:35:12 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
@ -77,11 +111,21 @@ Fri Mar 08 16:16:03 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
|||||||
|
|
||||||
- Added rawhide integration test
|
- Added rawhide integration test
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 08 16:02:01 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Temp commit
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 07 15:51:11 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Thu Mar 07 15:51:11 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
- Bump version: 10.0.2 → 10.0.3
|
- Bump version: 10.0.2 → 10.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 07 10:41:01 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise image_size, kiwi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 07 03:33:26 CET 2024 - Neal Gompa <neal@gompa.dev>
|
Thu Mar 07 03:33:26 CET 2024 - Neal Gompa <neal@gompa.dev>
|
||||||
|
|
||||||
@ -249,6 +293,11 @@ Tue Mar 05 21:09:46 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
|||||||
|
|
||||||
CentOS-8 is EOL and dropped from upstream kiwi
|
CentOS-8 is EOL and dropped from upstream kiwi
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 05 11:42:45 CET 2024 - Dmitri Popov <dpopov@suse.com>
|
||||||
|
|
||||||
|
- Revise image info
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 04 11:36:33 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Mon Mar 04 11:36:33 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 10.0.5
|
Version: 10.0.6
|
||||||
Provides: kiwi-schema = 8.1
|
Provides: kiwi-schema = 8.1
|
||||||
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:acc6c96fdbbce3750f4b643ae6db26e7b62194140962f709735b38ee7c4aa813
|
oid sha256:be7692cea0828426b139f11bb88f1b46685d6d9bc344559c0f5664824f42be2f
|
||||||
size 1004838
|
size 1005366
|
||||||
|
Loading…
Reference in New Issue
Block a user