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:
parent
ac27fd45d7
commit
867b41f7d3
@ -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} \\\
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user