[gnome-initial-setup/f19] Require /usr/bin/gkbd-keyboard-display

Ray Strode rstrode at fedoraproject.org
Tue Apr 16 16:31:24 UTC 2013


commit 196ba5008709f1425520f27b04dfd0ad127b6078
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Apr 16 12:26:36 2013 -0400

    Require /usr/bin/gkbd-keyboard-display
    
    It uses it

 gnome-initial-setup.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec
index ef9bad0..9c3635d 100644
--- a/gnome-initial-setup.spec
+++ b/gnome-initial-setup.spec
@@ -1,6 +1,6 @@
 Name:           gnome-initial-setup
 Version:        0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Bootstrapping your OS
 
 License:        GPLv2+
@@ -46,6 +46,7 @@ BuildRequires:  gnome-common
 
 # gnome-initial-setup is being run by gdm
 Requires: gdm
+Requires: /usr/bin/gkbd-keyboard-display
 
 Requires(pre): shadow-utils
 
@@ -120,6 +121,9 @@ userdel %{name} &>/dev/null || :
 /usr/lib/systemd/system/gnome-initial-setup.service
 
 %changelog
+* Tue Apr 16 2013 Ray Strode <rstrode at redhat.com> 0.8-4
+- Add requires for keyboard viewer app
+
 * Wed Mar 20 2013 Ray Strode <rstrode at redhat.com> 0.8-3
 - Add cosimoc fix for gd page transitions
 


More information about the scm-commits mailing list