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:
parent
7fb97c17d4
commit
81019494bf
@ -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
|
Sat Sep 23 09:05:01 UTC 2017 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ BuildArch: noarch
|
|||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 2.4.0.0
|
Version: 2.4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Radically simple IT automation
|
Summary: Software automation engine
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://ansible.com/
|
Url: http://ansible.com/
|
||||||
@ -106,7 +106,7 @@ Requires: sshpass
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%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
|
configuration-management, application deployment, cloud provisioning, ad-hoc
|
||||||
task-execution, and multinode orchestration - including trivializing things
|
task-execution, and multinode orchestration - including trivializing things
|
||||||
like zero downtime rolling updates with load balancers.
|
like zero downtime rolling updates with load balancers.
|
||||||
@ -114,7 +114,7 @@ like zero downtime rolling updates with load balancers.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n ansible-%{version}
|
%setup -q -n ansible-%{version}
|
||||||
find . -name .git_keep -delete
|
find . -name .git_keep -delete
|
||||||
find contrib/ -type f -exec chmod 644 {} \;
|
find contrib/ -type f -exec chmod 644 {} +
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user