- Add x86_64_v2 to arch list

This commit is contained in:
eabdullin 2024-07-18 10:36:14 +03:00
parent 381ec9cbed
commit 9905428b7c

View File

@ -1,7 +1,7 @@
Summary: Common RPM Macros for building EFI-related packages
Name: efi-rpm-macros
Version: 5
Release: 12%{?dist}
Release: 12%{?dist}.alma.1
License: GPL-3.0-or-later
URL: https://github.com/rhboot/%{name}/
BuildRequires: git sed
@ -40,7 +40,7 @@ machine bootloaders and tools.
%autosetup -S git_am -n %{name}-5
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 x86_64_v2 aarch64 %{arm} %{ix86}"
%build
%make_build clean all
@ -69,6 +69,9 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}"
%dir /boot/efi/EFI/%{_efi_vendor_}
%changelog
* Thu Jul 18 2024 Eduard Abdullin <eabdullin@almalinux.org> - 5-12.alma.1
- Add x86_64_v2 to arch list
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5-12
- Bump release for June 2024 mass rebuild