summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <jaegerandi@gmail.com>2019-08-15 16:04:58 +0200
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-08-15 09:04:58 -0500
commit8b78ba095c45c3fe60015cfc41965e37d0ecfdf0 (patch)
treedae0ed267648b75c43037fffdc1f4e43e3e67457
parentc2160274c66831c29e5543e9acdee3051d694e82 (diff)
downloadansible-8b78ba095c45c3fe60015cfc41965e37d0ecfdf0.tar.gz
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.
-rw-r--r--lib/ansible/modules/packaging/os/zypper.py2
-rw-r--r--lib/ansible/modules/packaging/os/zypper_repository.py2
-rw-r--r--packaging/rpm/ansible.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/modules/packaging/os/zypper.py b/lib/ansible/modules/packaging/os/zypper.py
index 368d5ec2d3..a49540803d 100644
--- a/lib/ansible/modules/packaging/os/zypper.py
+++ b/lib/ansible/modules/packaging/os/zypper.py
@@ -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
'''
diff --git a/lib/ansible/modules/packaging/os/zypper_repository.py b/lib/ansible/modules/packaging/os/zypper_repository.py
index da33c206db..13d1c94272 100644
--- a/lib/ansible/modules/packaging/os/zypper_repository.py
+++ b/lib/ansible/modules/packaging/os/zypper_repository.py
@@ -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
'''
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index dae1dc541b..e606f6f9e4 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -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