mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Release stuff
This commit is contained in:
parent
9afb7c1ed0
commit
5890a2a9da
2 changed files with 5 additions and 2 deletions
|
@ -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__ = '1.0'
|
__version__ = '0.9'
|
||||||
__author__ = 'Michael DeHaan'
|
__author__ = 'Michael DeHaan'
|
||||||
|
|
|
@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: SSH-based configuration management, deployment, and task execution system
|
Summary: SSH-based configuration management, deployment, and task execution system
|
||||||
Version: 0.9
|
Version: 1.0
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc README.md PKG-INFO COPYING
|
%doc README.md PKG-INFO COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
|
||||||
|
- Release pending
|
||||||
|
|
||||||
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
|
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
|
||||||
- Release 0.9
|
- Release 0.9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue