From 62530c86b9cde51fef8eb9f84ffce3da650f9eca Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 4 Aug 2022 11:07:22 +0300 Subject: [PATCH] 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 --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 719ac66..21d2734 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 - 226-1.0.riscv64 +- Remove gcc-plugin-annobin support (doesn't exist in GCC 11) + * Wed Jun 22 2022 Timm Bäder - 226-1 - Move llvm_compile_lto_to_elf before __debug_install_post