diff --git a/ansible.spec b/ansible.spec index 81243baa841f16ce50b4ac5e6e67a588edae4582..5c6c0748a4c690602217797aeb7fea23bf105921 100644 --- a/ansible.spec +++ b/ansible.spec @@ -10,7 +10,7 @@ Name: ansible Summary: SSH-based configuration management, deployment, and task execution system Version: 2.9.27 -Release: 3 +Release: 4 License: Python-2.0 and MIT and GPL+ Url: http://ansible.com Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz @@ -46,8 +46,7 @@ Obsoletes: %{name}-doc < %{name}-%{release} %{common_desc} %prep -%setup -q -%patch0 -p1 +%autosetup -p1 rm -rf %{py3dir} cp -a . %{py3dir} @@ -99,6 +98,9 @@ cp -pr docs/docsite/rst . %endif %changelog +* Tue May 09 2023 shenbowen - 2.9.27-4 +- modify %patchxxx -p1 to %autosetup -p1 + * Wed Apr 19 2023 liyanan - 2.9.27-3 - Remove with_python3 macros and python3-nose buildRequire