|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Common RPM Macros for building EFI-related packages
|
|
|
|
Summary: Common RPM Macros for building EFI-related packages
|
|
|
|
Name: efi-rpm-macros
|
|
|
|
Name: efi-rpm-macros
|
|
|
|
Version: 6
|
|
|
|
Version: 6
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 3%{?dist}.inferit
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
URL: https://github.com/rhboot/%{name}/
|
|
|
|
URL: https://github.com/rhboot/%{name}/
|
|
|
|
BuildRequires: git sed
|
|
|
|
BuildRequires: git sed
|
|
|
@ -37,7 +37,7 @@ machine bootloaders and tools.
|
|
|
|
%autosetup -S git_am -n %{name}-6
|
|
|
|
%autosetup -S git_am -n %{name}-6
|
|
|
|
git config --local --add efi.vendor "%{_efi_vendor_}"
|
|
|
|
git config --local --add efi.vendor "%{_efi_vendor_}"
|
|
|
|
git config --local --add efi.esp-root /boot/efi
|
|
|
|
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
|
|
|
|
%build
|
|
|
|
%make_build clean all
|
|
|
|
%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_}
|
|
|
|
%dir /boot/efi/EFI/%{_efi_vendor_}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 02 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 6-3.inferit
|
|
|
|
|
|
|
|
- Add x86_64_v2 to arch list
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6-3
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6-3
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|