mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Disable the .package_note awfulness
Resolves: #2058712 Resolves: #2058527 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
0bd5331192
commit
95d197a80c
1 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
%global _lto_cflags %{nil}
|
||||
|
||||
%undefine _hardened_build
|
||||
%undefine _package_note_file
|
||||
|
||||
%global tarversion 2.06
|
||||
%undefine _missing_build_ids_terminate_build
|
||||
|
@ -16,7 +17,7 @@
|
|||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.06
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
|
@ -525,6 +526,11 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 28 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-20
|
||||
- Disable the .package_note awfulness
|
||||
- Resolves: #2058712
|
||||
- Resolves: #2058527
|
||||
|
||||
* Fri Feb 25 2022 Robbie Harwood <rharwood@redhat.com> - 2.06-19
|
||||
- Fix stripping of annobin -spec
|
||||
|
||||
|
|
Loading…
Reference in a new issue