From f67c13f8f10a6f8e0343a3c3d4e8ad7737ed28ab Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 10 Jun 2013 15:23:51 -0400 Subject: Update packaging dates in preparation for release. --- CHANGELOG.md | 2 +- packaging/debian/changelog | 6 +++--- packaging/macports/sysutils/ansible/Portfile | 6 +++--- packaging/rpm/ansible.spec | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3234358ca..74ee524cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Ansible Changes By Release ========================== -1.2 "Right Now" -- release pending +1.2 "Right Now" -- June 10, 2013 Core Features: 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 Tue, 02 Mar 2014 20:38:01 -0500 + -- Michael DeHaan Mon, 10 June 2013 15:00:00 -0500 ansible (1.1) unstable; urgency=low * 1.1 release - -- Michael DeHaan Tue, 02 Mar 2014 20:38:00 -0500 + -- Michael DeHaan 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 - 1.2-0 -* release pending +* Mon Jun 10 2013 Michael DeHaan - 1.2-0 +* Release 1.2 * Tue Apr 2 2013 Michael DeHaan - 1.1-0 * Release 1.1 -- cgit v1.2.1