Remove gcc-plugin-annobin

gcc-plugin-annobin is not available until GCC 12. We just build GCC 11
which doesn't have this plugin.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-04 11:07:22 +03:00
parent 65dc227446
commit 62530c86b9
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config
Version: %{baserelease}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
# No version specified.
License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -195,6 +195,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md
%changelog
* Thu Aug 05 2022 David Abdurachmanov <davidlt@rivosinc.com> - 226-1.0.riscv64
- Remove gcc-plugin-annobin support (doesn't exist in GCC 11)
* Wed Jun 22 2022 Timm Bäder <tbaeder@redhat.com> - 226-1
- Move llvm_compile_lto_to_elf before __debug_install_post