bugfix in build process

This commit is contained in:
songnannan 2020-01-15 07:56:26 +08:00
parent 02143892e4
commit 99cd5f3607

View File

@ -4,7 +4,7 @@
Name: efi-rpm-macros
Version: 4
Release: 1
Release: 2
Summary: A set of EFI-related RPM Macros
License: GPLv3+
URL: https://github.com/rhboot/%{name}/
@ -36,7 +36,10 @@ information of EIF machines, it contains the basic directory layout for EFI
machine bootloaders and tools.
%prep
%autosetup -p1
%autosetup -S git -n %{name}-4
git config --local --add efi.vendor "%{_vendor}"
git config --local --add efi.esp-root /boot/efi
git config --local --add efi.arches "x86_64 aarch64"
%build
%make_build EFI_VENDOR=%{_efi_vendor_} clean all
@ -56,6 +59,12 @@ machine bootloaders and tools.
%{_prefix}/lib/rpm/brp-boot-efi-times
%changelog
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 4-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:bugfix in build process
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 4-1
- Package update.