55a0e2
# {_exec_prefix}/lib/kbd is correct even on x86_64.
55a0e2
# It is traditionally used for kdb data (console fonts, keymaps, ...).
55a0e2
# It is not used for any shared objects/executables.
55a0e2
%global kbd_datadir %{_exec_prefix}/lib/kbd
55a0e2
55a0e2
Name:           kbd
55a0e2
Version:        2.4.0
08a799
Release:        8%{?dist}
55a0e2
Summary:        Tools for configuring the console (keyboard, virtual terminals, etc.)
55a0e2
License:        GPLv2+
55a0e2
URL:            http://www.kbd-project.org/
55a0e2
55a0e2
Source0:        ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-%{version}.tar.xz
55a0e2
Source1:        kbd-latsun-fonts.tar.bz2
55a0e2
Source2:        kbd-latarcyrheb-32.tar.bz2
55a0e2
Source3:        xml2lst.pl
55a0e2
Source4:        vlock.pamd
55a0e2
Source5:        kbdinfo.1
55a0e2
Source6:        cz-map.patch
55a0e2
# Patch0: puts additional information into man pages
55a0e2
Patch0:         kbd-1.15-keycodes-man.patch
55a0e2
# Patch1: sparc modifications
55a0e2
Patch1:         kbd-1.15-sparc.patch
55a0e2
# Patch2: adds default unicode font to unicode_start script
55a0e2
Patch2:         kbd-1.15-unicode_start.patch
55a0e2
# Patch3: add missing dumpkeys option to man page
55a0e2
Patch3:         kbd-1.15.3-dumpkeys-man.patch
55a0e2
# Patch4: fixes decimal separator in Swiss German keyboard layout, bz 882529
55a0e2
Patch4:         kbd-1.15.5-sg-decimal-separator.patch
55a0e2
# Patch5: adds xkb and legacy keymaps subdirs to loadkyes search path, bz 1028207 
55a0e2
Patch5:         kbd-1.15.5-loadkeys-search-path.patch
55a0e2
# Patch6: don't hardcode font used in unicode_start, take it from vconsole.conf,
55a0e2
#   bz 1101007
55a0e2
Patch6:         kbd-2.0.2-unicode-start-font.patch
55a0e2
# Patch7: fixes issues found by static analysis
55a0e2
Patch7:         kbd-2.0.4-covscan-fixes.patch
55a0e2
# Patch8: fixes another batch of issues found by static analysis
55a0e2
Patch8:         kbd-2.4.0-covscan-fixes.patch
55a0e2
# Patch9: fixes setfont exit code, bz 1947953
55a0e2
Patch9:         kbd-2.4.0-setfont-exit-code.patch
55a0e2
55a0e2
BuildRequires:  gcc, bison, flex, gettext, pam-devel, check-devel, automake
55a0e2
BuildRequires:  console-setup, xkeyboard-config
55a0e2
BuildRequires: make
55a0e2
Requires:       %{name}-misc = %{version}-%{release}
55a0e2
# Be sure that system is after UsrMove
55a0e2
Conflicts:      filesystem < 3
55a0e2
Provides:       vlock = %{version}
55a0e2
Conflicts:      vlock <= 1.3
55a0e2
Obsoletes:      vlock
55a0e2
55a0e2
%description
55a0e2
The %{name} package contains tools for managing a Linux
55a0e2
system's console's behavior, including the keyboard, the screen
55a0e2
fonts, the virtual terminals and font files.
55a0e2
55a0e2
%package misc
55a0e2
Summary:        Data for kbd package
55a0e2
BuildArch:      noarch
55a0e2
 
55a0e2
%description misc
55a0e2
The %{name}-misc package contains data for kbd package - console fonts,
55a0e2
keymaps etc. Please note that %{name}-misc is not helpful without kbd.
55a0e2
55a0e2
%package legacy
55a0e2
Summary:        Legacy data for kbd package
55a0e2
BuildArch:      noarch
55a0e2
 
