Fix version requirement of gprofng package

This commit is contained in:
Nick Clifton 2023-03-08 18:05:51 +00:00
parent fb35f3c111
commit 9fe14c4dd6

View File

@ -416,7 +416,7 @@ linker, and it may become deprecated in the future.
%package gprofng
Summary: Next Generating code profiling tool
Provides: gprofng = %{version}-%{release}
Requires: binutils >= %{version}
Requires: binutils = %{version}-%{release}
%description gprofng
GprofNG is the GNU Next Generation Profiler for analyzing the performance