From 8b78ba095c45c3fe60015cfc41965e37d0ecfdf0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 15 Aug 2019 16:04:58 +0200 Subject: [PATCH] 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. --- lib/ansible/modules/packaging/os/zypper.py | 2 +- lib/ansible/modules/packaging/os/zypper_repository.py | 2 +- packaging/rpm/ansible.spec | 2 +- 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 368d5ec2d36..a49540803d0 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 da33c206dbc..13d1c94272f 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 dae1dc541b3..e606f6f9e47 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