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

This commit is contained in:
Kevin Fenzi 2013-09-19 10:58:06 -06:00
commit a7b4e000c9
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/ansible-1.2.3.tar.gz
/ansible-1.3.0.tar.gz
/ansible-1.3.1.tar.gz
/ansible-1.3.2.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.1
Version: 1.3.2
Release: 1%{?dist}
Group: Development/Libraries
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Thu Sep 19 2013 Kevin Fenzi <kevin@scrye.com> 1.3.2-1
- Update to 1.3.2 with minor upstream fixes
* Mon Sep 16 2013 Kevin Fenzi <kevin@scrye.com> 1.3.1-1
- Update to 1.3.1

View file

@ -1 +1 @@
6b01c7171ac615b359be3ae19662185a ansible-1.3.1.tar.gz
458294283abef85548c6711364f86667 ansible-1.3.2.tar.gz