Skip to content

Commit

Permalink
Fix capitalization of SUSE (ansible#60625)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ajaeger authored and acozine committed Aug 15, 2019
1 parent c216027 commit 8b78ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/packaging/os/zypper.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
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
'''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/packaging/os/zypper_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
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
'''

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b78ba0

Please sign in to comment.