!4 efi-rpm-macros: bugfix in build process

Merge pull request !4 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-01-15 08:06:21 +08:00 committed by Gitee
commit c18716e37d

View File

@ -4,7 +4,7 @@
Name: efi-rpm-macros Name: efi-rpm-macros
Version: 4 Version: 4
Release: 1 Release: 2
Summary: A set of EFI-related RPM Macros Summary: A set of EFI-related RPM Macros
License: GPLv3+ License: GPLv3+
URL: https://github.com/rhboot/%{name}/ 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. machine bootloaders and tools.
%prep %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 %build
%make_build EFI_VENDOR=%{_efi_vendor_} clean all %make_build EFI_VENDOR=%{_efi_vendor_} clean all
@ -56,6 +59,12 @@ machine bootloaders and tools.
%{_prefix}/lib/rpm/brp-boot-efi-times %{_prefix}/lib/rpm/brp-boot-efi-times
%changelog %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 * Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 4-1
- Package update. - Package update.