forked from pool/shim-leap
Accepting request 458605 from home:gary_lin:branches:devel:openSUSE:Factory
- Support %posttrans with marcos provided by update-bootloader-rpm-macros package (bsc#997317) (fix from mchang@suse.com) OBS-URL: https://build.opensuse.org/request/show/458605 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim-leap?expand=0&rev=5
This commit is contained in:
parent
b379099985
commit
6844745194
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 04:04:36 UTC 2017 - glin@suse.com
|
||||
|
||||
- Support %posttrans with marcos provided by update-bootloader-rpm-macros
|
||||
package (bsc#997317) (fix from mchang@suse.com)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 05:47:23 UTC 2016 - glin@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package shim-leap
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,14 @@ does not exist
|
||||
%package -n shim
|
||||
Summary: UEFI shim loader
|
||||
Group: System/Boot
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: update-bootloader-rpm-macros
|
||||
%endif
|
||||
%if 0%{?update_bootloader_requires:1}
|
||||
%update_bootloader_requires
|
||||
%else
|
||||
Requires: perl-Bootloader
|
||||
%endif
|
||||
|
||||
%description -n shim
|
||||
shim is a trivial EFI application that, when run, attempts to open and
|
||||
@ -48,7 +55,14 @@ rpm2cpio %{SOURCE0} | cpio --extract --unconditional --preserve-modification-tim
|
||||
cp -a * %{buildroot}
|
||||
|
||||
%post -n shim
|
||||
%if 0%{?update_bootloader_check_type_reinit_post:1}
|
||||
%update_bootloader_check_type_reinit_post grub2-efi
|
||||
%else
|
||||
/sbin/update-bootloader --reinit || true
|
||||
%endif
|
||||
|
||||
%posttrans -n shim
|
||||
%{?update_bootloader_posttrans}
|
||||
|
||||
%files -n shim
|
||||
/etc/uefi
|
||||
|
Loading…
Reference in New Issue
Block a user