Do not own the %{_datadir}/gnome/wm-properties directory. That's now part

of gnome-session in Rawhide.
epel9
Peter Gordon 18 years ago
parent ac6658d577
commit ce1f952133

@ -1,6 +1,6 @@
Name: openbox Name: openbox
Version: 3.3.1 Version: 3.3.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: A highly configurable and standards-compliant X11 window manager Summary: A highly configurable and standards-compliant X11 window manager
Group: User Interface/Desktops Group: User Interface/Desktops
@ -12,6 +12,7 @@ Source1: openbox.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{_datadir}/themes Requires: %{_datadir}/themes
Requires: %{_datadir}/gnome/wm-properties
BuildRequires: gettext BuildRequires: gettext
BuildRequires: pango-devel BuildRequires: pango-devel
@ -84,7 +85,6 @@ rm -rf %{buildroot}
%{_datadir}/themes/*/ %{_datadir}/themes/*/
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%dir %{_datadir}/gnome/wm-properties
%{_datadir}/gnome/wm-properties/%{name}.desktop %{_datadir}/gnome/wm-properties/%{name}.desktop
%{_datadir}/xsessions/%{name}.desktop %{_datadir}/xsessions/%{name}.desktop
%{_libdir}/libobrender.so.* %{_libdir}/libobrender.so.*
@ -107,6 +107,11 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Nov 23 2006 Peter Gordon <peter@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@thecodergeek.com> - 3.3.1-3 * Mon Oct 02 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-3
- Rebuild to pick up unwind info generation fixes in new GCC - Rebuild to pick up unwind info generation fixes in new GCC

Loading…
Cancel
Save