From c14703ac46bc92f248edcadf2a4829683e48553b Mon Sep 17 00:00:00 2001 From: Sergey Date: Wed, 13 Oct 2021 15:45:02 +0300 Subject: [PATCH] Add option for ansible-core in RPM spec file (#325) --- ansible-collection-containers-podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-collection-containers-podman.spec b/ansible-collection-containers-podman.spec index 36bbf7a..01b1af7 100644 --- a/ansible-collection-containers-podman.spec +++ b/ansible-collection-containers-podman.spec @@ -10,7 +10,7 @@ License: GPLv3+ URL: %{ansible_collection_url} Source: https://github.com/containers/ansible-podman-collections/archive/%{version}.tar.gz -BuildRequires: ansible >= 2.9.10 +BuildRequires: (ansible >= 2.9.10 or ansible-core >= 2.11.0) BuildArch: noarch