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