diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-21 02:31:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-21 02:31:09 +0000 |
commit | 552ab67752250008fa886c75db318ad9b9c34fe5 (patch) | |
tree | 8203a4ae816d9dab4d3c562360a23ec20e379407 | |
parent | 068afcdd1d09fe9ec0f947a05600e60af1b30ebd (diff) |
automatic import of ansible-coreopeneuler24.03_LTS
-rw-r--r-- | ansible-core.spec | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/ansible-core.spec b/ansible-core.spec index 344d05a..976d053 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -4,19 +4,19 @@ Ansible is a radically simple IT automation system. \ It handles configuration management, application deployment, \ cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. +Summary: Radically simple IT automation Name: ansible-core Version: 2.16.10 Release: 1 -Summary: Radically simple IT automation + License: GPLv3+ -URL: https://ansible.com/ Source0: https://files.pythonhosted.org/packages/c3/94/a4ce3ff57aebbf5350ea983b6e67b769711449241423d47d8ee3724e3062/ansible_core-2.16.10.tar.gz - +URL: https://ansible.com/ BuildArch: noarch -%description -%{common_description} + Provides: ansible-core = %{version} +Obsoletes: ansible-python3 < %{version}-%{release} # cannot be installed with ansible < 3 or ansible-base Conflicts: ansible < 3 @@ -45,8 +45,13 @@ Requires: python3-cryptography Requires: python3-packaging Requires: python3-resolvelib < 1.1.0 Requires: python3-resolvelib >= 0.5.3 -%description -n ansible-core -%{common_description} + +%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. %package help |