Remove redundant version number form version string
Resolves: RHEL-95996
This commit is contained in:
parent
77d16d4430
commit
bbdc77bc40
@ -25,11 +25,11 @@
|
||||
|
||||
%if %have_scl_utils
|
||||
%global long_name %scl Software Collection
|
||||
%global version_string %{?scl_name} %{gts_ver} Software Collection
|
||||
%global version_string %{?scl_name} Software Collection
|
||||
BuildRequires: scl-utils-build
|
||||
%else
|
||||
%global long_name GCC Toolset %gts_ver
|
||||
%global version_string %{?scl_name} %{gts_ver}
|
||||
%global version_string %{?scl_name}
|
||||
%include %{_sourcedir}/macros.gts
|
||||
%endif
|
||||
%{?scl_package:%scl_package %scl}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user