yifengyou / rpms / spacewalk-usix

Forked from rpms/spacewalk-usix 3 years ago
Clone

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

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