!13 modify efidir to _vendor
From: @panxh_purple Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
0563e5edd2
@ -15,14 +15,14 @@
|
|||||||
%global _binaries_in_noarch_packages_terminate_build 0
|
%global _binaries_in_noarch_packages_terminate_build 0
|
||||||
%undefine _debuginfo_subpackages
|
%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 shimdir %{_datadir}/shim/%{version}-%{release}/%{efi_arch}
|
||||||
%global shimefivendor /boot/efi/EFI/%{efi_vendor}/
|
%global shimefivendor /boot/efi/EFI/%{efi_vendor}/
|
||||||
%global shimBOOT /boot/efi/EFI/BOOT/
|
%global shimBOOT /boot/efi/EFI/BOOT/
|
||||||
|
|
||||||
Name: shim
|
Name: shim
|
||||||
Version: 15
|
Version: 15
|
||||||
Release: 19
|
Release: 20
|
||||||
Summary: First-stage UEFI bootloader
|
Summary: First-stage UEFI bootloader
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -130,6 +130,9 @@ cd ..
|
|||||||
/usr/src/debug/%{name}-%{version}-%{release}/*
|
/usr/src/debug/%{name}-%{version}-%{release}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 22 2020 leiju <leiju4@huawei.com> - 15-19
|
||||||
- fix unaligned point value with GCC9
|
- fix unaligned point value with GCC9
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user