Fix capitalization of SUSE ()

The openSUSE project was always capitalized openSUSE, and SUSE does not
use the lowercase "u" since over 15 years. Let's update the docs for
this.
This commit is contained in:
Andreas Jaeger 2019-08-15 16:04:58 +02:00 committed by Alicia Cozine
parent c2160274c6
commit 8b78ba095c
3 changed files with 3 additions and 3 deletions
lib/ansible/modules/packaging/os
packaging/rpm

View file

@ -118,7 +118,7 @@ notes:
it is much more efficient to pass the list directly to the `name` option.
# informational: requirements for nodes
requirements:
- "zypper >= 1.0 # included in openSuSE >= 11.1 or SuSE Linux Enterprise Server/Desktop >= 11.0"
- "zypper >= 1.0 # included in openSUSE >= 11.1 or SUSE Linux Enterprise Server/Desktop >= 11.0"
- python-xml
- rpm
'''

View file

@ -90,7 +90,7 @@ options:
requirements:
- "zypper >= 1.0 # included in openSuSE >= 11.1 or SuSE Linux Enterprise Server/Desktop >= 11.0"
- "zypper >= 1.0 # included in openSUSE >= 11.1 or SUSE Linux Enterprise Server/Desktop >= 11.0"
- python-xml
'''

View file

@ -64,7 +64,7 @@ Requires: python-setuptools
Requires: python-six
%endif
# SuSE/openSuSE
# SUSE/openSUSE
%if 0%{?suse_version}
BuildRequires: python-devel
BuildRequires: python-setuptools