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

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Nov 23 18:58:07 UTC 2006


Author: pgordon

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

Modified Files:
	openbox.spec 
Log Message:
Do not own the %{_datadir}/gnome/wm-properties directory. That's now part of gnome-session in Rawhide.


Index: openbox.spec
===================================================================
RCS file: /cvs/extras/rpms/openbox/devel/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	23 Nov 2006 18:57:37 -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
@@ -12,6 +12,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	%{_datadir}/themes
+Requires:	%{_datadir}/gnome/wm-properties
 
 BuildRequires:	gettext
 BuildRequires:	pango-devel
@@ -84,7 +85,6 @@
 %{_datadir}/themes/*/
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}/
-%dir %{_datadir}/gnome/wm-properties
 %{_datadir}/gnome/wm-properties/%{name}.desktop
 %{_datadir}/xsessions/%{name}.desktop
 %{_libdir}/libobrender.so.*
@@ -107,6 +107,11 @@
 
 
 %changelog
+* 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
+  Core packages.
+
 * 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 scm-commits mailing list