From b4b0d2c4a3bd0d54de73e2177c865446a532b654 Mon Sep 17 00:00:00 2001 From: Ivan Lezhnjov IV Date: Fri, 12 Apr 2013 13:26:33 -0700 Subject: [PATCH] Fixes wrong Source URL Signed-off-by: Ivan Lezhnjov IV --- packaging/rpm/ansible.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 6b1419cc7ed..425848de13e 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -11,7 +11,7 @@ Version: 1.2rc Group: Development/Libraries License: GPLv3 -Source0: https://github.com/downloads/ansible/ansible/%{name}-%{version}.tar.bz2 +Source0: http://ansible.cc/releases/%{name}-%{version}.tar.bz2 Url: http://ansible.github.com BuildArch: noarch