From 17a3cd024be92d1fd5e95919a400ecf8d6f42c68 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 21 Sep 2021 18:21:25 +0000 Subject: [PATCH] Drop annobin-plugin-clang dependency The annobin clang plugin is not actually used anywhere, so we don't need to have a dependency on it. This was also creating a circular dependency that was blocking the latest clang update. --- redhat-rpm-config.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 8a8dbe5..c4896af 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 198 +Version: 199 Release: 1%{?dist} # No version specified. License: GPL+ @@ -113,7 +113,6 @@ Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 Requires: zip Requires: (annobin-plugin-gcc if gcc) -Requires: (annobin-plugin-clang if clang) # for brp-mangle-shebangs Requires: %{_bindir}/find @@ -215,6 +214,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue Sep 21 2021 Tom Stellard - 199-1 +- Drop annobin-plugin-clang dependency + * Mon Aug 30 2021 Florian Weimer - 198-1 - ELN: Enable -march=x86-64-v2 for Clang as well