From 31220881b951cebb6ccbd3a2a25e9cbef6b98a05 Mon Sep 17 00:00:00 2001
From: Peter Gordon <pgordon@fedoraproject.org>
Date: Tue, 13 Feb 2007 02:58:41 +0000
Subject: [PATCH] %%ghost the byte-compiled themeupdate scripts to fix multilib
 conflict (bug     #228379).

---
 openbox.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/openbox.spec b/openbox.spec
index fee7071..02ae1c5 100644
--- a/openbox.spec
+++ b/openbox.spec
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.3.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -84,6 +84,8 @@ rm -rf %{buildroot}
 %{_bindir}/%{name}
 %{_datadir}/themes/*/
 %{_datadir}/pixmaps/%{name}.png
+%ghost %{_datadir}/%{name}/themeupdate.pyc
+%ghost %{_datadir}/%{name}/themeupdate.pyo
 %{_datadir}/%{name}/
 %{_datadir}/gnome/wm-properties/%{name}.desktop
 %{_datadir}/xsessions/%{name}.desktop
@@ -107,6 +109,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 12 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-5
+- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
+  (bug #228379).
+
 * Thu Nov 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-4
 - Don't own %%{_datadir}/gnome/wm-properties anymore, as that's now owned
   by gnome-session in Rawhide and we should not have ownership conflicts with