Actually apply rocky linux patch.
This commit is contained in:
parent
8608b6c9f8
commit
ebf233cd8f
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue