Update to 1.4

This commit is contained in:
Kevin Fenzi 2013-11-21 13:57:07 -07:00
commit c10ee8ca88
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

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

View file

@ -1 +1 @@
ac03f64dae45fe9c034fa6f2ec98c8d2 ansible-1.3.4.tar.gz
adc8b5113e4082d1d435642a381eea0d ansible-1.4.tar.gz