diff --git a/MANIFEST.in b/MANIFEST.in index 4765bd548dd..98592d83a21 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 be586341736..9e11b32fcaa 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 2128164371b..93be1a7cf06 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 -.\" 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 \&... [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 e478ab60c89..e67c50baedc 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 f5a6f37a1cb..e235ac6d434 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 -.\" 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 2cef9538979..13877388f0b 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 . -__version__ = '0.3' +__version__ = '0.3.1' __author__ = 'Michael DeHaan' diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index e0d199c93b6..e41bd926e88 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 - 0.3-1 +* Tue May 1 2012 Tim Bielawa - 0.3.1-1 +- Release of 0.3.1. Mostly packaging related changes. + +* Mon Apr 23 2012 Michael DeHaan - 0.3-1 - Release of 0.3 * Tue Apr 3 2012 John Eckersberg - 0.0.2-1 diff --git a/setup.py b/setup.py index 7afa0e4440e..5a8875902aa 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=[