Blame SOURCES/rhnsd-5.0.13-9-el7-to-rhnsd-5.0.13-10-el7.patch

630c23
diff --git a/rhnsd.spec b/rhnsd.spec
630c23
index 2a192f6..8f2e5ae 100644
630c23
--- a/rhnsd.spec
630c23
+++ b/rhnsd.spec
630c23
@@ -1,11 +1,11 @@
630c23
 Summary: Spacewalk query daemon
630c23
 License: GPLv2
630c23
 Group: System Environment/Base
630c23
-Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
630c23
-URL:     https://fedorahosted.org/spacewalk
630c23
+Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
630c23
+URL:     https://github.com/spacewalkproject/spacewalk
630c23
 Name: rhnsd
630c23
 Version: 5.0.13
630c23
-Release: 9%{?dist}
630c23
+Release: 10%{?dist}
630c23
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
630c23
 
630c23
 BuildRequires: gettext
630c23
@@ -138,6 +138,10 @@ rm -fr $RPM_BUILD_ROOT
630c23
 %doc LICENSE
630c23
 
630c23
 %changelog
630c23
+* Thu Oct 19 2017 Tomas Kasparek <tkasparek@redhat.com> 5.0.13-10
630c23
+- Resolves: #1503955 - upstream project has migrated to github
630c23
+  (tkasparek@redhat.com)
630c23
+
630c23
 * Mon Oct 09 2017 Tomas Kasparek <tkasparek@redhat.com> 5.0.13-9
630c23
 - Related: #1499793 - revert previous reboot loop changes
630c23
   (tkasparek@redhat.com)