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

Vratislav Podzimek vpodzime at redhat.com
Tue Dec 17 08:11:53 UTC 2013


On Mon, 2013-12-16 at 15:10 -0500, David Shea wrote:
> ---
>  python-meh.spec | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/python-meh.spec b/python-meh.spec
> index dc9eb67..944a012 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
ACK, applied. Thanks!

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list