55a0e2
%description legacy
55a0e2
The %{name}-legacy package contains original keymaps for kbd package.
55a0e2
Please note that %{name}-legacy is not helpful without kbd.
55a0e2
55a0e2
%prep
55a0e2
%setup -q -a 1 -a 2
55a0e2
cp -fp %{SOURCE3} .
55a0e2
cp -fp %{SOURCE6} .
55a0e2
%patch0 -p1 -b .keycodes-man
55a0e2
%patch1 -p1 -b .sparc
55a0e2
%patch2 -p1 -b .unicode_start
55a0e2
%patch3 -p1 -b .dumpkeys-man
55a0e2
%patch4 -p1 -b .sg-decimal-separator
55a0e2
%patch5 -p1 -b .loadkeys-search-path
55a0e2
%patch6 -p1 -b .unicode-start-font
55a0e2
%patch7 -p1 -b .covscan-fixes
55a0e2
%patch8 -p1 -b .covscan-fixes-pt2
55a0e2
%patch9 -p1 -b .setfont-exit-code
55a0e2
aclocal
55a0e2
autoconf
55a0e2
55a0e2
# 7-bit maps are obsolete; so are non-euro maps
55a0e2
pushd data/keymaps/i386
55a0e2
cp qwerty/pt-latin9.map qwerty/pt.map
55a0e2
cp qwerty/sv-latin1.map qwerty/se-latin1.map
55a0e2
55a0e2
mv azerty/fr.map azerty/fr-old.map
55a0e2
cp azerty/fr-latin9.map azerty/fr.map
55a0e2
55a0e2
cp azerty/fr-latin9.map azerty/fr-latin0.map # legacy alias
55a0e2
55a0e2
# Rename conflicting keymaps
55a0e2
mv fgGIod/trf.map fgGIod/trf-fgGIod.map
55a0e2
mv olpc/es.map olpc/es-olpc.map
55a0e2
mv olpc/pt.map olpc/pt-olpc.map
55a0e2
mv qwerty/cz.map qwerty/cz-qwerty.map
55a0e2
popd
55a0e2
55a0e2
# remove obsolete "gr" translation
55a0e2
pushd po
55a0e2
rm -f gr.po gr.gmo
55a0e2
popd
55a0e2
55a0e2
# Convert to utf-8
55a0e2
iconv -f iso-8859-1 -t utf-8 < "ChangeLog" > "ChangeLog_"
55a0e2
mv "ChangeLog_" "ChangeLog"
55a0e2
55a0e2
%build
55a0e2
%configure --prefix=%{_prefix} --datadir=%{kbd_datadir} --mandir=%{_mandir} --localedir=%{_datadir}/locale --enable-nls
55a0e2
%make_build
55a0e2
55a0e2
%install
55a0e2
%make_install
55a0e2
55a0e2
# ro_win.map.gz is useless
55a0e2
rm -f $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/i386/qwerty/ro_win.map.gz
55a0e2
55a0e2
# Create additional name for Serbian latin keyboard
55a0e2
ln -s sr-cy.map.gz $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/i386/qwerty/sr-latin.map.gz
55a0e2
55a0e2
# The rhpl keyboard layout table is indexed by kbd layout names, so we need a
55a0e2
# Korean keyboard
55a0e2
ln -s us.map.gz $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/i386/qwerty/ko.map.gz
55a0e2
55a0e2
# Some microoptimization
55a0e2
sed -i -e 's,\<kbd_mode\>,%{_bindir}/kbd_mode,g;s,\<setfont\>,%{_bindir}/setfont,g' \
55a0e2
        $RPM_BUILD_ROOT%{_bindir}/unicode_start
55a0e2
55a0e2
# install kbdinfo manpage
55a0e2
gzip -c %SOURCE5 > $RPM_BUILD_ROOT/%{_mandir}/man1/kbdinfo.1.gz
55a0e2
55a0e2
# Install PAM configuration for vlock
55a0e2
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
55a0e2
install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/vlock
55a0e2
55a0e2
# Move original keymaps to legacy directory
55a0e2
mkdir -p $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/legacy
55a0e2
mv $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/{amiga,atari,i386,include,mac,ppc,sun} $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/legacy
55a0e2
55a0e2
# Convert X keyboard layouts to console keymaps
55a0e2
mkdir -p $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb
55a0e2
perl xml2lst.pl < /usr/share/X11/xkb/rules/base.xml > layouts-variants.lst
55a0e2
while read line; do
55a0e2
  XKBLAYOUT=`echo "$line" | cut -d " " -f 1`
55a0e2
  echo "$XKBLAYOUT" >> layouts-list.lst
55a0e2
  XKBVARIANT=`echo "$line" | cut -d " " -f 2`
