Blame SOURCES/spacewalk-usix-2.8.1-3-el8-to-spacewalk-usix-2.8.1-4-el8.patch

1a4649
diff --git a/spacewalk-usix.spec b/spacewalk-usix.spec
1a4649
index ce9df24..2bf8720 100644
1a4649
--- a/spacewalk-usix.spec
1a4649
+++ b/spacewalk-usix.spec
1a4649
@@ -18,7 +18,7 @@
1a4649
 
1a4649
 Name:	    spacewalk-usix
1a4649
 Version:	2.8.1
1a4649
-Release:	3%{?dist}
1a4649
+Release:	4%{?dist}
1a4649
 Summary:	Spacewalk server and client nano six library
1a4649
 
1a4649
 License:	GPLv2
1a4649
@@ -76,6 +76,8 @@ cp $RPM_BUILD_ROOT%{pythonrhnroot}/common/usix.py $RPM_BUILD_ROOT%{python3rhnroo
1a4649
 
1a4649
 %clean
1a4649
 
1a4649
+%files
1a4649
+
1a4649
 %files -n python2-%{name}
1a4649
 %dir %{pythonrhnroot}
1a4649
 %dir %{pythonrhnroot}/common
1a4649
@@ -101,6 +103,10 @@ cp $RPM_BUILD_ROOT%{pythonrhnroot}/common/usix.py $RPM_BUILD_ROOT%{python3rhnroo
1a4649
 %endif
1a4649
 
1a4649
 %changelog
1a4649
+* Thu Mar 01 2018 Tomas Kasparek <tkasparek@redhat.com> 2.8.1-4
1a4649
+- empty %%files section is required for a package to build as a metapackage
1a4649
+  (tkasparek@redhat.com)
1a4649
+
1a4649
 * Wed Feb 28 2018 Tomas Kasparek <tkasparek@redhat.com> 2.8.1-3
1a4649
 - split spacewalk-usix into python2 and python3 variants (tkasparek@redhat.com)
1a4649
 - build python3-spacewalk-usix also on rhel8 (tkasparek@redhat.com)