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.
This commit is contained in:
Tom Stellard 2021-09-21 18:21:25 +00:00
parent 2dd8d4cbdf
commit 17a3cd024b
1 changed files with 4 additions and 2 deletions

View File

@ -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 <tstellar@redhat.com> - 199-1
- Drop annobin-plugin-clang dependency
* Mon Aug 30 2021 Florian Weimer <fweimer@redhat.com> - 198-1
- ELN: Enable -march=x86-64-v2 for Clang as well