#17 fix "grub2-mkrescue: error: `mformat` invocation failed"
Closed 2 years ago by rharwood. Opened 2 years ago by rathann.
Unknown source rawhide  into  rawhide

file modified
+5 -1
@@ -17,7 +17,7 @@

  Name:		grub2

  Epoch:		1

  Version:	2.06

- Release:	37%{?dist}

+ Release:	38%{?dist}

  Summary:	Bootloader with support for Linux, Multiboot and more

  License:	GPLv3+

  URL:		http://www.gnu.org/software/grub/
@@ -132,6 +132,7 @@

  Requires:	gettext os-prober file

  Requires:	grub2-tools-minimal = %{epoch}:%{version}-%{release}

  Requires:	grub2-common = %{epoch}:%{version}-%{release}

+ Requires:	mtools

  Obsoletes:	grub2-tools < %{evr}

  

  %description tools-extra
@@ -529,6 +530,9 @@

  %endif

  

  %changelog

+ * Tue Apr 19 2022 Dominik Mierzejewski <dominik@greysector.net> - 1:2.06-39

+ - fix "grub2-mkrescue: error: `mformat` invocation failed"

+ 

  * Mon Apr 18 2022 Robbie Harwood <rharwood@redhat.com> - 1:2.06-37

  - Attempt to fix version display

  

There's a missing dependency on mtools for the mformat binary in -tools-extra subpackage.

The change looks good to me.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Thanks. Just a note that the version you put in Release doesn't match what you put in %changelog - I'll fix it when merging.

Pull-Request has been closed by rharwood

2 years ago
Metadata