- support uefi secureboot
- fix timeout 0 not work - default to entry 0 if no saved_entry is present in grub2 env - mention grub2 in /boot/boot.readme - 0.708 OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=91
This commit is contained in:
parent
0dadb70f19
commit
b87f6334f7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4dd4e437b0f91f20be834d957b6b4a720d75ff7a0e5a088764cfc30842d8861
|
|
||||||
size 147500
|
|
3
perl-Bootloader-0.708.tar.xz
Normal file
3
perl-Bootloader-0.708.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:367c8bb7b507ca8c586c569637eaca47b0eda445dcd7b4caa77f90446337b3fc
|
||||||
|
size 147976
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 25 16:22:22 CET 2013 - snwint@suse.de
|
||||||
|
|
||||||
|
- support uefi secureboot
|
||||||
|
- fix timeout 0 not work
|
||||||
|
- default to entry 0 if no saved_entry is present in grub2 env
|
||||||
|
- mention grub2 in /boot/boot.readme
|
||||||
|
- 0.708
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 12 09:26:38 UTC 2013 - coolo@suse.com
|
Tue Feb 12 09:26:38 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.707
|
Version: 0.708
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Requires: perl-base = %{perl_version}
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Requires: perl-base = %{perl_version}
|
|
||||||
Recommends: perl-gettext
|
Recommends: perl-gettext
|
||||||
Summary: Library for Configuring Boot Loaders
|
Summary: Library for Configuring Boot Loaders
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -35,6 +35,15 @@ Conflicts: multipath-tools < 0.4.8-40.25.1
|
|||||||
%description
|
%description
|
||||||
Perl modules for configuring various boot loaders.
|
Perl modules for configuring various boot loaders.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
Joachim Plack <jplack@suse.de>
|
||||||
|
Alexander Osthof <aosthof@suse.de>
|
||||||
|
Josef Reidinger <jreidinger@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user