--- kernel-std-up.spec.orig 2004-04-22 18:23:32 +0700 +++ kernel-std-up.spec 2004-04-26 00:44:26 +0700 @@ -7,7 +7,7 @@ # 0.X.0 -- rcX # 1.0.0 -- release %define kernel_extra_version_numeric 1.0.0 -%define krelease alt6 +%define krelease alt6.imz1 %define base_flavour std %define subflavour up @@ -68,6 +68,12 @@ %add_patch_list kernel-feat-drivers-libata %add_patch_list kernel-feat-drivers-net-pcnet32-old +# imz: Unicode support in VT/console +%add_patch_list kernel-feat-drivers-console-unicode +# Although this patch changes the interface between the kernel and loadkeys, +# I do not put a Conflicts for the old console-tools here, +# because the old loadkeys works fine the new kernel interface. + ## Don't edit below this line ################################## %define kversion %kernel_base_version @@ -373,6 +379,12 @@ %endif %changelog +* Sun Apr 25 2004 Ivan Zakharyaschev 2.4.25-alt6.imz1 +- Added kernel-feat-drivers-console-unicode: + fixes the imperfectness of Linux VT/console Unicode support + (involves a change of the kernel interface used by loadkeys, + but mainly is compatible with old loadkeys). + * Thu Apr 22 2004 Sergey Vlasov 2.4.25-alt6 - Updated kernel-fix-security: + fixed MCAST_MSFILTER error handling to return -EINVAL correctly