summaryrefslogtreecommitdiff
path: root/ansible.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.spec')
-rw-r--r--ansible.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/ansible.spec b/ansible.spec
index 6a0ebf7..b48bd52 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -11,15 +11,12 @@ Source0: https://files.pythonhosted.org/packages/e9/49/50f294cc11269e8dda6625549
# Source3: macros.ansible
Url: http://ansible.com
-Conflicts: ansible >= 10
+
BuildArch: noarch
-%description
-Ansible is a radically simple model-driven configuration management,
-multi-node deployment, and remote task execution system. Ansible works
-over SSH and does not require any software or daemons to be installed
-on remote nodes. Extension modules can be written in any language and
-are transferred to managed machines automatically.
+Provides: ansible = %{version}
+Conflicts: ansible >= 10
+
# Base build requires
BuildRequires: python3-devel
@@ -32,6 +29,12 @@ BuildRequires: python3-ansible-core = 2.16.10
# General requires
Requires: python3-ansible-core = 2.16.10
+%description
+Ansible is a radically simple model-driven configuration management,
+multi-node deployment, and remote task execution system. Ansible works
+over SSH and does not require any software or daemons to be installed
+on remote nodes. Extension modules can be written in any language and
+are transferred to managed machines automatically.
%prep
%autosetup -n ansible-%{version}