forked from pool/grub2
Accepting request 266358 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/266358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=107
This commit is contained in:
parent
e734314c93
commit
7946dbe3c5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 08:34:49 UTC 2014 - mpluskal@suse.com
|
||||
|
||||
- Require efibootmgr also on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 10:41:08 UTC 2014 - schwab@suse.de
|
||||
|
||||
|
@ -284,6 +284,13 @@ Group: System/Boot
|
||||
Requires: efibootmgr
|
||||
Requires(post): efibootmgr
|
||||
%endif
|
||||
# Also require efibootmgr on i586 Tumbleweed where it is available
|
||||
%if 0%{?suse_version} > 1320
|
||||
%ifarch i586
|
||||
Requires: efibootmgr
|
||||
Requires(post): efibootmgr
|
||||
%endif
|
||||
%endif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(post): %{name} = %{version}-%{release}
|
||||
Requires: perl-Bootloader >= 0.706
|
||||
|
Loading…
x
Reference in New Issue
Block a user