[meh: rhel7] Exclude compiled versions of gui.py from the non-gui package

David Shea dshea at redhat.com
Thu Sep 11 13:49:32 UTC 2014


Resolves: rhbz#1140623

(cherry picked from commit 0d7c3364fd8f08e194f3edb62766d0e39573b5b9)
---
 python-meh.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python-meh.spec b/python-meh.spec
index 89feecd..b85688a 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -59,10 +59,10 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING
 %{python_sitelib}/*
-%exclude %{python_sitelib}/meh/ui/gui.py
+%exclude %{python_sitelib}/meh/ui/gui.py*
 
 %files gui
-%{python_sitelib}/meh/ui/gui.py
+%{python_sitelib}/meh/ui/gui.py*
 %{_datadir}/python-meh
 
 %changelog
-- 
2.1.0



More information about the anaconda-patches mailing list