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

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