Blame SOURCES/yum-rhn-plugin-2.0.1-9-el7-to-yum-rhn-plugin-2.0.1-10-el7.patch

ec6346
diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
ec6346
index 36a1315..d5daae8 100644
ec6346
--- a/yum-rhn-plugin.spec
ec6346
+++ b/yum-rhn-plugin.spec
ec6346
@@ -1,11 +1,11 @@
ec6346
 Summary: Spacewalk support for yum
ec6346
 Name: yum-rhn-plugin
ec6346
 Version: 2.0.1
ec6346
-Release: 9%{?dist}
ec6346
+Release: 10%{?dist}
ec6346
 License: GPLv2
ec6346
 Group: System Environment/Base
ec6346
-Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
ec6346
-URL:     https://fedorahosted.org/spacewalk
ec6346
+Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
ec6346
+URL:     https://github.com/spacewalkproject/spacewalk
ec6346
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ec6346
 %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
ec6346
 BuildArch: noarch
ec6346
@@ -70,6 +70,10 @@ fi
ec6346
 %doc LICENSE
ec6346
 
ec6346
 %changelog
ec6346
+* Thu Oct 19 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-10
ec6346
+- Resolves: #1503956 - upstream project has migrated to github
ec6346
+  (tkasparek@redhat.com)
ec6346
+
ec6346
 * Fri May 12 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-9
ec6346
 - Resolves: #1418104 - honor yum.conf when setting repo defaults
ec6346
   (michael.mraka@redhat.com)