Fix sun12x22 font missing unicode mapping table
This commit is contained in:
parent
3ecb6f8d82
commit
49c37184f1
@ -1,2 +1,4 @@
|
||||
kbd-1.12.tar.bz2
|
||||
kbd-latsun-fonts.tar.bz2
|
||||
sun12x22-fixed.psfu
|
||||
kbd-sun12x22-fixed.tar.bz2
|
||||
|
9
kbd.spec
9
kbd.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user