[gnome-shell/f15/master] Fix up Requires

Matthias Clasen mclasen at fedoraproject.org
Wed Feb 23 05:37:55 UTC 2011


commit 6254d109bf85385a821acb7cdfc158f99609d80c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Feb 23 00:37:50 2011 -0500

    Fix up Requires

 gnome-shell.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index e74236e..7f851ec 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        2.91.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -59,6 +59,8 @@ Requires:       mutter >= %{mutter_version}
 # developer-only thing and unlikely to be interesting for a normal user
 #Requires:       xorg-x11-server-Xephyr
 #Requires:       xorg-x11-xauth
+Requires:       upower
+Requires:       polkit >= 0.100
 
 %description
 GNOME Shell provides core user interface functions for the GNOME 3 desktop,
@@ -130,6 +132,9 @@ gconftool-2 --makefile-install-rule \
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
 
 %changelog
+* Tue Feb 22 2011 Matthias Clasen <mclasen at redhat.com> - 2.91.90-2
+- Require upower and polkit at runtime
+
 * Tue Feb 22 2011 Matthias Clasen <mclasen at redhat.com> - 2.91.90-1
 - Update to 2.91.90
 


More information about the scm-commits mailing list