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