From 1f415a5aedfaf680bd53b509aa8e90566bd45f2e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Jan 13 2024 05:40:07 +0000 Subject: Remove unused python3-mock dependency --- diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec index 5224c92..325e866 100644 --- a/python-ansible-runner.spec +++ b/python-ansible-runner.spec @@ -11,7 +11,7 @@ Name: python-%{pypi_name} Version: 2.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool and python library to interface with Ansible License: ASL 2.0 @@ -21,7 +21,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: ansible-core -BuildRequires: python3dist(mock) BuildRequires: python3dist(pbr) BuildRequires: python3dist(pip) BuildRequires: python3dist(psutil) @@ -95,6 +94,9 @@ ln -s ansible-runner-%{python3_version} %{buildroot}/%{_bindir}/ansible-runner-3 %{_datadir}/ansible-runner/utils %changelog +* Sat Jan 13 2024 Maxwell G - 2.3.4-2 +- Remove unused python3-mock dependency + * Fri Sep 08 2023 Dan Radez - 2.3.4-1 - update to 2.3.4 rhbz#2236131