From 9905428b7cda314fa19f2439c798010788464bf6 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 18 Jul 2024 10:36:14 +0300 Subject: [PATCH] - Add x86_64_v2 to arch list --- efi-rpm-macros.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 06e888e..2a4d530 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -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 - 5-12.alma.1 +- Add x86_64_v2 to arch list + * Mon Jun 24 2024 Troy Dawson - 5-12 - Bump release for June 2024 mass rebuild