Merge remote-tracking branch 'origin/master' into el6

This commit is contained in:
Kevin Fenzi 2013-10-29 16:04:18 -06:00
commit f65066ada2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/ansible-1.3.1.tar.gz
/ansible-1.3.2.tar.gz
/ansible-1.3.3.tar.gz
/ansible-1.3.4.tar.gz

View file

@ -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.3
Version: 1.3.4
Release: 1%{?dist}
Group: Development/Libraries
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Tue Oct 29 2013 Kevin Fenzi <kevin@scrye.com> 1.3.4-1
- Update to 1.3.4
* Tue Oct 08 2013 Kevin Fenzi <kevin@scrye.com> 1.3.3-1
- Update to 1.3.3

View file

@ -1 +1 @@
c774bdaba421d231f0e45621b9e9cf63 ansible-1.3.3.tar.gz
ac03f64dae45fe9c034fa6f2ec98c8d2 ansible-1.3.4.tar.gz