rpms/openbox/devel openbox.spec,1.20,1.21

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


Author: pgordon

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

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/devel/openbox.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- openbox.spec	23 Nov 2006 18:57:37 -0000	1.20
+++ openbox.spec	13 Feb 2007 02:58:41 -0000	1.21
@@ -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 @@
 %{_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 @@
 
 
 %changelog
+* Mon Feb 12 2007 Peter Gordon <peter at 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 at 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




More information about the scm-commits mailing list