From ebf233cd8f2c19b58090532c757932131b2539be Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Jul 2021 11:14:52 -0700 Subject: [PATCH] Actually apply rocky linux patch. --- ansible.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible.spec b/ansible.spec index 14c6930..a0c9c99 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.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 - 2.9.24-2 +- Actually apply rocky linux patch. + * Sun Jul 25 2021 Kevin Fenzi - 2.9.24-1 - Update to 2.9.24. Fixes rhbz#1983837