From f97b7b101c7b0d64c95254824e6bf43294a51a45 Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Nov 04 2019 11:02:50 +0000 Subject: Fix ansible requirements. Signed-off-by: Andrei Stepanov --- diff --git a/standard-test-roles.spec b/standard-test-roles.spec index f316e63..09990bd 100644 --- a/standard-test-roles.spec +++ b/standard-test-roles.spec @@ -1,6 +1,6 @@ Name: standard-test-roles Version: 4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Standard Test Interface Ansible roles License: MIT @@ -9,7 +9,7 @@ Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils -Requires: ansible-python3 fmf +Requires: ansible fmf # We want the real ssh for Ansible, otherwise it may fall back to paramiko # which doesn't work in a whole lot of scenarios. Ref: PR1 for STR. Requires: openssh-clients @@ -67,6 +67,9 @@ cp -p inventory/* %{buildroot}%{_datadir}/ansible/inventory/ %{_datadir}/ansible/inventory/standard-inventory-docker %changelog +* Mon Nov 04 2019 Andrei Stepanov - 4.5-2 +- Fix ansible requirements. + * Thu Oct 31 2019 Andrei Stepanov - 4.5-1 - Build with the latest merged PRs.