diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-22 01:19:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-22 01:19:13 +0000 |
commit | d0a382483d6d3063adf2a53e4d5616d27d1795ab (patch) | |
tree | 6824391d555e223453c32627160384b00ebbcc47 | |
parent | 06d9345d9cead51d3be50aabc3731150d757960c (diff) |
automatic import of ansible
-rw-r--r-- | ansible.spec | 17 |
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} |