From 4a853b975f006a272f1973f25d8a1d5c7f2b5c1c Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Feb 06 2008 23:33:59 +0000 Subject: Back out removal of the firstboot module. Wrong component. --- diff --git a/sources b/sources index 850032b..7cdbb18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b499fed5bffc9e2b6351b551e4a2372 system-config-keyboard-1.2.11.tar.bz2 +2f9220aa2a9f986920514821c2c1d995 system-config-keyboard-1.2.11.tar.bz2 diff --git a/system-config-keyboard.spec b/system-config-keyboard.spec index e08c42e..35ce284 100644 --- a/system-config-keyboard.spec +++ b/system-config-keyboard.spec @@ -1,7 +1,7 @@ Summary: A graphical interface for modifying the keyboard Name: system-config-keyboard Version: 1.2.11 -Release: 5%{?dist} +Release: 4%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/keyboard License: GPL+ ExclusiveOS: Linux @@ -64,15 +64,15 @@ fi /usr/bin/system-config-keyboard %dir /usr/share/system-config-keyboard /usr/share/system-config-keyboard/* +%dir /usr/share/firstboot/ +%dir /usr/share/firstboot/modules +/usr/share/firstboot/modules/* %attr(0644,root,root) %{_datadir}/applications/system-config-keyboard.desktop %attr(0644,root,root) %config /etc/security/console.apps/system-config-keyboard %attr(0644,root,root) %config /etc/pam.d/system-config-keyboard %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-keyboard.png %changelog -* Wed Feb 06 2008 Chris Lumens 1.2.11-5 -- Remove firstboot keyboard module (#431143). - * Tue Jan 22 2008 Jesse Keating - 1.2.11-4 - Patch to work with new firstboot (#424811) - Add requires for kudzu/newt (#177301)