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
This commit is contained in:
Michael Ströder 2017-10-03 08:35:52 +00:00 committed by Git OBS Bridge
parent 7fb97c17d4
commit 81019494bf
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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