modify efidir to _vendor

This commit is contained in:
yang_zhuang_zhuang 2021-03-17 15:31:30 +08:00
parent 6c6ee1167f
commit 7a210d9876

View File

@ -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: 20 Release: 21
Summary: First-stage UEFI bootloader Summary: First-stage UEFI bootloader
ExclusiveArch: x86_64 aarch64 ExclusiveArch: x86_64 aarch64
License: BSD License: BSD
@ -131,6 +131,9 @@ cd ..
/usr/src/debug/%{name}-%{version}-%{release}/* /usr/src/debug/%{name}-%{version}-%{release}/*
%changelog %changelog
* Wed Mar 17 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 15-21
- modify efider to _vendor
* Tue Feb 9 2021 Steven Y.Gui <steven_ygui@163.com> - 15-20 * Tue Feb 9 2021 Steven Y.Gui <steven_ygui@163.com> - 15-20
- backport some upstream patches - backport some upstream patches