Drop mention of Software collections from all documentation

Adapted to c9s.

Related: RHEL-81741
Resolves: RHEL-91830
(cherry picked from commit 87488aeddb)
This commit is contained in:
Siddhesh Poyarekar 2025-05-15 11:32:23 -04:00 committed by Siddhesh Poyarekar
parent 96a033abfd
commit 3689f84db2

View File

@ -113,10 +113,15 @@ EOF
%build
# Temporary helper script used by help2man.
%if %have_scl_utils
%define version_string %{?scl_name} %{version} Software Collection
%else
%define version_string %{?scl_name} %{version}
%endif
cat <<\EOF | tee h2m_helper
#!/bin/sh
if [ "$1" = "--version" ]; then
printf '%%s' "%{?scl_name} %{version} Software Collection"
printf '%%s' "%{version_string}"
else
cat README
fi