modify efidir to _vendor
This commit is contained in:
parent
96f4dc6a23
commit
c66785e8c3
@ -15,14 +15,14 @@
|
||||
%global _binaries_in_noarch_packages_terminate_build 0
|
||||
%undefine _debuginfo_subpackages
|
||||
|
||||
%global efidir %(eval echo $(grep ^ID= /etc/os-release | sed -e 's/^ID=//' ))
|
||||
%global efidir %{_vendor}
|
||||
%global shimdir %{_datadir}/shim/%{version}-%{release}/%{efi_arch}
|
||||
%global shimefivendor /boot/efi/EFI/%{efi_vendor}/
|
||||
%global shimBOOT /boot/efi/EFI/BOOT/
|
||||
|
||||
Name: shim
|
||||
Version: 15
|
||||
Release: 19
|
||||
Release: 20
|
||||
Summary: First-stage UEFI bootloader
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
License: BSD
|
||||
@ -130,6 +130,9 @@ cd ..
|
||||
/usr/src/debug/%{name}-%{version}-%{release}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 9 2021 panxiaohe <panxiaohe@huawei.com> - 15-20
|
||||
- modify efidir to _vendor
|
||||
|
||||
* Mon Jun 22 2020 leiju <leiju4@huawei.com> - 15-19
|
||||
- fix unaligned point value with GCC9
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user