rpms/openbox/FC-6 openbox.spec,1.19,1.20

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Tue Feb 13 02:59:18 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/openbox/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17716/FC-6

Modified Files:
	openbox.spec 
Log Message:
%%ghost the byte-compiled themeupdate scripts to fix multilib conflict (bug #228379).


Index: openbox.spec
===================================================================
RCS file: /cvs/extras/rpms/openbox/FC-6/openbox.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- openbox.spec	3 Oct 2006 03:13:27 -0000	1.19
+++ openbox.spec	13 Feb 2007 02:58:46 -0000	1.20
@@ -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 @@
 %{_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 @@
 
 
 %changelog
+* Mon Feb 12 2007 Peter Gordon <peter at thecodergeek.com> - 3.3.1-4
+- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
+  (bug #228379).
+
 * Mon Oct 02 2006 Peter Gordon <peter at thecodergeek.com> - 3.3.1-3
 - Rebuild to pick up unwind info generation fixes in new GCC
 




More information about the fedora-extras-commits mailing list