Add x86_64_v2 to arch list

i10-v2 changed/i10-v2/efi-rpm-macros-6-4.el10.inferit
Sergey Cherevko 4 weeks ago
parent a669c603fc
commit d492437d24
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -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 <s.cherevko@msvsphere-os.ru> - 6-3.inferit
- Add x86_64_v2 to arch list
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6-4
- Rebuilt for MSVSphere 10

Loading…
Cancel
Save