diff --git a/SPECS/efi-rpm-macros.spec b/SPECS/efi-rpm-macros.spec index 7396dde..7f84e59 100644 --- a/SPECS/efi-rpm-macros.spec +++ b/SPECS/efi-rpm-macros.spec @@ -1,7 +1,7 @@ Summary: Common RPM Macros for building EFI-related packages Name: efi-rpm-macros Version: 6 -Release: 4%{?dist} +Release: 4%{?dist}.inferit License: GPL-3.0-or-later URL: https://github.com/rhboot/%{name}/ BuildRequires: git sed @@ -37,7 +37,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 x86_64_v2 aarch64 %{arm} %{ix86}" %build %make_build clean all @@ -66,6 +66,9 @@ git config --local --add efi.arches "x86_64 aarch64 %{arm} %{ix86}" %dir /boot/efi/EFI/%{_efi_vendor_} %changelog +* Mon Dec 02 2024 Sergey Cherevko - 6-3.inferit +- Add x86_64_v2 to arch list + * Fri Oct 25 2024 MSVSphere Packaging Team - 6-4 - Rebuilt for MSVSphere 10