diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 22:25:46 +0100 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-03-10 22:25:46 +0100 |
commit | 82befee081e1d5edbf7e3ebc6426bfe5554b971c (patch) | |
tree | 9bcc981bf1b9202b93f2288090b4a68f3496d0e7 | |
parent | Fixes for better RPM packaging (diff) | |
download | ansible-82befee081e1d5edbf7e3ebc6426bfe5554b971c.tar.xz ansible-82befee081e1d5edbf7e3ebc6426bfe5554b971c.zip |
Change Source0 in spec file to point at github downloads
-rw-r--r-- | ansible.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.spec b/ansible.spec index 360ccc4347..02137e7d0c 100644 --- a/ansible.spec +++ b/ansible.spec @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Group: Development/Libraries License: GPLv3 Prefix: %{_prefix} -Source0: ansible-%{version}.tar.gz +Source0: https://github.com/downloads/ansible/ansible/%{name}-%{version}.tar.gz Url: http://ansible.github.com BuildArch: noarch |