Use --with-rpm-version

Resolves: #2118390
Suggested-by: François Rigault <frigo@amadeus.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-08-15 20:21:32 +00:00
parent ac27fd45d7
commit 867b41f7d3
2 changed files with 5 additions and 0 deletions

View File

@ -347,6 +347,7 @@ rm -r build-aux m4 \
TARGET_CFLAGS="%{2}" \\\ TARGET_CFLAGS="%{2}" \\\
TARGET_CPPFLAGS="-I$(pwd)" \\\ TARGET_CPPFLAGS="-I$(pwd)" \\\
TARGET_LDFLAGS="%{efi_target_ldflags}" \\\ TARGET_LDFLAGS="%{efi_target_ldflags}" \\\
--with-rpm-version=%{version}-%{release} \\\
--with-platform=efi \\\ --with-platform=efi \\\
--with-utils=host \\\ --with-utils=host \\\
--target=%{1} \\\ --target=%{1} \\\

View File

@ -530,6 +530,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
%endif %endif
%changelog %changelog
* Mon Aug 15 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-48
- Use --with-rpm-version
- Resolves: #2118390
* Mon Aug 08 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-47 * Mon Aug 08 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-47
- Try reserving less RAM to fix windows booting - Try reserving less RAM to fix windows booting
- Related: #2115202 - Related: #2115202