diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-06-10 15:23:51 -0400 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-06-10 15:24:09 -0400 |
commit | f67c13f8f10a6f8e0343a3c3d4e8ad7737ed28ab (patch) | |
tree | 5f6aa2c20c628f76f0f12ead42e1b4bea37a88dd /packaging | |
parent | ba21f8e3d35c99df4dfba92fa036c59b069df2b9 (diff) | |
download | ansible-f67c13f8f10a6f8e0343a3c3d4e8ad7737ed28ab.tar.gz |
Update packaging dates in preparation for release.v1.2
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 6 | ||||
-rw-r--r-- | packaging/macports/sysutils/ansible/Portfile | 6 | ||||
-rw-r--r-- | packaging/rpm/ansible.spec | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 14ec69e176..6e6a5e5b76 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,14 +1,14 @@ ansible (1.2) unstable; urgency=low - * release pending + * 1.2 release - -- Michael DeHaan <michael.dehaan@gmail.com> Tue, 02 Mar 2014 20:38:01 -0500 + -- Michael DeHaan <michael.dehaan@gmail.com> Mon, 10 June 2013 15:00:00 -0500 ansible (1.1) unstable; urgency=low * 1.1 release - -- Michael DeHaan <michael.dehaan@gmail.com> Tue, 02 Mar 2014 20:38:00 -0500 + -- Michael DeHaan <michael.dehaan@gmail.com> Tue, 02 Mar 2013 20:38:00 -0500 ansible (1.0) unstable; urgency=low diff --git a/packaging/macports/sysutils/ansible/Portfile b/packaging/macports/sysutils/ansible/Portfile index 1fefbb71aa..f06abf24d0 100644 --- a/packaging/macports/sysutils/ansible/Portfile +++ b/packaging/macports/sysutils/ansible/Portfile @@ -11,12 +11,12 @@ supported_archs noarch maintainers nomaintainer -homepage http://ansible.cc/ +homepage http://ansibleworks.com/ description SSH-based configuration management and deployment system long_description \ Ansible is a radically simple model-driven configuration \ - management, multi-node deployment, and remote task execution \ - system. Ansible works over SSH and does not require any software \ + management, multi-node deployment, and orchestration \ + engine. 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. diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index eba2d7f2f9..e7bc3ab1fa 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -5,7 +5,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Release: 1%{?dist} -Summary: SSH-based configuration management, deployment, and task execution system +Summary: SSH-based configuration management, deployment, and orchestration engine Version: 1.2 Group: Development/Libraries @@ -31,7 +31,7 @@ Requires: python-jinja2 %description Ansible is a radically simple model-driven configuration management, -multi-node deployment, and remote task execution system. Ansible works +multi-node deployment, and orchestration engine. 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. @@ -116,8 +116,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0 -* release pending +* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0 +* Release 1.2 * Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0 * Release 1.1 |