diff --git a/grub.macros b/grub.macros index d967035..2b2ce2d 100644 --- a/grub.macros +++ b/grub.macros @@ -347,6 +347,7 @@ rm -r build-aux m4 \ TARGET_CFLAGS="%{2}" \\\ TARGET_CPPFLAGS="-I$(pwd)" \\\ TARGET_LDFLAGS="%{efi_target_ldflags}" \\\ + --with-rpm-version=%{version}-%{release} \\\ --with-platform=efi \\\ --with-utils=host \\\ --target=%{1} \\\ diff --git a/grub2.spec b/grub2.spec index 1d6a5fd..a9a9231 100644 --- a/grub2.spec +++ b/grub2.spec @@ -530,6 +530,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg %endif %changelog +* Mon Aug 15 2022 Robbie Harwood - 2.06-48 +- Use --with-rpm-version +- Resolves: #2118390 + * Mon Aug 08 2022 Robbie Harwood - 2.06-47 - Try reserving less RAM to fix windows booting - Related: #2115202