diff --git a/openbox.spec b/openbox.spec index 23bf7b5..8bc79af 100644 --- a/openbox.spec +++ b/openbox.spec @@ -1,6 +1,6 @@ Name: openbox Version: 3.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -83,6 +83,8 @@ rm -rf %{buildroot} %{_bindir}/%{name} %{_datadir}/themes/*/ %{_datadir}/pixmaps/%{name}.png +%ghost %{_datadir}/%{name}/themeupdate.pyc +%ghost %{_datadir}/%{name}/themeupdate.pyo %{_datadir}/%{name}/ %dir %{_datadir}/gnome/wm-properties %{_datadir}/gnome/wm-properties/%{name}.desktop @@ -107,6 +109,10 @@ rm -rf %{buildroot} %changelog +* Mon Feb 12 2007 Peter Gordon - 3.3.1-4 +- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict + (bug #228379). + * Mon Oct 02 2006 Peter Gordon - 3.3.1-3 - Rebuild to pick up unwind info generation fixes in new GCC