rpms/openbox/FC-5 openbox.spec,1.17,1.18

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


Author: pgordon

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

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-5/openbox.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- openbox.spec	20 Sep 2006 19:38:35 -0000	1.17
+++ openbox.spec	13 Feb 2007 02:58:43 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.3.1
-Release:	2%{?dist}
+Release:	3%{?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-3
+- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
+  (bug #228379).
+
 * Wed Sep 20 2006 Peter Gordon <peter at thecodergeek.com> - 3.3.1-2
 - Allow building with startup-notification as an rpmbuild option (though it is
   disabled by default as recommended by upstream).




More information about the fedora-extras-commits mailing list