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:
parent
96a033abfd
commit
3689f84db2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user