diff --git a/ansible.spec b/ansible.spec index 9dcffc86709a149054228593e712345ffc746622..e7308f2ac0e2aad50d799eaf5d78b8120a158615 100644 --- a/ansible.spec +++ b/ansible.spec @@ -3,7 +3,7 @@ Name: ansible Summary: SSH-based configuration management, deployment, and task execution system Version: 2.5.5 -Release: 5 +Release: 6 License: Python-2.0 and MIT and GPL+ Url: http://ansible.com Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz @@ -73,22 +73,7 @@ are transferred to managed machines automatically. This package installs extensive documentation for ansible %prep -%setup -q -%patch0 -p1 -%patch100 -p1 -%patch101 -p1 -%patch102 -p1 -%patch103 -p1 -%patch106 -p1 -%patch108 -p1 -%patch109 -p1 -%patch110 -p1 -%patch111 -p1 -%patch112 -p1 -%patch113 -p1 -%patch114 -p1 -%patch115 -p1 -%patch116 -p1 +%autosetup -p1 %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} @@ -149,6 +134,9 @@ cp -pr docs/docsite/rst . %endif %changelog +* Tue May 09 2023 shenbowen - 2.5.5-6 +- modify %patchxxx -p1 to %autosetup -p1 + * Mon Feb 28 2022 wangkai - 2.5.5-5 - Fix CVE-2019-3828 and hostname module support openEuler - and add defination of is_subpath and remove module_response_deepcopy