Fix capitalization of SUSE (#60625)
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:
parent
c2160274c6
commit
8b78ba095c
3 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ notes:
|
||||||
it is much more efficient to pass the list directly to the `name` option.
|
it is much more efficient to pass the list directly to the `name` option.
|
||||||
# informational: requirements for nodes
|
# informational: requirements for nodes
|
||||||
requirements:
|
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
|
- python-xml
|
||||||
- rpm
|
- rpm
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -90,7 +90,7 @@ options:
|
||||||
|
|
||||||
|
|
||||||
requirements:
|
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
|
- python-xml
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ Requires: python-setuptools
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# SuSE/openSuSE
|
# SUSE/openSUSE
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
|
Loading…
Reference in a new issue