forked from rpms/osbuild-composer
import osbuild-composer-76-2.el9_2.2
This commit is contained in:
parent
8e00ea3101
commit
c68253671a
1499
SOURCES/0004-simplified-installer-enable-isolinux.patch
Normal file
1499
SOURCES/0004-simplified-installer-enable-isolinux.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@ It is compatible with composer-cli and cockpit-composer clients.
|
||||
}
|
||||
|
||||
Name: osbuild-composer
|
||||
Release: 2%{?dist}
|
||||
Release: 2%{?dist}.2
|
||||
Summary: An image building service based on osbuild
|
||||
|
||||
# osbuild-composer doesn't have support for building i686 and armv7hl images
|
||||
@ -44,6 +44,10 @@ Patch0: 0001-tests-ostree-Change-centos-8-BOOT_LOCATION-to-a-work.patch
|
||||
Patch1: 0002-distro-rhel-add-payload-repos-to-os-package-set.patch
|
||||
# https://github.com/osbuild/osbuild-composer/pull/3348
|
||||
Patch2: 0003-Manifest-always-set-kernel-options-in-grub2-stage.patch
|
||||
# https://github.com/osbuild/osbuild-composer/pull/3410
|
||||
Patch3: 0004-simplified-installer-enable-isolinux.patch
|
||||
# https://github.com/osbuild/osbuild-composer/pull/3411
|
||||
Patch4: 0005-Save-manifest-lists-when-pulling-containers-Set-container-local-names-explicitly.patch
|
||||
|
||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||
BuildRequires: systemd
|
||||
@ -306,10 +310,10 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
|
||||
Summary: The worker for osbuild-composer
|
||||
Requires: systemd
|
||||
Requires: qemu-img
|
||||
Requires: osbuild >= 81
|
||||
Requires: osbuild-ostree >= 81
|
||||
Requires: osbuild-lvm2 >= 81
|
||||
Requires: osbuild-luks2 >= 81
|
||||
Requires: osbuild >= 81-1.el9_2.1
|
||||
Requires: osbuild-ostree >= 81-1.el9_2.1
|
||||
Requires: osbuild-lvm2 >= 81-1.el9_2.1
|
||||
Requires: osbuild-luks2 >= 81-1.el9_2.1
|
||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||
|
||||
%description worker
|
||||
@ -428,6 +432,12 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2023 Achilleas Koutsou <achilleas@redhat.com> - 76-2.2
|
||||
- Save manifest lists when pulling containers & Set container local names explicitly (rhbz#2189400)
|
||||
|
||||
* Tue Apr 25 2023 Tomáš Hozza <thozza@redhat.com> - 76-2.1
|
||||
- simplified-installer: enable isolinux (rhbz#2178130)
|
||||
|
||||
* Mon Mar 27 2023 Tomáš Hozza <thozza@redhat.com> - 76-2
|
||||
- distro/rhel: add payload repos to os package set (rhbz#2177699)
|
||||
- Manifest: always set kernel options in grub2 stage (rhbz#2162299)
|
||||
|
Loading…
Reference in New Issue
Block a user