55a0e2
  ckbcomp -rules base "$XKBLAYOUT" "$XKBVARIANT" | gzip > $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/"$XKBLAYOUT"-"$XKBVARIANT".map.gz
55a0e2
done < layouts-variants.lst
55a0e2
55a0e2
# Convert X keyboard layouts (plain, no variant)
55a0e2
cat layouts-list.lst | sort -u >> layouts-list-uniq.lst
55a0e2
while read line; do
55a0e2
  ckbcomp -rules base "$line" | gzip > $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/"$line".map.gz
55a0e2
done < layouts-list-uniq.lst
55a0e2
55a0e2
# wipe converted layouts which cannot input ASCII (#1031848)
55a0e2
zgrep -L "U+0041" $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/* | xargs rm -f
55a0e2
55a0e2
# Fix converted cz layout - add compose rules, if exists
55a0e2
if [ -f "$RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/cz.map.gz" ]; then
55a0e2
  gunzip $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/cz.map.gz
55a0e2
  patch $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/cz.map < %{SOURCE6}
55a0e2
  gzip $RPM_BUILD_ROOT%{kbd_datadir}/keymaps/xkb/cz.map
55a0e2
fi
55a0e2
55a0e2
%find_lang %{name}
55a0e2
55a0e2
%check
55a0e2
%ifnarch s390x
55a0e2
make check
55a0e2
%endif
55a0e2
55a0e2
%files -f %{name}.lang
55a0e2
%license COPYING
55a0e2
%doc ChangeLog AUTHORS README docs/doc/kbd.FAQ*.html docs/doc/font-formats/*.html docs/doc/utf/utf* docs/doc/dvorak/*
55a0e2
%{_bindir}/*
55a0e2
%{_mandir}/*/*
55a0e2
%config(noreplace) %{_sysconfdir}/pam.d/vlock
55a0e2
# library used only for tests
55a0e2
%exclude %{_libdir}/libtswrap*
55a0e2
%exclude %{_prefix}/lib/debug/%{_libdir}/libtswrap*
55a0e2
55a0e2
%files misc
55a0e2
%{kbd_datadir}
55a0e2
%exclude %{kbd_datadir}/keymaps/legacy
55a0e2
55a0e2
%files legacy
55a0e2
%{kbd_datadir}/keymaps/legacy
55a0e2
55a0e2
%changelog
08a799
* Tue Jan 18 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-8
08a799
- Use default Finnish xkb-converted layout
08a799
  Resolves: #2031127
08a799
55a0e2
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.0-7
55a0e2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
55a0e2
  Related: rhbz#1991688
55a0e2
55a0e2
* Mon May 17 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-6
55a0e2
- Fix setfont exit code
55a0e2
  Resolves: #1947953
55a0e2
55a0e2
* Wed May 05 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-5
55a0e2
- Fix issues detected by static analysis
55a0e2
  Resolves: #1938749
55a0e2
55a0e2
* Thu Apr 22 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-4
55a0e2
- Fix layout->keymap conversion broken by change in xkeyboard-config
55a0e2
  (patch by Peter Hutterer)
55a0e2
  Resolves: #1950406
55a0e2
55a0e2
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.0-3
55a0e2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
55a0e2
55a0e2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
55a0e2
55a0e2
* Wed Dec 16 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.0-1
55a0e2
- Update to kbd-2.4.0
55a0e2
  Resolves: #1908123
55a0e2
55a0e2
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-4
55a0e2
- Don't require kbd-legacy in main kbd package anymore
55a0e2
  Resolves: #1891811
55a0e2
55a0e2
* Wed Sep 23 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-3
55a0e2
- Exclude test library instead of removing it to fix --nocheck builds
55a0e2
  Resolves: #1881515
55a0e2
55a0e2
* Fri Aug 28 2020 Adam Williamson <awilliam@redhat.com> - 2.3.0-2
55a0e2
- Rebuild with grep #1872913 fix to correctly drop non-ASCII layouts
55a0e2
  Resolves: #1872922
55a0e2
55a0e2
* Wed Jul 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.3.0-1
55a0e2
- Make changes in converted layouts conditionally
55a0e2
- Use make macros, patch by Tom Stellard <tstellar@redhat.com>
55a0e2
  (https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro)
55a0e2
- Update to kbd-2.3.0
55a0e2
  Resolves: #1855867
