Buildreqiure gnome-bluetooth, gnome-bluetooth-libs-devel, so the bluetooth status icon works. (#674874)

This commit is contained in:
Bill Nottingham 2011-02-03 14:25:05 -05:00
parent ac0d18ba5c
commit b7f24b1f29

View File

@ -1,6 +1,6 @@
Name: gnome-shell Name: gnome-shell
Version: 2.91.6 Version: 2.91.6
Release: 3%{?dist} Release: 4%{?dist}
Summary: Window management and application launching for GNOME Summary: Window management and application launching for GNOME
Group: User Interface/Desktops Group: User Interface/Desktops
@ -36,9 +36,10 @@ BuildRequires: libcroco-devel
BuildRequires: librsvg2-devel BuildRequires: librsvg2-devel
BuildRequires: mutter-devel >= %{mutter_version} BuildRequires: mutter-devel >= %{mutter_version}
BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-libs-devel
BuildRequires: gnome-bluetooth-libs-devel >= 2.91
BuildRequires: gnome-bluetooth >= 2.91
# Bootstrap requirements # Bootstrap requirements
BuildRequires: gtk-doc gnome-common BuildRequires: gtk-doc gnome-common
# For %pre/%post usage of gconftool-2 # For %pre/%post usage of gconftool-2
Requires: GConf2 Requires: GConf2
# wrapper script uses to restart old GNOME session if run --replace # wrapper script uses to restart old GNOME session if run --replace
@ -128,6 +129,9 @@ gconftool-2 --makefile-install-rule \
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%changelog %changelog
* Thu Feb 3 2011 Bill Nottingham <notting@redhat.com> - 2.91.6-4
- buildrequire gnome-bluetooth to fix bluetooth status icon (#674874)
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3 * Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
- Rebuild against newer gtk - Rebuild against newer gtk