Add support for versioned x86_64 arches
Add riscv64 to EFI architectures
This commit is contained in:
commit
16f0546ae2
@ -1,7 +1,7 @@
|
||||
Summary: Common RPM Macros for building EFI-related packages
|
||||
Name: efi-rpm-macros
|
||||
Version: 6
|
||||
Release: 7%{?dist}.alma.1
|
||||
Release: 7%{?dist}.alma.2
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/rhboot/%{name}/
|
||||
BuildRequires: git sed
|
||||
@ -41,7 +41,7 @@ machine bootloaders and tools.
|
||||
%autosetup -S git_am -n %{name}-6
|
||||
git config --local --add efi.vendor "%{_efi_vendor_}"
|
||||
git config --local --add efi.esp-root /boot/efi
|
||||
git config --local --add efi.arches "%{x86_64} aarch64 %{arm} %{ix86}"
|
||||
git config --local --add efi.arches "%{x86_64} aarch64 %{arm} %{ix86} riscv64"
|
||||
|
||||
%build
|
||||
%make_build clean all
|
||||
@ -70,8 +70,9 @@ git config --local --add efi.arches "%{x86_64} aarch64 %{arm} %{ix86}"
|
||||
%dir /boot/efi/EFI/%{_efi_vendor_}
|
||||
|
||||
%changelog
|
||||
* Fri Mar 28 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 6-7.alma.1
|
||||
* Fri Jul 18 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 6-7.alma.2
|
||||
- Add support for versioned x86_64 arches
|
||||
- Add riscv64 to EFI architectures
|
||||
|
||||
* Thu Mar 27 2025 Nicolas Frayer <nfrayer@redhat.com> - 6-7
|
||||
- Add riscv64 support
|
||||
|
Loading…
Reference in New Issue
Block a user