[PATCH] Add back an empty %files for the anaconda metapackage

David Shea dshea at redhat.com
Thu Jan 29 18:18:21 UTC 2015


This is the difference between creating an empty package and creating no
package. Thanks, rpm.
---
 anaconda.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 4159654..62f57c2 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -259,6 +259,8 @@ update-desktop-database &> /dev/null || :
 update-desktop-database &> /dev/null || :
 %endif
 
+%files
+
 %files core -f %{name}.lang
 %license COPYING
 %{_unitdir}/*
-- 
2.1.0



More information about the anaconda-patches mailing list