Actually apply rocky linux patch.

This commit is contained in:
Kevin Fenzi 2021-07-28 11:14:52 -07:00
commit ebf233cd8f

View file

@ -10,7 +10,7 @@
Name: ansible
Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.9.24
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
@ -148,6 +148,7 @@ developed for ansible.
%prep
%setup -q -n %{name}-%{version}
%patch1 -p1
%patch2 -p1
%if 0%{?with_python3}
@ -313,6 +314,9 @@ cp -pr docs/docsite/rst .
%endif
%changelog
* Wed Jul 28 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.24-2
- Actually apply rocky linux patch.
* Sun Jul 25 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.24-1
- Update to 2.9.24. Fixes rhbz#1983837