From c5068cb061f6fac9ab665757f9908290af88ea6c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 22 Aug 2024 02:52:48 +0000 Subject: automatic import of ansible --- ansible.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible.spec b/ansible.spec index b8afb27..ec40b55 100644 --- a/ansible.spec +++ b/ansible.spec @@ -35,9 +35,21 @@ 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} +# dependency tokens must begin with alpha-numeric +sed -i "s/~= 2.16.10/>= 2.16.10/g" setup.cfg + +for file in .git_keep .travis.yml ; do + find . -name "$file" -delete +done + +# remove .keep and .gitignore files +find ./ansible_collections/ -iname .gitignore -delete +find ./ansible_collections/ -iname .keep -delete + %build %py3_build -- cgit v1.2.3