diff --git a/ansible.changes b/ansible.changes index a6f7df3..6f92a83 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 3 08:24:58 UTC 2017 - jengelh@inai.de + +- Remove radical wording from descriptions. + Use improved find syntax. + ------------------------------------------------------------------- Sat Sep 23 09:05:01 UTC 2017 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index f72a228..fcf4b30 100644 --- a/ansible.spec +++ b/ansible.spec @@ -26,7 +26,7 @@ BuildArch: noarch Name: ansible Version: 2.4.0.0 Release: 0 -Summary: Radically simple IT automation +Summary: Software automation engine License: GPL-3.0 Group: Development/Languages/Python Url: http://ansible.com/ @@ -106,7 +106,7 @@ Requires: sshpass %endif %description -Ansible is a radically simple IT automation system. It handles +Ansible is an IT automation system. It handles configuration-management, application deployment, cloud provisioning, ad-hoc task-execution, and multinode orchestration - including trivializing things like zero downtime rolling updates with load balancers. @@ -114,7 +114,7 @@ like zero downtime rolling updates with load balancers. %prep %setup -q -n ansible-%{version} find . -name .git_keep -delete -find contrib/ -type f -exec chmod 644 {} \; +find contrib/ -type f -exec chmod 644 {} + %build %{__python} setup.py build