mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Drop grub2-tools obsoletes for grub2-tools-minimal
When installing grub2-tools grub2-tools-minimal is pulled in which obsoletes grub2-tools causing grub2-tools to not get installed. Remove the obsoletes so that grub2-tools can be installed again. Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com>
This commit is contained in:
parent
d11c8385d6
commit
a162c0412f
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 112%{?dist}
|
Release: 113%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
|
@ -135,7 +135,6 @@ This subpackage provides tools for support of EFI platforms.
|
||||||
Summary: Support tools for GRUB.
|
Summary: Support tools for GRUB.
|
||||||
Requires: gettext-runtime
|
Requires: gettext-runtime
|
||||||
Requires: grub2-common = %{epoch}:%{version}-%{release}
|
Requires: grub2-common = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: grub2-tools < %{evr}
|
|
||||||
|
|
||||||
%description tools-minimal
|
%description tools-minimal
|
||||||
%{desc}
|
%{desc}
|
||||||
|
@ -555,6 +554,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2024 Daan De Meyer <daan.j.demeyer@gmail.com> - 2.06-113
|
||||||
|
- Don't obsolete the tools package with minimal
|
||||||
|
|
||||||
* Tue Dec 19 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-112
|
* Tue Dec 19 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.06-112
|
||||||
- normal: fix prefix when loading modules
|
- normal: fix prefix when loading modules
|
||||||
- Resolves: #2209435
|
- Resolves: #2209435
|
||||||
|
|
Loading…
Reference in a new issue