mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
Fix mkformat error from grub2-mkrescue
grub2-tools-extra missing dependency on mformat (mtools). [rharwood: NVR fix, commit message] Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
e622855aa2
commit
ac52d21d8a
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06
|
Version: 2.06
|
||||||
Release: 37%{?dist}
|
Release: 38%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
|
@ -132,6 +132,7 @@ Summary: Support tools for GRUB.
|
||||||
Requires: gettext os-prober file
|
Requires: gettext os-prober file
|
||||||
Requires: grub2-tools-minimal = %{epoch}:%{version}-%{release}
|
Requires: grub2-tools-minimal = %{epoch}:%{version}-%{release}
|
||||||
Requires: grub2-common = %{epoch}:%{version}-%{release}
|
Requires: grub2-common = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: mtools
|
||||||
Obsoletes: grub2-tools < %{evr}
|
Obsoletes: grub2-tools < %{evr}
|
||||||
|
|
||||||
%description tools-extra
|
%description tools-extra
|
||||||
|
@ -529,6 +530,9 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 Dominik Mierzejewski <dominik@greysector.net> - 1:2.06-38
|
||||||
|
- fix "grub2-mkrescue: error: `mformat` invocation failed"
|
||||||
|
|
||||||
* Mon Apr 18 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-37
|
* Mon Apr 18 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-37
|
||||||
- Attempt to fix version display
|
- Attempt to fix version display
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue