Compare commits
No commits in common. "bd9152cc49e1899410ddd5119551798ad7332c77" and "f6198ace3be398d6e0560d62ea15f9a2d3b50071" have entirely different histories.
bd9152cc49
...
f6198ace3b
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}.2.alma
|
||||
Release: 2%{?dist}.alma
|
||||
Summary: An image building service based on osbuild
|
||||
|
||||
# osbuild-composer doesn't have support for building i686 and armv7hl images
|
||||
@ -44,10 +44,6 @@ 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
|
||||
|
||||
# AlmaLinux patch
|
||||
Patch100: almalinux_support.patch
|
||||
@ -296,10 +292,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-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: osbuild >= 81
|
||||
Requires: osbuild-ostree >= 81
|
||||
Requires: osbuild-lvm2 >= 81
|
||||
Requires: osbuild-luks2 >= 81
|
||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||
|
||||
%description worker
|
||||
@ -418,15 +414,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 76-2.2.alma
|
||||
* Tue May 09 2023 Eduard Abdullin <eabdullin@almalinux.org> - 76-2.alma
|
||||
- Add AlmaLinux support
|
||||
|
||||
* 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