mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Release version bump
This commit is contained in:
parent
979b778430
commit
975c323e39
10 changed files with 26 additions and 23 deletions
|
@ -1,3 +1,9 @@
|
|||
ansible (0.8) unstable; urgency=low
|
||||
|
||||
* 0.8 release pending
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Thu, 06 Aug 2012 18:50:01 -0400
|
||||
|
||||
ansible (0.7) unstable; urgency=low
|
||||
|
||||
* 0.7 update
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ansible
|
||||
PORTVERSION= 0.7
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= devel www textproc python
|
||||
MASTER_SITES= https://github.com/downloads/ansible/ansible/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
Name: ansible
|
||||
Release: 1%{?dist}
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3
|
||||
|
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc examples/playbooks
|
||||
|
||||
%changelog
|
||||
* Thu Aug 7 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.8-0
|
||||
- pending
|
||||
|
||||
* Thu Aug 6 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7-0
|
||||
- Release of 0.7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue