Sync from SUSE:SLFO:Main python-kiwi revision 7e824f36ba3569544ff892d1a54a9dc1
This commit is contained in:
parent
c53ec46687
commit
d8d07ef6de
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.1.8
|
||||
pkgver=10.1.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=('b6dbb9711b67d7160a248041646a71bb')
|
||||
md5sums=('7821626d607e63bdf4413aacea6d91c0')
|
||||
|
||||
|
||||
build() {
|
||||
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 10:23:39 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.1.9 → 10.1.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 18:53:52 CEST 2024 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
- bootloader: Fix up ppc64 bootinfo again
|
||||
|
||||
To make the code look pretty extra newline is inserted at the start of
|
||||
bootinfo file. This appears to break boot on Power9 PowerVM LPARs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 10:57:33 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fixed enclave integration test
|
||||
|
||||
The SELinux policy of Fedora Rawhide when running completely in
|
||||
an initrd is not suitable to let the system boot up. Thus the
|
||||
current solution is to boot in permissive mode. A better solution
|
||||
for the future would probably be a selinux policy for enclaves
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 14:15:07 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- limit eif_build requires to fedora >= 42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:07:29 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 10.1.8 → 10.1.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:48:43 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Added sshd to nitro-enclave integration test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:21:08 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fixed container sync options
|
||||
|
||||
Do not exclude/filter any security/xattr capabilities.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:20:34 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Update container integration test
|
||||
|
||||
Add getcap to check on filesystem capabilities
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 11:01:33 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Add new build type provides for enclave
|
||||
|
||||
Add a provides tag (read by the open buildservice) for the new
|
||||
enclave builder. Also add a recommends to eif_builder in
|
||||
the systemdeps-core meta package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 15:51:58 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Update enclave documentation
|
||||
|
||||
Fixup repo setup in the build documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 15:35:15 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 10.1.8
|
||||
Version: 10.1.10
|
||||
Provides: kiwi-schema = 8.1
|
||||
Release: 0
|
||||
Url: https://github.com/OSInside/kiwi
|
||||
@ -122,6 +122,10 @@ Obsoletes: kiwi-image-tbz-requires < %{version}-%{release}
|
||||
%if "%{_vendor}" != "debbuild"
|
||||
Provides: kiwi-image:tbz
|
||||
%endif
|
||||
%if 0%{?fedora} >= 42
|
||||
Provides: kiwi-image:enclave
|
||||
Requires: eif_build
|
||||
%endif
|
||||
# tools conditionally used by kiwi
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||
Recommends: gnupg2
|
||||
|
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
BIN
python-kiwi.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user