diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
index 36a1315..d5daae8 100644
--- a/yum-rhn-plugin.spec
+++ b/yum-rhn-plugin.spec
@@ -1,11 +1,11 @@
Summary: Spacewalk support for yum
Name: yum-rhn-plugin
Version: 2.0.1
-Release: 9%{?dist}
+Release: 10%{?dist}
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
@@ -70,6 +70,10 @@ fi
%doc LICENSE
%changelog
+* Thu Oct 19 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-10
+- Resolves: #1503956 - upstream project has migrated to github
+ (tkasparek@redhat.com)
+
* Fri May 12 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-9
- Resolves: #1418104 - honor yum.conf when setting repo defaults
(michael.mraka@redhat.com)