SHA256
1
0
forked from pool/grub2

Accepting request 266357 from home:pluskalm:branches:Base:System

- Require efibootmgr also on i586 Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/266357
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=135
This commit is contained in:
Michael Chang 2014-12-25 08:53:50 +00:00 committed by Git OBS Bridge
parent 128d4602d0
commit 7e92957877
2 changed files with 12 additions and 0 deletions

View File

@ -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 Tue Dec 16 10:41:08 UTC 2014 - schwab@suse.de

View File

@ -284,6 +284,13 @@ Group: System/Boot
Requires: efibootmgr Requires: efibootmgr
Requires(post): efibootmgr Requires(post): efibootmgr
%endif %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: %{name} = %{version}-%{release}
Requires(post): %{name} = %{version}-%{release} Requires(post): %{name} = %{version}-%{release}
Requires: perl-Bootloader >= 0.706 Requires: perl-Bootloader >= 0.706