diff --git a/openbox.spec b/openbox.spec index 23bf7b5..fee7071 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 @@ -12,6 +12,7 @@ Source1: openbox.desktop 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 @@ rm -rf %{buildroot} %{_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 @@ rm -rf %{buildroot} %changelog +* Thu Nov 23 2006 Peter Gordon - 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 - 3.3.1-3 - Rebuild to pick up unwind info generation fixes in new GCC