forked from pool/shim-leap
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim-leap?expand=0&rev=3
This commit is contained in:
parent
073ede99d3
commit
b379099985
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11f2cb2b2c9db38e0bca7af732cb73b78347bb4fdfafe8a4b33fa193316a33ec
|
||||
size 457406
|
3
shim-0.9-13.1.x86_64.rpm
Normal file
3
shim-0.9-13.1.x86_64.rpm
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93537270ce66a583e06ba4dcb00cc23b5d4c803066f63f160455a6bdccc8363c
|
||||
size 459013
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: shim-leap
|
||||
Version: 0.9
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
Summary: UEFI shim loader
|
||||
License: BSD-2-Clause
|
||||
Group: System/Boot
|
||||
Source: shim-0.9-11.1.x86_64.rpm
|
||||
Source: shim-0.9-13.1.x86_64.rpm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@ -30,6 +31,7 @@ does not exist
|
||||
|
||||
%package -n shim
|
||||
Summary: UEFI shim loader
|
||||
Group: System/Boot
|
||||
Requires: perl-Bootloader
|
||||
|
||||
%description -n shim
|
||||
|
Loading…
Reference in New Issue
Block a user