Update annobin plugin patch - don't require annobin-plugin-gcc

Resolves: #2030667
This commit is contained in:
Marek Polacek 2022-01-04 14:01:21 -05:00
parent 2e9ffefb81
commit d893b3c7dc

View File

@ -228,8 +228,6 @@ BuildRequires: graphviz, dblatex, texlive-collection-latex, docbook5-style-xsl
%if %{with annobin_plugin}
# Starting with release 10.01 annobin fixed a bug in its configure scripts which prevented them from working with a built but not installed compiler
BuildRequires: annobin >= 10.01
# Starting with release 9.93 annobin-plugin-gcc puts a copy of the sources in /usr/src/annobin
BuildRequires: annobin-plugin-gcc
# See The %%install phase for why we need xz.
BuildRequires: xz
%endif