Merge branch 'i9c' into i9

i9-beta changed/i9/osbuild-composer-76-2.el9_2.2.inferit
Sergey Cherevko 2 years ago
commit 36c4335b63
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

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}.inferit
Release: 2%{?dist}.2.inferit
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
# MSVSphere patches
Patch1001: 0001-Updated-MSVSphere-support.patch
@ -321,10 +325,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
@ -443,10 +447,19 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Wed Jun 21 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 76-2.2.inferit
- Rebuilt for MSVSphere 9.2
* Thu May 25 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 76-2.inferit
- Added MSVSphere 9.2 support
- Rebuilt for MSVSphere 9.2
* 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)
* Thu Mar 30 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 62.1-1.inferit
- Added MSVSphere 9.1 support
- Rebuilt for MSVSphere 9.1
@ -455,6 +468,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
- distro/rhel: add payload repos to os package set (rhbz#2177699)
- Manifest: always set kernel options in grub2 stage (rhbz#2162299)
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 62.1-1
- Rebuilt for MSVSphere 9.1.
* Wed Mar 01 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 76-1
- New upstream release

Loading…
Cancel
Save