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

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