55a0e2
55a0e2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
55a0e2
55a0e2
* Tue Mar 17 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.0-3
55a0e2
- Use upstream test suite in %%check
55a0e2
55a0e2
* Thu Mar 05 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.0-2
55a0e2
- Don't move binaries to /bin, shouldn't be needed after UsrMove
55a0e2
- Move kbd data (console fonts, keymaps, ...) to /usr
55a0e2
  Resolves: #1809257
55a0e2
55a0e2
* Mon Feb 10 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.0-1
55a0e2
- Update to kbd-2.2.0
55a0e2
  Resolves: #1742036
55a0e2
55a0e2
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-15
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
55a0e2
55a0e2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-14
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
55a0e2
55a0e2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-13
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
55a0e2
55a0e2
* Wed Nov 28 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-12
55a0e2
- Apply only tty non-breaking fixes from -10
55a0e2
55a0e2
* Tue Nov 13 2018 Adam Williamson <awilliam@redhat.com> - 2.0.4-11
55a0e2
- Drop fixes from -10 for now as they are breaking ttys (#1649531)
55a0e2
55a0e2
* Mon Nov 12 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-10
55a0e2
- Fix issues detected by static analysis
55a0e2
55a0e2
* Mon Aug 13 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-9
55a0e2
- Remove the link from open to openvt
55a0e2
  (related discussion and rationale in Debian bug tracker, bug #732796)
55a0e2
55a0e2
* Mon Jul 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.4-8
55a0e2
- Drop initscripts Require, use %%license
55a0e2
55a0e2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-7
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
55a0e2
55a0e2
* Wed Feb 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-6
55a0e2
- Add BuildRequires gcc
55a0e2
- Escape macro in comment, remove Group tag
55a0e2
55a0e2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-5
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
55a0e2
55a0e2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-4
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
55a0e2
55a0e2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
55a0e2
55a0e2
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-2
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
55a0e2
55a0e2
* Wed Jan 11 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.4-1
55a0e2
- Update to kbd-2.0.4
55a0e2
  Resolves: #1411174
55a0e2
55a0e2
* Tue Oct 11 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-4
55a0e2
- Fix FTBFS
55a0e2
  Resolves: #1381878
55a0e2
55a0e2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-3
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
55a0e2
55a0e2
* Thu Aug 06 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-2
55a0e2
- Add compose rules to generated cz.map
55a0e2
  Resolves: #1181581
55a0e2
55a0e2
* Wed Jul 15 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.3-1
55a0e2
- Update to kbd-2.0.3
55a0e2
  Resolves: #1242684
55a0e2
55a0e2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-7
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
55a0e2
55a0e2
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.0.2-6
55a0e2
- Rebuilt for Fedora 23 Change
55a0e2
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
55a0e2
55a0e2
* Mon Oct 06 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-5
55a0e2
- Rename and keep Finnish xkb converted layout (patch by Marko Myllynen)
55a0e2
  Related: #1117891
55a0e2
55a0e2
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-4
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
55a0e2
55a0e2
* Tue Aug 12 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-3
55a0e2
- Fix unicode_start hardcodes font
55a0e2
  Resolves: #1101007
55a0e2
55a0e2
* Wed Jul 16 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-2
55a0e2
- Remove Finnish xkb converted layout
55a0e2
  Resolves: #1117891
55a0e2
55a0e2
* Tue Jul 08 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.2-1
55a0e2
- Update to kbd-2.0.2
55a0e2
55a0e2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-7
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
55a0e2
55a0e2
* Mon Feb 17 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-6
55a0e2
- Add man page for kbdinfo, link open man page to openvt man page
55a0e2
55a0e2
* Wed Nov 27 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-5
55a0e2
- Add missing patch for loadkeys search path
55a0e2
55a0e2
* Tue Nov 26 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-4
55a0e2
- Add xkb and legacy keymaps subdirs to loadkyes search path, remove symlinks
55a0e2
  Related: #1028207
55a0e2
- Don't convert layouts that can't input ASCII (patch by Adam Williamson)
55a0e2
  Resolves: #1031848
55a0e2
- Fix vlock doesn't perform PAM account management or credential reinitialization
55a0e2
  (patch by  Dmitry V. Levin)
55a0e2
  Resolves: #913311
55a0e2
55a0e2
* Wed Nov 06 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-3
55a0e2
- Add PAM config for vlock
55a0e2
  Resolves: #913309
55a0e2
55a0e2
* Mon Nov 04 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-2
55a0e2
- Fix URL
55a0e2
- Remove source files already included in upstream tarball
55a0e2
55a0e2
* Mon Nov 04 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-1
55a0e2
- Update to kbd-2.0.1
55a0e2
55a0e2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.5-9
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
55a0e2
55a0e2
* Thu May 23 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-8
55a0e2
- Add vlock to obsoletes
55a0e2
55a0e2
* Wed May 22 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-7
55a0e2
- Convert also plain layouts (no variant), point relevant symlinks to them
55a0e2
55a0e2
* Tue May 21 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-6
55a0e2
- Original keymaps moved to legacy dir, created symlinks to xkb keymaps
55a0e2
55a0e2
* Thu Feb 21 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-5
55a0e2
- Fix decimal separator in Swiss German keyboard layout
55a0e2
  Resolves: #882529
55a0e2
55a0e2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.5-4
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
55a0e2
55a0e2
* Tue Jan 22 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-3
55a0e2
- Include xkb layouts from xkeyboard-config converted to console keymaps
55a0e2
- Add version to vlock provides
55a0e2
  Resolves: #902564
55a0e2
55a0e2
* Mon Jan 21 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-2
55a0e2
- Fix loadkeys regression
55a0e2
  Resolves: #902259
55a0e2
55a0e2
* Mon Jan 14 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.5-1
55a0e2
- Update to kbd-1.15.5 (removed kbd-1.15-resizecon-x86_64.patch,
55a0e2
  kbd-1.15-defkeymap.patch, kbd-1.15.3-fix-es-translation.patch,
55a0e2
  kbd-1.15.3-loadkeys-d.patch)
55a0e2
55a0e2
* Thu Sep 13 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-8
55a0e2
- Fix link to upstream tarball
55a0e2
55a0e2
* Tue Aug 28 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-7
55a0e2
- Fix issues found by fedora-review utility in the spec file
55a0e2
55a0e2
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.3-6
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
55a0e2
55a0e2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.3-5
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
55a0e2
55a0e2
* Tue Dec 13 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-4
55a0e2
- Ship double scaled latarcyrheb console font for high resolution screens
55a0e2
  (created by Tom Horsley)
55a0e2
  Resolves: #617768
55a0e2
55a0e2
* Mon Oct 24 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-3
55a0e2
* Fix loadkeys -d option (patch by Jaroslav Skarvada)
55a0e2
  Resolves: #744567
55a0e2
55a0e2
* Tue Aug 23 2011 Vitezlsav Crhonek <vcrhonek@redhat.com> - 1.15.3-2
55a0e2
- Add missing dumpkeys option to man page
55a0e2
  Resolves: #732121
55a0e2
55a0e2
* Mon Aug 22 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.3-1
55a0e2
- Update to kbd-1.15.3
55a0e2
55a0e2
* Thu Apr 21 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.2-3
55a0e2
- Add French Canadian Dvorak keymap
55a0e2
  Resolves: #680989
55a0e2
55a0e2
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.2-2
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
55a0e2
55a0e2
* Wed Jan  5 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15.2-1
55a0e2
- Update to kbd-1.15.2 (removed kbd-1.15-quiet_doc.patch and romanian keymaps, both are
55a0e2
  part of the upstream tarball now)
55a0e2
55a0e2
* Thu Jun 24 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-11
55a0e2
- Ship /lib/kbd in separate subpackage
55a0e2
55a0e2
* Mon Jun 14 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-10
55a0e2
- Fix name referring to default keymap
55a0e2
55a0e2
* Wed Aug 26 2009 Karsten Hopp <karsten@redhat.com> 1.15-9
55a0e2
- drop excludearch s390x, we need this package to be able to build other packages on s390x
55a0e2
55a0e2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-8
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
55a0e2
55a0e2
* Thu Mar  5 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-7
55a0e2
- Add loadkeys 'q' option to loadkeys manpage and --help
55a0e2
  Resolves: #487538
55a0e2
55a0e2
* Mon Mar  2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-6
55a0e2
- Remove static loadkeys binary (it's not needed anymore)
55a0e2
55a0e2
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-5
55a0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
55a0e2
55a0e2
* Fri Feb  6 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-4
55a0e2
- Merge review (drop Provides/Obsoletes, change Prereq to Requires,
55a0e2
  add URL, convert ChangeLog to utf-8, replace locale destination
55a0e2
  with macro, add COPYING and add dvorak documentation)
55a0e2
  Resolves: #225958
55a0e2
55a0e2
* Thu Jan 29 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-3
55a0e2
- Rename conflicting keymaps to have unique names
55a0e2
  Resolves: #481674
55a0e2
55a0e2
* Mon Jan 12 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-2
55a0e2
- Move loadkeys to /bin
55a0e2
55a0e2
* Thu Jan  8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-1
55a0e2
- Update to kbd-1.15
55a0e2
55a0e2
* Mon Sep  8 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-32
55a0e2
- Rediff all patches to work with patch --fuzz=0
55a0e2
- Add static loadkeys
55a0e2
  Related: #451672
55a0e2
55a0e2
* Tue Feb 26 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-31
55a0e2
- Fix trq.map
55a0e2
  Resolves: #216710
55a0e2
55a0e2
* Fri Feb 22 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-30
55a0e2
- Rebuild fo GCC 4.3
55a0e2
55a0e2
* Tue Nov 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-29
55a0e2
- Stop kbdrate using consolehelper
55a0e2
  Resolves: #393231
55a0e2
55a0e2
* Thu Nov 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-28
55a0e2
- Fix ro.map.gz, add ro_std.map.gz, drop ro_win.map.gz,
55a0e2
  add Lat2-Terminus16.psf console font (many thanks to Alexandru Szasz
55a0e2
  <alexxed@gmail.com>)
55a0e2
  Resolves: #253892
55a0e2
55a0e2
* Wed Oct 17 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-27
55a0e2
- Add resizecons (with man page) for x86_64
55a0e2
  Resolves: #333651
55a0e2
55a0e2
* Mon Oct 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-26
55a0e2
- Fix ro.map to generate right unicode for s, S, t, T with comma
55a0e2
- Fix LatArCyrHeb-16 unicode mapping table to show comma-version
55a0e2
  of s, S, t, T and cedilla-version of s, S, t, T as the same glyph
55a0e2
  (because there is no font in kbd for comma-version)
55a0e2
  Resolves: #329071
55a0e2
55a0e2
* Tue Sep 18 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-25
55a0e2
- Add new romanian keymap
55a0e2
  Resolves: #253892
55a0e2
55a0e2
* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-24
55a0e2
- Fix license
55a0e2
- Symlink sr-cy layout to sr-latin
55a0e2
  Resolves: #253957
55a0e2
55a0e2
* Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-23
55a0e2
- Rebuild
55a0e2
55a0e2
* Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
55a0e2
- Fix sun12x22 font missing unicode mapping table
55a0e2
  Resolves: #244628
55a0e2
55a0e2
* Tue Jan  9 2007 Miloslav Trmac <mitr@redhat.com> - 1.12-21
55a0e2
- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
55a0e2
  Resolves: #220151
55a0e2
55a0e2
* Thu Dec  7 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-20
55a0e2
- Document that setkeycodes doesn't affect USB keyboards and that the kernel
55a0e2
  doesn't provide the raw scan codes by default
55a0e2
  Resolves: #211803
55a0e2
55a0e2
* Tue Oct 31 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-19
55a0e2
- Ship "el" translation instead of the obsolete "gr" translation
55a0e2
  Resolves: #210749
55a0e2
- Fix %% quoting in %%changelog
55a0e2
55a0e2
* Fri Sep 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-18
55a0e2
- Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)
55a0e2
55a0e2
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.12-17
55a0e2
- Obsoletes/Provides open
55a0e2
- Create a symlink from open to openvt
55a0e2
55a0e2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.12-16.1
55a0e2
- rebuild
55a0e2
55a0e2
* Sun Jul  9 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-16
55a0e2
- Don't include <asm/kbdio.h> on SPARC (#198040, patch by Dennis Gilmore
55a0e2
  <dennis@ausil.us>)
55a0e2
55a0e2
* Mon May 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-15
55a0e2
- Fix missing BuildRequires (#193406)
55a0e2
55a0e2
* Mon Mar 27 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-14
55a0e2
- Don't install resizecons.8 on non-x86 (#186877, patch by Keiichi Mori
55a0e2
  <kmori@redhat.com>)
55a0e2
55a0e2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.2
55a0e2
- bump again for double-long bug on ppc(64)
55a0e2
55a0e2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.1
55a0e2
- rebuilt for new gcc4.1 snapshot and glibc changes
55a0e2
55a0e2
* Fri Jan 20 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-13
55a0e2
- Fix build with new coreutils
55a0e2
- Hardcode paths in unicode_start to avoid a few file lookups (#178329)
55a0e2
- Drop unnecessary Prereq: sed mktemp
55a0e2
55a0e2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Thu Dec  1 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-12
55a0e2
- Don't reload the keymap in unicode_start (#172425)
55a0e2
55a0e2
* Fri Nov 11 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-11
55a0e2
- Don't ship character set lists (they are already in glibc-common) and an
55a0e2
  obsolete copy of kbd.FAQ
55a0e2
55a0e2
* Fri May 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-10
55a0e2
- Don't attempt to open directories as source files (#141634, original patch by
55a0e2
  Paul Nasrat)
55a0e2
55a0e2
* Tue May 17 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-9
55a0e2
- Fix another violation of C aliasing rules (#157720, patch by Jan Kratochvil)
55a0e2
55a0e2
* Sat Mar 12 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-8
55a0e2
- Fix violation of C aliasing rules (#150440)
55a0e2
55a0e2
* Sun Mar  6 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-7
55a0e2
- Don't run ldconfig
55a0e2
- Don't strip executables
55a0e2
55a0e2
* Fri Mar  4 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-6
55a0e2
- Rebuild with gcc4
55a0e2
55a0e2
* Sun Feb 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-5
55a0e2
- Put "Meta_acute" back in German keymaps, just ignore it in (loadkeys -u)
55a0e2
  (patch by Jochen Schmitt)
55a0e2
- Don't ship patch backup files, simpler way
55a0e2
55a0e2
* Sat Feb 19 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-4
55a0e2
- Don't ship a patch backup file
55a0e2
- Mention in setfont.8 that 512-glyph fonts reduce the number of available
55a0e2
  colors (#140935, patch by Dmitry Butskoj)
55a0e2
- Remove "Meta_acute" from German keymaps (#143124)
55a0e2
- Make the %%triggerun script condition more precise, ignore failure of the
55a0e2
  script
55a0e2
55a0e2
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com>
55a0e2
- update to 1.12
55a0e2
55a0e2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
55a0e2
- remove speakup patch at request of author
55a0e2
55a0e2
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
55a0e2
- remove speakup patch at request of author
55a0e2
55a0e2
* Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 1.08-11
55a0e2
- remove keytable init script (#106783)
55a0e2
55a0e2
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10.1
55a0e2
- bump for RHEL
55a0e2
55a0e2
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10
55a0e2
- apply the rukbd patch (#78218)
55a0e2
55a0e2
* Thu Jul 31 2003 Adrian Havill <havill@redhat.com> 1.08-9
55a0e2
- don't print "plus before..." warnings about non-supported capslock
55a0e2
  in unimode <Andries.Brouwer@cwi.nl> (#81855)
55a0e2
55a0e2
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.08-8
55a0e2
- replaced Russian keyboard map with working UTF-8 equivalent (#79338)
55a0e2
55a0e2
* Thu Jul 24 2003 Adrian Havill <havill@redhat.com> 1.08-7
55a0e2
- make euro/latin-9 the default instead of latin-1 and 7-bit (#97013)
55a0e2
- fix swedish keymap; se, not sv (#88791)
55a0e2
- add fr-latin0 legacy alias of fr-latin-9 (#88324)
55a0e2
- add ".map" ext to filename param of init script (#90562)
55a0e2
55a0e2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Thu Mar 06 2003 Florian La Roche <Florian.LaRoche@redhat.de>
55a0e2
- build new rpm
55a0e2
55a0e2
* Fri Feb 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
55a0e2
- ExcludeArch mainframe
55a0e2
55a0e2
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 1.08-4
55a0e2
- remove condrestart from initscript
55a0e2
55a0e2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
55a0e2
- rebuilt
55a0e2
55a0e2
* Fri Dec  6 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-2
55a0e2
- only output terminal unicode init sequence if both stdout and stderr are
55a0e2
  connected to terminals, so that it doesn't show up when script outputs
55a0e2
  get piped to files
55a0e2
55a0e2
* Fri Nov 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-1
55a0e2
- update to 1.08
55a0e2
- drop updates which went mainline
55a0e2
55a0e2
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-27
55a0e2
- add detached signature
55a0e2
- remove directory names from PAM configuration so that the same config file
55a0e2
  can be used for any arch on multilib systems
55a0e2
55a0e2
* Wed Sep  4 2002 Bill Nottingham <notting@redhat.com> 1.06-26
55a0e2
- don't munge /etc/sysconfig/i18n
55a0e2
55a0e2
* Tue Sep  3 2002 Bill Nottingham <notting@redhat.com> 1.06-25
55a0e2
- don't run setsysfont in upgrade trigger on console-tools
55a0e2
55a0e2
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 1.06-24
55a0e2
- use cyr-sun16 cyrillic chars in latarcyrheb-sun16 font
55a0e2
  instead of old LatArCyrHeb-16 chars
55a0e2
- add Euro character to latarcyrheb-sun16
55a0e2
- use latarcyrheb-sun16 by default in unicode_start script
55a0e2
55a0e2
* Tue Aug 27 2002 Jakub Jelinek <jakub@redhat.com> 1.06-23
55a0e2
- add back lat[02]-sun16 fonts plus latarcyrheb-sun16 font
55a0e2
55a0e2
* Thu Aug 22 2002 Karsten Hopp <karsten@redhat.de>
55a0e2
- needs to conflict with older util-linux packages
55a0e2
  (kbdrate moved between packages)
55a0e2
55a0e2
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 1.06-21
55a0e2
- remove Evil Hack in favor of slightly-less-evil-hack in initscripts
55a0e2
55a0e2
* Tue Jul  9 2002 Bill Nottingham <notting@redhat.com> 1.06-20
55a0e2
- fix speakup keymap names
55a0e2
55a0e2
* Tue Jul 09 2002 Phil Knirsch <pknirsch@redhat.com> 1.06-19
55a0e2
- Evil hack to make setfont work correctly on all consoles (#68018)
55a0e2
55a0e2
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.06-18
55a0e2
- move unicode_stop to /bin too
55a0e2
- fix path to loadkeys in keytable.init
55a0e2
- add in speakup keymaps
55a0e2
55a0e2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
55a0e2
- automated rebuild
55a0e2
55a0e2
* Tue Jun 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-16
55a0e2
- fix incorrect path in console.apps configuration file
55a0e2
55a0e2
* Thu May 30 2002 Bill Nottingham <notting@redhat.com> 1.06-14
55a0e2
- move some more stuff to /bin (unicode_start and dependencies)
55a0e2
55a0e2
* Thu May 23 2002 Tim Powers <timp@redhat.com>
55a0e2
- automated rebuild
55a0e2
55a0e2
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-12
55a0e2
- Rebuild in new environment
55a0e2
55a0e2
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-11
55a0e2
- Oops, actually list the pam files in %%files
55a0e2
55a0e2
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-10
55a0e2
- Add and consolehelper'ify kbdrate
55a0e2
55a0e2
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-9
55a0e2
- Re-remove kbdrate
55a0e2
55a0e2
* Thu Jan 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-7
55a0e2
- Fix build in current environment
55a0e2
- Get rid of kbdrate, it's in util-linux these days
55a0e2
55a0e2
* Wed Jul 18 2001 Matt Wilson <msw@redhat.com>
55a0e2
- added a patch (Patch4) that allows --tty= in setfont
55a0e2
- modified patch not to break translations
55a0e2
55a0e2
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-4
55a0e2
- Add cyrillic patches from leon@geon.donetsk.ua (#47144)
55a0e2
55a0e2
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-3
55a0e2
- Fix "Alt+AltGr=Compose" in qwertz-keyboards
55a0e2
55a0e2
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-2
55a0e2
- Fix "make install" and init script (#45327)
55a0e2
55a0e2
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
55a0e2
- update to 1.0.6
55a0e2
- use %%{_tmppath}
55a0e2
- use find_lang
55a0e2
- support new gettext
55a0e2
- remove some patch files, which are included in 1.0.6
55a0e2
- fix to use RPM_OPT_FLAGS
55a0e2
55a0e2
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-3
55a0e2
- Fix up resizecons
55a0e2
55a0e2
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-2
55a0e2
- Build everything, obsoletes console-tools
55a0e2
- s/Copyright:/License:/
55a0e2
- License is GPL, not just distributable
55a0e2
- Add our compose mappings from old console-tools
55a0e2
- Add triggerpostun -- console-tools magic to get sane fonts and mappings
55a0e2
55a0e2
* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
55a0e2
- initial packaging for kbdrate