From 81019494bf9e999d58c804f418cc31a0666a7ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Tue, 3 Oct 2017 08:35:52 +0000 Subject: [PATCH] Accepting request 530746 from home:jengelh:branches:systemsmanagement - Remove radical wording from descriptions. Use improved find syntax. OBS-URL: https://build.opensuse.org/request/show/530746 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=91 --- ansible.changes | 6 ++++++ ansible.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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