mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Back-porting 1.6.x release info into CHANGELOG/RELEASES and packaging
This commit is contained in:
parent
917ad8da72
commit
550bef490e
4 changed files with 62 additions and 3 deletions
|
@ -4,11 +4,29 @@ ansible (1.7) unstable; urgency=low
|
|||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 07 May 2014 15:00:03 -0500
|
||||
|
||||
ansible (1.6.3) unstable; urgency=low
|
||||
|
||||
* 1.6.3 release
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Mon, 09 Jun 2014 16:30:00 -0500
|
||||
|
||||
ansible (1.6.2) unstable; urgency=low
|
||||
|
||||
* 1.6.2 release
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Fri, 23 May 2014 17:30:00 -0500
|
||||
|
||||
ansible (1.6.1) unstable; urgency=low
|
||||
|
||||
* 1.6.1 release
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Wed, 07 May 2014 13:30:00 -0500
|
||||
|
||||
ansible (1.6) unstable; urgency=low
|
||||
|
||||
* 1.6.0 release
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Mon, 05 May 2014 17:30:03 -0500
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Mon, 05 May 2014 17:30:03 -0500
|
||||
|
||||
ansible (1.5.5) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
%define name ansible
|
||||
%define ansible_version $VERSION
|
||||
|
||||
%if 0%{?rhel} == 5
|
||||
%define __python /usr/bin/python26
|
||||
%endif
|
||||
|
||||
Name: %{name}
|
||||
Version: 1.6
|
||||
Version: %{ansible_version}
|
||||
Release: 1%{?dist}
|
||||
Url: http://www.ansible.com
|
||||
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
|
||||
|
@ -114,6 +115,15 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Mon Jun 09 2014 Michael DeHaan <michael@ansible.com> - 1.6.3
|
||||
- Release 1.6.3
|
||||
|
||||
* Fri May 23 2014 Michael DeHaan <michael@ansible.com> - 1.6.2
|
||||
- Release 1.6.2
|
||||
|
||||
* Wed May 07 2014 Michael DeHaan <michael@ansible.com> - 1.6.1
|
||||
- Release 1.6.1
|
||||
|
||||
* Mon May 05 2014 Michael DeHaan <michael@ansible.com> - 1.6.0
|
||||
- Release 1.6.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue