- tito: Add RHEL tagger with support for rhbz and RHEL (bcl)
Related: RHEL-31830 - livemedia-creator: Use /usr/libexec/qemu-kvm on supported arches (bcl) Related: RHEL-31830 - spec: edk2-aarch64 has the UEFI firmware on aarch64 (bcl) Related: RHEL-31830 - Add prefixdevname to Anaconda image (msekleta) Related: RHEL-30010 - spec: exclude the files section for lmc-virt on ppc64le (bcl) Resolves: RHEL-31830
This commit is contained in:
parent
cb623aa7a7
commit
5b4b714cea
1
.gitignore
vendored
1
.gitignore
vendored
@ -243,3 +243,4 @@
|
||||
/lorax-40.5.tar.gz
|
||||
/lorax-40.5.1.tar.gz
|
||||
/lorax-40.5.2.tar.gz
|
||||
/lorax-40.5.3.tar.gz
|
||||
|
23
lorax.spec
23
lorax.spec
@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 40.5.2
|
||||
Release: 2%{?dist}
|
||||
Version: 40.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -100,10 +100,13 @@ Requires: lorax = %{version}-%{release}
|
||||
# RHEL doesn't have qemu, just qemu-kvm
|
||||
Requires: qemu-kvm
|
||||
|
||||
# Fedora edk2 builds currently only support these arches
|
||||
%ifarch x86_64 aarch64
|
||||
# edk2 builds currently only support these arches
|
||||
%ifarch x86_64
|
||||
Requires: edk2-ovmf
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
Requires: edk2-aarch64
|
||||
%endif
|
||||
|
||||
%description lmc-virt
|
||||
Additional dependencies required by livemedia-creator when using it with qemu.
|
||||
@ -176,8 +179,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_datadir}/lorax/templates.d/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 04 2024 Brian C. Lane <bcl@redhat.com> - 40.5.2-2
|
||||
- spec: exclude the files section for lmc-virt on ppc64le
|
||||
* Fri May 31 2024 Brian C. Lane <bcl@redhat.com> 40.5.3-1
|
||||
- tito: Add RHEL tagger with support for rhbz and RHEL (bcl)
|
||||
Related: RHEL-31830
|
||||
- livemedia-creator: Use /usr/libexec/qemu-kvm on supported arches (bcl)
|
||||
Related: RHEL-31830
|
||||
- spec: edk2-aarch64 has the UEFI firmware on aarch64 (bcl)
|
||||
Related: RHEL-31830
|
||||
- Add prefixdevname to Anaconda image (msekleta)
|
||||
Related: RHEL-30010
|
||||
- spec: exclude the files section for lmc-virt on ppc64le (bcl)
|
||||
Resolves: RHEL-31830
|
||||
|
||||
* Thu Apr 04 2024 Brian C. Lane <bcl@redhat.com> 40.5.2-1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lorax-40.5.2.tar.gz) = 1166691248fcce597f8984150e8984fca1cf42eb9f7113b5da8f7e5db1469b41512be4990949ea08071965bfb942456d35761677132660ad61839fe0d5cea327
|
||||
SHA512 (lorax-40.5.3.tar.gz) = 0ac77ede89c547f0b7bac7055bc258e52cf7de38b607bc66c28a1b980b868a39aed9f55228f9aa2d21e2efc900f4be961c0ea4c0718efcc3e04d6f7fdc5ad4b3
|
||||
|
Loading…
Reference in New Issue
Block a user