Put the legacy shim.efi binary in the right subpackage
Resolves: rhbz#1631989 Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
44a06ee897
commit
ccce630445
13
shim.spec
13
shim.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: shim
|
Name: shim
|
||||||
Version: 15
|
Version: 15
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: First-stage UEFI bootloader
|
Summary: First-stage UEFI bootloader
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/rhboot/shim/
|
URL: https://github.com/rhboot/shim/
|
||||||
@ -95,15 +95,18 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
|||||||
| sed -e 's/\./\^/' -e 's,^\\\./,.*/,' -e 's,$,$,' > %{__brp_mangle_shebangs_exclude_from_file}
|
| sed -e 's/\./\^/' -e 's,^\\\./,.*/,' -e 's,$,$,' > %{__brp_mangle_shebangs_exclude_from_file}
|
||||||
|
|
||||||
%define_files -a %{efi_arch} -A %{efi_arch_upper}
|
%define_files -a %{efi_arch} -A %{efi_arch_upper}
|
||||||
|
%if %{provide_legacy_shim}
|
||||||
|
%{efi_esp_dir}/shim.efi
|
||||||
|
%endif
|
||||||
%if %{efi_has_alt_arch}
|
%if %{efi_has_alt_arch}
|
||||||
%define_files -a %{efi_alt_arch} -A %{efi_alt_arch_upper}
|
%define_files -a %{efi_alt_arch} -A %{efi_alt_arch_upper}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{provide_legacy_shim}
|
|
||||||
%{efi_esp_dir}/shim.efi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 02 2018 Peter Jones <pjones@redhat.com> - 15-6
|
||||||
|
- Put the legacy shim.efi binary in the right subpackage
|
||||||
|
Resolves: rhbz#1631989
|
||||||
|
|
||||||
* Fri May 04 2018 Peter Jones <pjones@redhat.com> - 15-5
|
* Fri May 04 2018 Peter Jones <pjones@redhat.com> - 15-5
|
||||||
- Rework the .spec to use efi-rpm-macros.
|
- Rework the .spec to use efi-rpm-macros.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user