mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Fix deps that should have moved to -tools but didn't.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
6d8e18dbc8
commit
39d46ea780
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ BuildRequires: pesign >= 0.99-8
|
|||
%endif
|
||||
%endif
|
||||
|
||||
Provides grub2-base = %{epoch}:%{version}-%{release}
|
||||
Provides: grub2-base = %{epoch}:%{version}-%{release}
|
||||
ExcludeArch: s390 s390x %{arm}
|
||||
Obsoletes: grub2 <= 1:2.00-20%{?dist}
|
||||
Requires: %{name}-tools = %{epoch}:%{version}-%{release}
|
||||
|
@ -111,7 +111,7 @@ Summary: GRUB for EFI systems.
|
|||
Group: System Environment/Base
|
||||
Requires: %{name}-tools = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: grub2-efi <= 1:2.00-20%{?dist}
|
||||
Provides grub2-base = %{epoch}:%{version}-%{release}
|
||||
Provides: grub2-base = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description efi
|
||||
The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
|
||||
|
|
Loading…
Reference in a new issue