SHA256
1
0
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:
Dominique Leuenberger 2014-12-25 22:21:44 +00:00 committed by Git OBS Bridge
parent e734314c93
commit 7946dbe3c5
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

View File

@ -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