mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bump release to 0.0.2
This commit is contained in:
parent
02d5e831ce
commit
5aad4bacc7
6 changed files with 13 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Minimal SSH command and control
|
Summary: Minimal SSH command and control
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
@ -54,5 +54,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 3 2012 John Eckersberg <jeckersb@redhat.com> - 0.0.2-1
|
||||||
|
- Release of 0.0.2
|
||||||
|
|
||||||
* Sat Mar 10 2012 <tbielawa@redhat.com> - 0.0.1-1
|
* Sat Mar 10 2012 <tbielawa@redhat.com> - 0.0.1-1
|
||||||
- Release of 0.0.1
|
- Release of 0.0.1
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: ansible-playbook
|
.\" Title: ansible-playbook
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: [see the "AUTHOR" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 03/23/2012
|
.\" Date: 04/03/2012
|
||||||
.\" Manual: System administration commands
|
.\" Manual: System administration commands
|
||||||
.\" Source: Ansible 0.0.1
|
.\" Source: Ansible 0.0.2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ANSIBLE\-PLAYBOOK" "1" "03/23/2012" "Ansible 0\&.0\&.1" "System administration commands"
|
.TH "ANSIBLE\-PLAYBOOK" "1" "04/03/2012" "Ansible 0\&.0\&.2" "System administration commands"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|
|
@ -2,7 +2,7 @@ ansible-playbook(1)
|
||||||
===================
|
===================
|
||||||
:doctype:manpage
|
:doctype:manpage
|
||||||
:man source: Ansible
|
:man source: Ansible
|
||||||
:man version: 0.0.1
|
:man version: 0.0.2
|
||||||
:man manual: System administration commands
|
:man manual: System administration commands
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: ansible
|
.\" Title: ansible
|
||||||
.\" Author: [see the "AUTHOR" section]
|
.\" Author: [see the "AUTHOR" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 03/23/2012
|
.\" Date: 04/03/2012
|
||||||
.\" Manual: System administration commands
|
.\" Manual: System administration commands
|
||||||
.\" Source: Ansible 0.0.1
|
.\" Source: Ansible 0.0.2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ANSIBLE" "1" "03/23/2012" "Ansible 0\&.0\&.1" "System administration commands"
|
.TH "ANSIBLE" "1" "04/03/2012" "Ansible 0\&.0\&.2" "System administration commands"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|
|
@ -2,7 +2,7 @@ ansible(1)
|
||||||
=========
|
=========
|
||||||
:doctype:manpage
|
:doctype:manpage
|
||||||
:man source: Ansible
|
:man source: Ansible
|
||||||
:man version: 0.0.1
|
:man version: 0.0.2
|
||||||
:man manual: System administration commands
|
:man manual: System administration commands
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
__version__ = '0.0.1'
|
__version__ = '0.0.2'
|
||||||
__author__ = 'Michael DeHaan'
|
__author__ = 'Michael DeHaan'
|
||||||
|
|
Loading…
Reference in a new issue