[gnome-shell/f17] Add a missing dep

Matthias Clasen mclasen at fedoraproject.org
Fri Feb 10 04:56:57 UTC 2012


commit 982e4e0af5aea90e2a26642b47c8dc0cf426af4e
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Feb 9 23:56:59 2012 -0500

    Add a missing dep

 gnome-shell.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index cca8623..e5449cb 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -72,6 +72,8 @@ Requires:       polkit%{?_isa} >= 0.100
 Requires:       at-spi2-atk%{?_isa}
 # needed for on-screen keyboard
 Requires:       caribou%{?_isa}
+# needed for the user menu
+Requires:       accountsservice-libs
 
 %description
 GNOME Shell provides core user interface functions for the GNOME 3 desktop,
@@ -143,6 +145,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Thu Feb  9 2012 Matthias Clasen <mclasen at redhat.com> - 3.3.5-2
+- Depend on accountsservice-libs (#755112)
+
 * Tue Feb  7 2012 Matthias Clasen <mclasen at redhat.com> - 3.3.5-1
 - Update to 3.3.5
 


More information about the scm-commits mailing list