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

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