Merge remote-tracking branch 'origin/master' into el6
This commit is contained in:
commit
7bdbe83aba
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/ansible-1.3.0.tar.gz
|
||||
/ansible-1.3.1.tar.gz
|
||||
/ansible-1.3.2.tar.gz
|
||||
/ansible-1.3.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
|
||||
Name: ansible
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc examples/playbooks
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2013 Kevin Fenzi <kevin@scrye.com> 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Thu Sep 19 2013 Kevin Fenzi <kevin@scrye.com> 1.3.2-1
|
||||
- Update to 1.3.2 with minor upstream fixes
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
458294283abef85548c6711364f86667 ansible-1.3.2.tar.gz
|
||||
c774bdaba421d231f0e45621b9e9cf63 ansible-1.3.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue