forked from pool/shim-leap
Accepting request 443760 from devel:openSUSE:Factory
The shim binary from Leap 42.2 OBS-URL: https://build.opensuse.org/request/show/443760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shim-leap?expand=0&rev=1
This commit is contained in:
parent
e5840fa009
commit
981054a5f6
3
shim-0.9-11.1.x86_64.rpm
Normal file
3
shim-0.9-11.1.x86_64.rpm
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11f2cb2b2c9db38e0bca7af732cb73b78347bb4fdfafe8a4b33fa193316a33ec
|
||||
size 457406
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93537270ce66a583e06ba4dcb00cc23b5d4c803066f63f160455a6bdccc8363c
|
||||
size 459013
|
@ -1,17 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update shim to 0.9-13.1
|
||||
+ Update shim-install to support "--no-nvram" and improve
|
||||
removable media and fallback mode handling (bsc#985568,
|
||||
bsc#999818) (Fix from mchang@suse.com)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 09:31:29 UTC 2016 - jsegitz@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package shim-leap
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -15,14 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: shim-leap
|
||||
Version: 0.9
|
||||
Release: 0
|
||||
Summary: UEFI shim loader
|
||||
License: BSD-2-Clause
|
||||
Summary: UEFI shim loader
|
||||
Group: System/Boot
|
||||
Source: shim-0.9-13.1.x86_64.rpm
|
||||
Source: shim-0.9-11.1.x86_64.rpm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@ -30,16 +29,8 @@ ExclusiveArch: x86_64
|
||||
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
|
||||
Summary: UEFI shim loader
|
||||
Requires: perl-Bootloader
|
||||
|
||||
%description -n shim
|
||||
shim is a trivial EFI application that, when run, attempts to open and
|
||||
@ -55,14 +46,7 @@ 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