From 99cd5f36076f053e0d964e7cb8c5940a106070d4 Mon Sep 17 00:00:00 2001 From: songnannan Date: Wed, 15 Jan 2020 07:56:26 +0800 Subject: [PATCH] bugfix in build process --- efi-rpm-macros.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 44395d1..725a8bf 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -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 - 4-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:bugfix in build process + * Fri Jan 10 2020 openEuler Buildteam - 4-1 - Package update. -- Gitee