[control-center/f19] - Add a requires for the keyboard viewer

Ray Strode rstrode at fedoraproject.org
Tue Apr 16 16:34:25 UTC 2013


commit 19c2803d14d77f61ae24fced00f006d47d09f1f7
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Apr 16 12:33:23 2013 -0400

    - Add a requires for the keyboard viewer

 control-center.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 099dadc..80338f3 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -12,7 +12,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 3.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 #VCS: git:git://git.gnome.org/gnome-control-center
@@ -44,6 +44,8 @@ Requires: cups-pk-helper
 Requires: nm-connection-editor
 # For the info/details panel
 Requires: glx-utils
+# For the keyboard panel
+Requires: /usr/bin/gkbd-keyboard-display
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gtk3-devel >= %{gtk3_version}
@@ -214,6 +216,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Apr 16 2013 Ray Strode <rstrode at redhat.com> - 1:3.8.1-2
+- Add a requires for the keyboard viewer
+
 * Tue Apr 16 2013 Richard Hughes <rhughes at redhat.com> - 1:3.8.1-1
 - Update to 3.8.1
 


More information about the scm-commits mailing list