Blame SOURCES/rhnlib-2.5.65-6-el7-to-rhnlib-2.5.65-7-el7.patch

48e10a
diff --git a/rhnlib.spec b/rhnlib.spec
48e10a
index 36543c0ff4..64d5224123 100644
48e10a
--- a/rhnlib.spec
48e10a
+++ b/rhnlib.spec
48e10a
@@ -2,10 +2,10 @@
48e10a
 
48e10a
 Summary: Python libraries for the Spacewalk project
48e10a
 Name: rhnlib
48e10a
-URL:     https://fedorahosted.org/spacewalk
48e10a
-Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
48e10a
+URL:     https://github.com/spacewalkproject/spacewalk
48e10a
+Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
48e10a
 Version: 2.5.65
48e10a
-Release: 6%{?dist}
48e10a
+Release: 7%{?dist}
48e10a
 
48e10a
 Group: Development/Libraries
48e10a
 License: GPLv2
48e10a
@@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
48e10a
 %{python_sitelib}/*
48e10a
 
48e10a
 %changelog
48e10a
+* Thu Oct 19 2017 Tomas Kasparek <tkasparek@redhat.com> 2.5.65-7
48e10a
+- Resolves: #1503953 - upstream project has migrated to github
48e10a
+  (tkasparek@redhat.com)
48e10a
+
48e10a
 * Mon Oct 09 2017 Tomas Kasparek <tkasparek@redhat.com> 2.5.65-6
48e10a
 - Resolves: #1499794 - revert previous reboot loop changes
48e10a
   (tkasparek@redhat.com)