[ansible] Update to 1.4.5

Kevin Fenzi kevin at fedoraproject.org
Thu Feb 13 03:21:39 UTC 2014


commit 13553cc9c7b0543642b00eb540699ccacf4f6254
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Feb 12 20:22:10 2014 -0700

    Update to 1.4.5

 .gitignore   |    1 +
 ansible.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3505390..3cee75e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/ansible.spec b/ansible.spec
index 29e0a9e..cd1a6d4 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -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 at scrye.com> 1.4.5-1
+- Update to 1.4.5
+
 * Sat Dec 28 2013 Kevin Fenzi <kevin at scrye.com> 1.4.3-1
 - Update to 1.4.3 with ansible galaxy commands.
 - Adds python-httplib2 to requires
diff --git a/sources b/sources
index f5330e2..e159359 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1078fe5bac935191d70aef5d471e0cf4  ansible-1.4.3.tar.gz
+7d29c15b4b470632358a74ab9ff4adfd  ansible-1.4.5.tar.gz


More information about the scm-commits mailing list