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.
|
||||
# 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
|
||||
'''
|
||||
|
|
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue