forked from pool/python-kiwi
Accepting request 982951 from Virtualization:Appliances:Builder
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/982951 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwi?expand=0&rev=98
This commit is contained in:
commit
9c14211a14
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.36
|
pkgver=9.24.41
|
||||||
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=('7eefd0af367564845b071d5664003f83')
|
md5sums=('a896d30f03172d8fdca0ec3f218aa0f8')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,3 +1,126 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 09 10:29:53 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.40 → 9.24.41
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 08 23:06:16 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fix helper method to detect dracut outfile format
|
||||||
|
|
||||||
|
The method _get_boot_image_output_file_format_from_dracut_code
|
||||||
|
is used in kiwi to match parts of the dracut code for the used
|
||||||
|
output file format. Beginning with dracut-056 the code part
|
||||||
|
checked has changed syntactically such that the match did
|
||||||
|
no longer work. This commit increases the scope of the match
|
||||||
|
and replace pattern and Fixes #2149
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 08 18:29:42 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixed handling of signing_keys in cmdline options
|
||||||
|
|
||||||
|
When passing signing_keys with the --add-repo|--set-repo
|
||||||
|
commandline options the delimiter to separate the single
|
||||||
|
key information is a colon(:). However, this is stupid when
|
||||||
|
kiwi expects the signing key to be references as an URI
|
||||||
|
format like file://... Therefore this patch changes the
|
||||||
|
delimiter from colon(:) to semicolon(;)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 01 11:31:29 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.39 → 9.24.40
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 01 11:31:00 CEST 2022 - Carlos Bederián <zzzoom@gmail.com>
|
||||||
|
|
||||||
|
- Setup SELinux on every system prepare / build (#2148)
|
||||||
|
|
||||||
|
Setup SELinux on every system prepare / build such that all image types benefit from it not only the disk (oem) type
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 21:26:15 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Install all of QEMU to Ubuntu arm integration test
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:51:24 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- rename user to ubuntu for Ubuntu integration test
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:33:16 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.38 → 9.24.39
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:31:42 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Move to sphinx>=5.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:17:55 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.37 → 9.24.38
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:16:20 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Fixed sphinx extlinks rendering
|
||||||
|
|
||||||
|
In Sphinx v5 warning will be treated as errors. This results in the following
|
||||||
|
warning to be an error: extlinks: Sphinx-6.0 will require a caption string to
|
||||||
|
contain exactly one '%s' and all other '%' need to be escaped as '%%'.
|
||||||
|
This commit applies the required quoting
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 29 20:06:52 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Bump version: 9.24.36 → 9.24.37
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 28 16:47:35 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Added example aarch64 integration test for Ubuntu
|
||||||
|
|
||||||
|
Created a RaspberryPI image description for Ubuntu(jammy)
|
||||||
|
as integration test for building aarch64 images and added
|
||||||
|
it to the integration test matrix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 16:53:04 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Added --target-arch for image info
|
||||||
|
|
||||||
|
Allow cross arch dependency solving
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 22:09:33 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- update docs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 19:23:22 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
- Add support for group id in users setting
|
||||||
|
|
||||||
|
Allow to specify the group id in the groups list a user
|
||||||
|
should belong to. The group id can be placed as part of
|
||||||
|
the group name separated by a colon like in the following
|
||||||
|
example:
|
||||||
|
|
||||||
|
<users>
|
||||||
|
<user groups="kiwi,admin:42,users" password="..." name="kiwi"/>
|
||||||
|
</users>
|
||||||
|
|
||||||
|
Please note kiwi checks if the provided group already
|
||||||
|
exists and only creates a group if it is not already present in
|
||||||
|
the system. As default groups are usually provided by the OS
|
||||||
|
itself including its preferred group id, you will intentionally
|
||||||
|
not be able to overwrite group id for existing groups.
|
||||||
|
This Fixes #2064
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 19 15:21:54 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
Thu May 19 15:21:54 CEST 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.24.36
|
Version: 9.24.41
|
||||||
Provides: kiwi-schema = 7.5
|
Provides: kiwi-schema = 7.5
|
||||||
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:937699ceee56e7f7452e876206868c430f9376a7c4a27a7a692a5186d75faafb
|
oid sha256:47a4877804b42508ec3be3934e07f00eda22e6a5c2c5c6f4d3f1f5fbc2d1dbe9
|
||||||
size 2190245
|
size 2191669
|
||||||
|
Loading…
Reference in New Issue
Block a user