[cinnamon/f17] add missing requires

leigh123linux leigh123linux at fedoraproject.org
Wed Nov 7 22:30:25 UTC 2012


commit 636541f4e4aa944153d0127be1f0bbf5317269db
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Nov 7 22:30:13 2012 +0000

    add missing requires

 cinnamon.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index d52714f..e57aefa 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -8,7 +8,7 @@
 
 Name:           cinnamon
 Version:        1.6.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -106,6 +106,12 @@ Requires:       nautilus
 Requires:       python-lxml
 Requires:       gnome-python2-gconf
 Requires:       python-imaging
+# needed for keyboard applet
+# https://bugzilla.redhat.com/show_bug.cgi?id=874218
+Requires:       libgnomekbd
+# needed for cinnamon-menu
+# https://bugzilla.redhat.com/show_bug.cgi?id=872694
+Requires:       gnome-panel
 
 %description
 Cinnamon is a Linux desktop which provides advanced
@@ -225,6 +231,10 @@ fi
 
 
 %changelog
+* Wed Nov 07 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.6.4-2
+- add requires gnome-panel (rhbz 872694)
+- add requires libgnomekbd (rhbz 874218)
+
 * Fri Nov 02 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.6.4-1
 - update to 1.6.4 release
 - fix nemo patch (rhbz 872431)


More information about the scm-commits mailing list