Make grub2-efi-aa64 provide grub2
I'm not sure this is 100% the right place to do this - maybe it should go in anaconda - but it seems most expedient :/ Resolves: rhbz#1491045 Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
8887fc70b1
commit
e1f4c0ec1e
@ -92,6 +92,10 @@
|
||||
%global efi_modules " backtrace http linuxefi usb usbserial_common usbserial_pl2303 usbserial_ftdi usbserial_usbdebug "
|
||||
%endif
|
||||
|
||||
%ifarch aarch64
|
||||
%global legacy_provides -l
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%global efiarch x64
|
||||
%global target_cpu_name %{_arch}
|
||||
@ -221,6 +225,7 @@ Requires: %{name}-tools-minimal >= %{evr} \
|
||||
Requires: %{name}-tools-extra = %{evr} \
|
||||
Requires: %{name}-tools = %{evr} \
|
||||
Provides: %{name}-efi = %{evr} \
|
||||
%{?legacy_provides:Provides: %{name} = %{evr}} \
|
||||
%{-o:Obsoletes: %{name}-efi < %{evr}} \
|
||||
\
|
||||
%{expand:%%description %{1}} \
|
||||
|
@ -7,7 +7,7 @@
|
||||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.02
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
Group: System Environment/Base
|
||||
License: GPLv3+
|
||||
@ -454,6 +454,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2017 Peter Jones <pjones@redhat.com> - 2.02-18
|
||||
- Make grub2-efi-aa64 provide grub2
|
||||
Resolves: rhbz#1491045
|
||||
|
||||
* Mon Sep 11 2017 Dennis Gilmore <dennis@ausil.us> - 2.02-17
|
||||
- bump for Obsoletes again
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user