diff options
author | Ivan Lezhnjov IV <ivan.lezhnjov.iv@gmail.com> | 2013-04-12 22:26:33 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-04-27 17:14:14 +0200 |
commit | b4b0d2c4a3bd0d54de73e2177c865446a532b654 (patch) | |
tree | ee655f187103ddf3759246f13b5d36ff14c2ba26 /packaging | |
parent | Updated ansible.spec should now work for CentOS 5 and CentOS 6 (diff) | |
download | ansible-b4b0d2c4a3bd0d54de73e2177c865446a532b654.tar.xz ansible-b4b0d2c4a3bd0d54de73e2177c865446a532b654.zip |
Fixes wrong Source URL
Signed-off-by: Ivan Lezhnjov IV <ivan.lezhnjov.iv@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm/ansible.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 6b1419cc7e..425848de13 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 |