Fix sun12x22 font missing unicode mapping table

This commit is contained in:
vcrhonek 2007-07-03 08:43:38 +00:00
parent 3ecb6f8d82
commit 49c37184f1
3 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,4 @@
kbd-1.12.tar.bz2
kbd-latsun-fonts.tar.bz2
sun12x22-fixed.psfu
kbd-sun12x22-fixed.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
Name: kbd
Version: 1.12
Release: 21
Release: 22
License: GPL
Group: System Environment/Base
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
@ -9,6 +9,7 @@ Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign
Source2: kbdrate.apps
Source3: kbdrate.pam
Source4: kbd-latsun-fonts.tar.bz2
Source5: kbd-sun12x22-fixed.tar.bz2
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
BuildRequires: bison, flex, gettext
BuildRoot: %{_tmppath}/%{name}-root
@ -38,7 +39,7 @@ fonts, the virtual terminals and font files.
%prep
%setup -q -a 4
%setup -q -a 4 -a 5
%patch0 -p1 -b .sparc
%patch1 -p1
%patch2 -p1 -b .terminal
@ -135,6 +136,10 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
%config %{_sysconfdir}/pam.d/*
%changelog
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
- Fix sun12x22 font missing unicode mapping table
Resolves: #244628
* 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

View File

@ -1,2 +1,3 @@
069d1175b4891343b107a8ac2b4a39f6 kbd-1.12.tar.bz2
050e1e454e9c01e22f198303d649efb8 kbd-latsun-fonts.tar.bz2
e56c7766760c16d4c7cbc16fc722c7f9 kbd-sun12x22-fixed.tar.bz2