Temporary remove perl requirement

This commit is contained in:
Nick Clifton 2020-11-23 13:39:25 +00:00
parent e5c3e00287
commit d0070faffb

View File

@ -115,7 +115,7 @@ Requires: gcc
BuildRequires: gcc gcc-plugin-devel gcc-c++ BuildRequires: gcc gcc-plugin-devel gcc-c++
# The documentation uses pod2man... # The documentation uses pod2man...
BuildRequires: perl perl-podlators # BuildRequires: perl perl-podlators
%if %{with clangplugin} %if %{with clangplugin}
BuildRequires: clang clang-devel llvm llvm-devel compiler-rt gawk BuildRequires: clang clang-devel llvm llvm-devel compiler-rt gawk
%endif %endif
@ -323,7 +323,7 @@ fi
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
%changelog %changelog
* Tue Nov 18 2020 Nick Clifton <nickc@redhat.com> - 9.45-1 * Wed Nov 18 2020 Nick Clifton <nickc@redhat.com> - 9.45-1
- GCC plugin: Always record global notes for the .text.startup, - GCC plugin: Always record global notes for the .text.startup,
.text.exit, .text.hot and .text.cold sections. .text.exit, .text.hot and .text.cold sections.