diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec index c78d864687..4288a2497f 100644 --- a/rhn-client-tools.spec +++ b/rhn-client-tools.spec @@ -1,11 +1,11 @@ Summary: Support programs and libraries for Red Hat Satellite License: GPLv2 Group: System Environment/Base -Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz -URL: https://fedorahosted.org/spacewalk +Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz +URL: https://github.com/spacewalkproject/spacewalk Name: rhn-client-tools Version: 2.0.2 -Release: 19%{?dist} +Release: 20%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?suse_version} @@ -361,6 +361,10 @@ make -f Makefile.rhn-client-tools test %endif %changelog +* Thu Oct 19 2017 Tomas Kasparek 2.0.2-20 +- Resolves: #1502412 - upstream project has migrated to github + (tkasparek@redhat.com) + * Mon Oct 09 2017 Tomas Kasparek 2.0.2-19 - Related: #1494389 - detect if action has been picked up for 2nd time (tkasparek@redhat.com)