summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-05-01 15:40:39 -0700
committerMichael DeHaan <michael.dehaan@gmail.com>2012-05-01 15:40:39 -0700
commit5a156d6817e1f4fc77801bad22e4ddbd0719b57e (patch)
tree6df395cb678374532ce808da0643ff67908dcc41
parentae3595e9bc9e9ef0663239c170ab36833b1cbbaf (diff)
parent38c3f28ffb384f458a969855e9eca3fb6bd3023e (diff)
downloadansible-0.3.1.tar.gz
Merge pull request #286 from tbielawa/PkgReviewRetagFixes0.3.1
Pkg review retag fixes
-rw-r--r--MANIFEST.in2
-rw-r--r--VERSION2
-rw-r--r--docs/man/man1/ansible-playbook.111
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in2
-rw-r--r--docs/man/man1/ansible.16
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/rpm/ansible.spec23
-rw-r--r--setup.py2
8 files changed, 21 insertions, 29 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4765bd548d..98592d83a2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include README.md packaging/rpm/ansible.spec
+include README.md packaging/rpm/ansible.spec COPYING
include examples/hosts
include packaging/distutils/setup.py
recursive-include docs *
diff --git a/VERSION b/VERSION
index be58634173..9e11b32fca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3
+0.3.1
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index 2128164371..93be1a7cf0 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 04/17/2012
+.\" Date: 05/01/2012
.\" Manual: System administration commands
-.\" Source: Ansible 0.0.2
+.\" Source: Ansible 0.3.1
.\" Language: English
.\"
-.TH "ANSIBLE\-PLAYBOOK" "1" "04/17/2012" "Ansible 0\&.0\&.2" "System administration commands"
+.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -42,10 +42,11 @@ ansible\-playbook <filename\&.yml> \&... [options]
The names of one or more YAML format files to run as ansible playbooks\&.
.RE
.SH "OPTIONS"
-.sp
+.PP
\fB\-D\fR, \fB\-\-debug\fR
-.sp
+.RS 4
Print any messages the remote module sends to standard error to the console
+.RE
.PP
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
.RS 4
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index e478ab60c8..e67c50baed 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -34,7 +34,7 @@ The names of one or more YAML format files to run as ansible playbooks.
OPTIONS
-------
-*-D*, *--debug*
+*-D*, *--debug*::
Print any messages the remote module sends to standard error to the console
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index f5a6f37a1c..e235ac6d43 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 04/17/2012
+.\" Date: 05/01/2012
.\" Manual: System administration commands
-.\" Source: Ansible 0.0.2
+.\" Source: Ansible 0.3.1
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "04/17/2012" "Ansible 0\&.0\&.2" "System administration commands"
+.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 2cef953897..13877388f0 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.3'
+__version__ = '0.3.1'
__author__ = 'Michael DeHaan'
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index e0d199c93b..e41bd926e8 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -1,15 +1,10 @@
-%if 0%{?rhel} <= 5
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-%endif
-
Name: ansible
Release: 1%{?dist}
Summary: Minimal SSH command and control
-Version: 0.3
+Version: 0.3.1
Group: Development/Libraries
-License: GPLv3
+License: GPLv3+
Source0: https://github.com/downloads/ansible/ansible/%{name}-%{version}.tar.gz
Url: http://ansible.github.com
@@ -21,14 +16,12 @@ Requires: python-paramiko
Requires: python-jinja2
%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 or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
-
%prep
%setup -q
@@ -44,21 +37,19 @@ cp -v docs/man/man1/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ansible
cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%files
-%defattr(-,root,root)
%{python_sitelib}/ansible*
%{_bindir}/ansible*
%{_datadir}/ansible
%config(noreplace) %{_sysconfdir}/ansible
-%doc README.md PKG-INFO
+%doc README.md PKG-INFO COPYING
%doc %{_mandir}/man1/ansible*
-
%changelog
-* Mon Apr 23 2012 Michael DeHaan <mdehaan@redhat.com> - 0.3-1
+* Tue May 1 2012 Tim Bielawa <tbielawa@redhat.com> - 0.3.1-1
+- Release of 0.3.1. Mostly packaging related changes.
+
+* Mon Apr 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.3-1
- Release of 0.3
* Tue Apr 3 2012 John Eckersberg <jeckersb@redhat.com> - 0.0.2-1
diff --git a/setup.py b/setup.py
index 7afa0e4440..5a8875902a 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(name='ansible',
author=__author__,
author_email='michael.dehaan@gmail.com',
url='http://ansible.github.com/',
- license='GPLv3',
+ license='GPLv3+',
install_requires=['paramiko', 'jinja2', "PyYAML"],
package_dir={ 'ansible': 'lib/ansible' },
packages=[