- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
Resolves: #220151
This commit is contained in:
parent
dc56124efe
commit
4a2853b907
10
kbd.spec
10
kbd.spec
@ -1,7 +1,7 @@
|
||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||
Name: kbd
|
||||
Version: 1.12
|
||||
Release: 20
|
||||
Release: 21
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
||||
@ -87,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# Basic install.
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# rhpl keyboard layout table is indexed by kbd layout names, so we need a
|
||||
# Korean keyboard
|
||||
ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz
|
||||
|
||||
# Move binaries which we use before /usr is mounted from %{_bindir} to /bin.
|
||||
for binary in setfont dumpkeys kbd_mode unicode_start unicode_stop ; do
|
||||
mv $RPM_BUILD_ROOT%{_bindir}/$binary $RPM_BUILD_ROOT/bin
|
||||
@ -131,6 +135,10 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
||||
%config %{_sysconfdir}/pam.d/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 9 2007 Miloslav Trmac <mitr@redhat.com> - 1.12-21
|
||||
- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
|
||||
Resolves: #220151
|
||||
|
||||
* Thu Dec 7 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-20
|
||||
- Document that setkeycodes doesn't affect USB keyboards and that the kernel
|
||||
doesn't provide the raw scan codes by default
|
||||
|
Loading…
Reference in New Issue
Block a user