commit b4892a200a265623bc2dd0c522eb2a72d74efb99 Author: zhaoleilc <15247232416@163.com> Date: Sat Oct 17 18:04:52 2020 +0800 Fix several typos in some explanatory notes This patch changes "dont" to "don't" in some explanatory notes Change-Id: Icc3bfbe75d553f1fbef132882ea4731352003445 diff --git a/openstack/mistral/mistral.spec.j2 b/openstack/mistral/mistral.spec.j2 index 966b0f2..b0a0949 100644 --- a/openstack/mistral/mistral.spec.j2 +++ b/openstack/mistral/mistral.spec.j2 @@ -186,7 +186,7 @@ chmod +x %{buildroot}%{_bindir}/mistral* %openstack_pre_user_group_create mistral mistral %check -# we dont want hacking/pep8 tests +# we don't want hacking/pep8 tests rm -r mistral/tests/unit/hacking/ %{__python3} -m stestr.cli run diff --git a/openstack/openstackdocstheme/openstackdocstheme.spec.j2 b/openstack/openstackdocstheme/openstackdocstheme.spec.j2 index 9c5a3f4..53d3b11 100644 --- a/openstack/openstackdocstheme/openstackdocstheme.spec.j2 +++ b/openstack/openstackdocstheme/openstackdocstheme.spec.j2 @@ -33,7 +33,7 @@ to docs.openstack.org. Intended for use by OpenStack projects. %prep %autosetup -p1 -n {{ pypi_name }}-{{ upstream_version }} -# we dont need hacking +# we don't need hacking sed -i '/^hacking.*/d' test-requirements.txt %py_req_cleanup diff --git a/openstack/os-win/os-win.spec.j2 b/openstack/os-win/os-win.spec.j2 index 2f86413..595b29b 100644 --- a/openstack/os-win/os-win.spec.j2 +++ b/openstack/os-win/os-win.spec.j2 @@ -61,7 +61,7 @@ Documentation for the Hyper-V library. %prep %autosetup -n {{ pypi_name }}-{{ upstream_version }} %py_req_cleanup -# we dont want to run the hacking tests again (and dont want the needed deps) +# we don't want to run the hacking tests again (and don't want the needed deps) rm -f os_win/tests/unit/test_hacking.py %build diff --git a/openstack/python-manilaclient/python-manilaclient.spec.j2 b/openstack/python-manilaclient/python-manilaclient.spec.j2 index 3d76e9a..4cf5ddd 100644 --- a/openstack/python-manilaclient/python-manilaclient.spec.j2 +++ b/openstack/python-manilaclient/python-manilaclient.spec.j2 @@ -80,7 +80,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} install -p -D -m 644 tools/manila.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/manila.bash_completion %check -# we dont want to depend on Tempest so remove the relevant tests +# we don't want to depend on Tempest so remove the relevant tests rm -f manilaclient/tests/unit/test_shell.py rm -f manilaclient/tests/unit/test_functional_utils.py rm -rf manilaclient/tests/functional diff --git a/openstack/python-zunclient/python-zunclient.spec.j2 b/openstack/python-zunclient/python-zunclient.spec.j2 index 6a78498..81a1f41 100644 --- a/openstack/python-zunclient/python-zunclient.spec.j2 +++ b/openstack/python-zunclient/python-zunclient.spec.j2 @@ -79,7 +79,7 @@ install -p -D -m 644 tools/zun.bash_completion %{buildroot}%{_sysconfdir}/bash_c %check export OS_TEST_PATH=./zunclient/tests/unit/ -# we dont want to depend on Tempest so remove the relevant tests +# we don't want to depend on Tempest so remove the relevant tests rm -f zunclient/tests/unit/test_shell.py rm -f zunclient/tests/unit/test_functional_utils.py rm -rf zunclient/tests/functional diff --git a/openstack/reno/reno.spec.j2 b/openstack/reno/reno.spec.j2 index 0dd9bde..9893f33 100644 --- a/openstack/reno/reno.spec.j2 +++ b/openstack/reno/reno.spec.j2 @@ -50,7 +50,7 @@ repository and then building documentation from them. %prep %autosetup -p1 -n {{ pypi_name}}-{{ upstream_version }} -# we dont need hacking +# we don't need hacking sed -i '/^hacking.*/d' test-requirements.txt %py_req_cleanup