Update to 1.4.5

This commit is contained in:
Kevin Fenzi 2014-02-12 20:22:10 -07:00
commit 13553cc9c7
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -20,3 +20,4 @@
/ansible-1.4.tar.gz
/ansible-1.4.1.tar.gz
/ansible-1.4.3.tar.gz
/ansible-1.4.5.tar.gz

View file

@ -9,13 +9,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Summary: SSH-based configuration management, deployment, and task execution system
Version: 1.4.3
Version: 1.4.5
Release: 1%{?dist}
Group: Development/Libraries
License: GPLv3
Source0: http://ansibleworks.com/releases/%{name}-%{version}.tar.gz
Url: http://ansibleworks.com
Source0: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
Url: http://ansible.com
BuildArch: noarch
%if 0%{?rhel} && 0%{?rhel} <= 5
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Wed Feb 12 2014 Kevin Fenzi <kevin@scrye.com> 1.4.5-1
- Update to 1.4.5
* Sat Dec 28 2013 Kevin Fenzi <kevin@scrye.com> 1.4.3-1
- Update to 1.4.3 with ansible galaxy commands.
- Adds python-httplib2 to requires

View file

@ -1 +1 @@
1078fe5bac935191d70aef5d471e0cf4 ansible-1.4.3.tar.gz
7d29c15b4b470632358a74ab9ff4adfd ansible-1.4.5.tar.gz