a975bce
Name:           kbd
a975bce
Version:        1.15
8f691da
Release:        7%{?dist}
a975bce
Summary:        Tools for configuring the console (keyboard, virtual terminals, etc.)
a975bce
a975bce
Group:          System Environment/Base
a975bce
License:        GPLv2+
ef00d62
URL:            http://ftp.altlinux.org/pub/people/legion/kbd
a975bce
Source0:        http://ftp.altlinux.org/pub/people/legion/kbd/kbd-%{version}.tar.gz
a975bce
Source1:        kbd-latsun-fonts.tar.bz2
a975bce
Source2:        ro_maps.tar.bz2
a975bce
Source3:        kbd-latarcyrheb-16-fixed.tar.bz2
a975bce
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a975bce
Patch0:         kbd-1.15-po.patch
a975bce
Patch1:         kbd-1.15-keycodes-man.patch
a975bce
Patch2:         kbd-1.15-sparc.patch
a975bce
Patch3:         kbd-1.15-unicode_start.patch
a975bce
Patch4:         kbd-1.15-resizecon-x86_64.patch
8f691da
Patch5:         kbd-1.15-quiet_doc.patch
a975bce
a975bce
BuildRequires:  bison, flex, gettext
a975bce
Conflicts:      util-linux < 2.11r-9
f58621e
Requires:       initscripts >= 5.86-1
a975bce
ExcludeArch:    s390 s390x
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%description
cvsdist 2d6cbbc
The %{name} package contains tools for managing a Linux
cvsdist 2d6cbbc
system's console's behavior, including the keyboard, the screen
cvsdist 2d6cbbc
fonts, the virtual terminals and font files.
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%prep
a975bce
%setup -q -a 1 -a 2 -a 3
a975bce
%patch0 -p1 -b .po
a975bce
%patch1 -p1 -b .keycodes-man
a975bce
%patch2 -p1 -b .sparc
a975bce
%patch3 -p1 -b .unicode_start
a975bce
%patch4 -p1 -b .resizecon_x86_64
8f691da
%patch5 -p1 -b .quiet_doc
cvsdist 154cc39
cvsdist 154cc39
# 7-bit maps are obsolete; so are non-euro maps
cvsdist 154cc39
pushd data/keymaps/i386
cvsdist 0d507b8
mv qwerty/fi.map qwerty/fi-old.map
cvsdist 0d507b8
cp qwerty/fi-latin9.map qwerty/fi.map
cvsdist 0d507b8
cp qwerty/pt-latin9.map qwerty/pt.map
cvsdist 0d507b8
cp qwerty/sv-latin1.map qwerty/se-latin1.map
cvsdist 154cc39
cvsdist 0d507b8
mv azerty/fr.map azerty/fr-old.map
cvsdist 0d507b8
cp azerty/fr-latin9.map azerty/fr.map
cvsdist 154cc39
cvsdist 0d507b8
cp azerty/fr-latin9.map azerty/fr-latin0.map # legacy alias
62a7cdb
62a7cdb
# Rename conflicting keymaps
62a7cdb
mv dvorak/no.map dvorak/no-dvorak.map
62a7cdb
mv fgGIod/trf.map fgGIod/trf-fgGIod.map
62a7cdb
mv olpc/es.map olpc/es-olpc.map
62a7cdb
mv olpc/pt.map olpc/pt-olpc.map
62a7cdb
mv qwerty/cz.map qwerty/cz-qwerty.map
cvsdist 154cc39
popd
cvsdist 2d6cbbc
f58621e
# Convert to utf-8
f58621e
iconv -f iso-8859-1 -t utf-8 < "ChangeLog" > "ChangeLog_"
f58621e
mv "ChangeLog_" "ChangeLog"
f58621e
cvsdist 2d6cbbc
%build
f58621e
%configure --prefix=%{_prefix} --datadir=/lib/kbd --mandir=%{_mandir} --localedir=%{_datadir}/locale --enable-nls
a975bce
make %{?_smp_mflags}
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%install
cvsdist 32b2036
rm -rf $RPM_BUILD_ROOT
dc8a15b
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 32b2036
7981541
# ro_win.map.gz is useless
7981541
rm -f $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ro_win.map.gz
7981541
70c4b96
# Create additional name for Serbian latin keyboard
70c4b96
ln -s sr-cy.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/sr-latin.map.gz
70c4b96
3ecb6f8
# The rhpl keyboard layout table is indexed by kbd layout names, so we need a
4a2853b
# Korean keyboard
4a2853b
ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz
4a2853b
cvsdist 32b2036
# Move binaries which we use before /usr is mounted from %{_bindir} to /bin.
a975bce
mkdir -p $RPM_BUILD_ROOT/bin
977d909
for binary in setfont dumpkeys kbd_mode unicode_start unicode_stop loadkeys ; do
a975bce
  mv $RPM_BUILD_ROOT%{_bindir}/$binary $RPM_BUILD_ROOT/bin/
cvsdist 4b38178
done
cvsdist 2d6cbbc
dc8a15b
# Some microoptimization
dc8a15b
sed -i -e 's,\<kbd_mode\>,/bin/kbd_mode,g;s,\<setfont\>,/bin/setfont,g' \
a975bce
        $RPM_BUILD_ROOT/bin/unicode_start
dc8a15b
d2105d8
# Link open to openvt
d2105d8
ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
d2105d8
cvsdist 2d6cbbc
%find_lang %{name}
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%clean
a975bce
rm -rf $RPM_BUILD_ROOT
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%files -f %{name}.lang
a975bce
%defattr(-,root,root,-)
ef00d62
%doc ChangeLog AUTHORS README COPYING doc/kbd.FAQ*.html doc/font-formats/*.html doc/utf/utf* doc/dvorak/*
cvsdist 2d6cbbc
/bin/*
cvsdist 2d6cbbc
%{_bindir}/*
cvsdist 2d6cbbc
%{_mandir}/*/*
cvsdist 2d6cbbc
/lib/kbd
cvsdist 2d6cbbc
cvsdist 2d6cbbc
%changelog
8f691da
* Thu Mar  5 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-7
8f691da
- Add loadkeys 'q' option to loadkeys manpage and --help
8f691da
  Resolves: #487538
8f691da
0ea9932
* Mon Mar  2 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-6
0ea9932
- Remove static loadkeys binary (it's not needed anymore)
0ea9932
2e9f4a1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-5
2e9f4a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2e9f4a1
ef00d62
* Fri Feb  6 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-4
ef00d62
- Merge review (drop Provides/Obsoletes, change Prereq to Requires,
ef00d62
  add URL, convert ChangeLog to utf-8, replace locale destination
ef00d62
  with macro, add COPYING and add dvorak documentation)
f58621e
  Resolves: #225958
f58621e
62a7cdb
* Thu Jan 29 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-3
62a7cdb
- Rename conflicting keymaps to have unique names
62a7cdb
  Resolves: #481674
62a7cdb
977d909
* Mon Jan 12 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-2
977d909
- Move loadkeys to /bin
977d909
a975bce
* Thu Jan  8 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.15-1
a975bce
- Update to kbd-1.15
a975bce
3c53437
* Mon Sep  8 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-32
3c53437
- Rediff all patches to work with patch --fuzz=0
3c53437
- Add static loadkeys
3c53437
  Related: #451672
3c53437
37ad3b2
* Tue Feb 26 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-31
37ad3b2
- Fix trq.map
37ad3b2
  Resolves: #216710
37ad3b2
d2d669d
* Fri Feb 22 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-30
d2d669d
- Rebuild fo GCC 4.3
16cd782
c78f97d
* Tue Nov 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-29
c78f97d
- Stop kbdrate using consolehelper
c78f97d
  Resolves: #393231
c78f97d
d486f34
* Thu Nov 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-28
d486f34
- Fix ro.map.gz, add ro_std.map.gz, drop ro_win.map.gz,
d486f34
  add Lat2-Terminus16.psf console font (many thanks to Alexandru Szasz
d486f34
  <alexxed@gmail.com>)
d486f34
  Resolves: #253892
d486f34
fa0e96f
* Wed Oct 17 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-27
fa0e96f
- Add resizecons (with man page) for x86_64
fa0e96f
  Resolves: #333651
fa0e96f
c1ed17b
* Mon Oct 15 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-26
c1ed17b
- Fix ro.map to generate right unicode for s, S, t, T with comma
c1ed17b
- Fix LatArCyrHeb-16 unicode mapping table to show comma-version
c1ed17b
  of s, S, t, T and cedilla-version of s, S, t, T as the same glyph
c1ed17b
  (because there is no font in kbd for comma-version)
c1ed17b
  Resolves: #329071
c1ed17b
616bb46
* Tue Sep 18 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-25
616bb46
- Add new romanian keymap
616bb46
  Resolves: #253892
616bb46
70c4b96
* Mon Aug 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-24
70c4b96
- Fix license
70c4b96
- Symlink sr-cy layout to sr-latin
70c4b96
  Resolves: #253957
70c4b96
29206c5
* Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-23
70c4b96
- Rebuild
29206c5
49c3718
* Tue Jul  3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
49c3718
- Fix sun12x22 font missing unicode mapping table
49c3718
  Resolves: #244628
49c3718
4a2853b
* Tue Jan  9 2007 Miloslav Trmac <mitr@redhat.com> - 1.12-21
4a2853b
- Add a "ko" (Korean) keyboard layout, equivalent to the "us" layout
4a2853b
  Resolves: #220151
4a2853b
dc56124
* Thu Dec  7 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-20
dc56124
- Document that setkeycodes doesn't affect USB keyboards and that the kernel
dc56124
  doesn't provide the raw scan codes by default
dc56124
  Resolves: #211803
dc56124
8f55ce1
* Tue Oct 31 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-19
8f55ce1
- Ship "el" translation instead of the obsolete "gr" translation
8f55ce1
  Resolves: #210749
8f55ce1
- Fix %% quoting in %%changelog
8f55ce1
29fc267
* Fri Sep 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-18
29fc267
- Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)
29fc267
d2105d8
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.12-17
d2105d8
- Obsoletes/Provides open
d2105d8
- Create a symlink from open to openvt
d2105d8
20e36c0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.12-16.1
20e36c0
- rebuild
20e36c0
de177d9
* Sun Jul  9 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-16
de177d9
- Don't include <asm/kbdio.h> on SPARC (#198040, patch by Dennis Gilmore
de177d9
  <dennis@ausil.us>)
de177d9
bb1002f
* Mon May 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-15
bb1002f
- Fix missing BuildRequires (#193406)
bb1002f
e2c1028
* Mon Mar 27 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-14
e2c1028
- Don't install resizecons.8 on non-x86 (#186877, patch by Keiichi Mori
e2c1028
  <kmori@redhat.com>)
e2c1028
59fc0a4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.2
59fc0a4
- bump again for double-long bug on ppc(64)
59fc0a4
7be2f03
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.1
7be2f03
- rebuilt for new gcc4.1 snapshot and glibc changes
7be2f03
dc8a15b
* Fri Jan 20 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-13
dc8a15b
- Fix build with new coreutils
dc8a15b
- Hardcode paths in unicode_start to avoid a few file lookups (#178329)
dc8a15b
- Drop unnecessary Prereq: sed mktemp
dc8a15b
f003445
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f003445
- rebuilt
f003445
ec76993
* Thu Dec  1 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-12
ec76993
- Don't reload the keymap in unicode_start (#172425)
ec76993
b70a2c2
* Fri Nov 11 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-11
03e6156
- Don't ship character set lists (they are already in glibc-common) and an
03e6156
  obsolete copy of kbd.FAQ
03e6156
273a567
* Fri May 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-10
273a567
- Don't attempt to open directories as source files (#141634, original patch by
273a567
  Paul Nasrat)
273a567
7feb970
* Tue May 17 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-9
7feb970
- Fix another violation of C aliasing rules (#157720, patch by Jan Kratochvil)
7feb970
2e2e7a7
* Sat Mar 12 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-8
7feb970
- Fix violation of C aliasing rules (#150440)
2e2e7a7
2524ec4
* Sun Mar  6 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-7
2524ec4
- Don't run ldconfig
2524ec4
- Don't strip executables
2524ec4
67ff1c9
* Fri Mar  4 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-6
67ff1c9
- Rebuild with gcc4
67ff1c9
8dce19e
* Sun Feb 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-5
5aaa2af
- Put "Meta_acute" back in German keymaps, just ignore it in (loadkeys -u)
5aaa2af
  (patch by Jochen Schmitt)
5aaa2af
- Don't ship patch backup files, simpler way
8dce19e
ca7068c
* Sat Feb 19 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-4
ca7068c
- Don't ship a patch backup file
a975bce
- Mention in setfont.8 that 512-glyph fonts reduce the number of available
ca7068c
  colors (#140935, patch by Dmitry Butskoj)
ca7068c
- Remove "Meta_acute" from German keymaps (#143124)
ca7068c
- Make the %%triggerun script condition more precise, ignore failure of the
ca7068c
  script
ca7068c
havill d7825d6
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
havill d7825d6
- rebuilt
havill d7825d6
cvsdist 9432fa7
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9432fa7
- rebuilt
cvsdist 9432fa7
cvsdist 0d507b8
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com>
cvsdist 0d507b8
- update to 1.12
cvsdist 0d507b8
cvsdist 0d507b8
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0d507b8
- rebuilt
cvsdist 0d507b8
cvsdist ef9e80d
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
cvsdist ef9e80d
- remove speakup patch at request of author
cvsdist ef9e80d
a975bce
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
a975bce
- remove speakup patch at request of author
a975bce
cvsdist 154cc39
* Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 1.08-11
cvsdist 154cc39
- remove keytable init script (#106783)
cvsdist 154cc39
cvsdist 154cc39
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10.1
cvsdist 154cc39
- bump for RHEL
cvsdist 154cc39
cvsdist 154cc39
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10
cvsdist 154cc39
- apply the rukbd patch (#78218)
cvsdist 154cc39
cvsdist 154cc39
* Thu Jul 31 2003 Adrian Havill <havill@redhat.com> 1.08-9
cvsdist 154cc39
- don't print "plus before..." warnings about non-supported capslock
cvsdist 154cc39
  in unimode <Andries.Brouwer@cwi.nl> (#81855)
cvsdist 154cc39
cvsdist 154cc39
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.08-8
cvsdist 154cc39
- replaced Russian keyboard map with working UTF-8 equivalent (#79338)
cvsdist 154cc39
cvsdist 154cc39
* Thu Jul 24 2003 Adrian Havill <havill@redhat.com> 1.08-7
cvsdist 154cc39
- make euro/latin-9 the default instead of latin-1 and 7-bit (#97013)
cvsdist 154cc39
- fix swedish keymap; se, not sv (#88791)
cvsdist 154cc39
- add fr-latin0 legacy alias of fr-latin-9 (#88324)
cvsdist 154cc39
- add ".map" ext to filename param of init script (#90562)
cvsdist 154cc39
cvsdist 154cc39
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 154cc39
- rebuilt
cvsdist 154cc39
cvsdist 154cc39
* Thu Mar 06 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 154cc39
- build new rpm
cvsdist 154cc39
cvsdist 154cc39
* Fri Feb 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 154cc39
- ExcludeArch mainframe
cvsdist 154cc39
cvsdist 32b2036
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 1.08-4
cvsdist 32b2036
- remove condrestart from initscript
cvsdist 32b2036
cvsdist 32b2036
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 32b2036
- rebuilt
cvsdist 32b2036
cvsdist 32b2036
* Fri Dec  6 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-2
cvsdist 32b2036
- only output terminal unicode init sequence if both stdout and stderr are
cvsdist 32b2036
  connected to terminals, so that it doesn't show up when script outputs
cvsdist 32b2036
  get piped to files
cvsdist 32b2036
cvsdist 32b2036
* Fri Nov 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-1
cvsdist 32b2036
- update to 1.08
cvsdist 32b2036
- drop updates which went mainline
cvsdist 32b2036
cvsdist 32b2036
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-27
cvsdist 32b2036
- add detached signature
cvsdist 32b2036
- remove directory names from PAM configuration so that the same config file
cvsdist 32b2036
  can be used for any arch on multilib systems
cvsdist 32b2036
cvsdist e9f7111
* Wed Sep  4 2002 Bill Nottingham <notting@redhat.com> 1.06-26
cvsdist e9f7111
- don't munge /etc/sysconfig/i18n
cvsdist e9f7111
cvsdist ebba90d
* Tue Sep  3 2002 Bill Nottingham <notting@redhat.com> 1.06-25
cvsdist ebba90d
- don't run setsysfont in upgrade trigger on console-tools
cvsdist ebba90d
cvsdist 57be5a3
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 1.06-24
cvsdist 57be5a3
- use cyr-sun16 cyrillic chars in latarcyrheb-sun16 font
cvsdist 57be5a3
  instead of old LatArCyrHeb-16 chars
cvsdist 57be5a3
- add Euro character to latarcyrheb-sun16
cvsdist 57be5a3
- use latarcyrheb-sun16 by default in unicode_start script
cvsdist 57be5a3
cvsdist 36cfe93
* Tue Aug 27 2002 Jakub Jelinek <jakub@redhat.com> 1.06-23
cvsdist 36cfe93
- add back lat[02]-sun16 fonts plus latarcyrheb-sun16 font
cvsdist 36cfe93
cvsdist 77f6f0d
* Thu Aug 22 2002 Karsten Hopp <karsten@redhat.de>
a975bce
- needs to conflict with older util-linux packages
cvsdist 77f6f0d
  (kbdrate moved between packages)
cvsdist 77f6f0d
cvsdist 808a771
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 1.06-21
cvsdist 808a771
- remove Evil Hack in favor of slightly-less-evil-hack in initscripts
cvsdist 808a771
cvsdist 4b38178
* Tue Jul  9 2002 Bill Nottingham <notting@redhat.com> 1.06-20
cvsdist 4b38178
- fix speakup keymap names
cvsdist 4b38178
cvsdist 4b38178
* Tue Jul 09 2002 Phil Knirsch <pknirsch@redhat.com> 1.06-19
cvsdist 4b38178
- Evil hack to make setfont work correctly on all consoles (#68018)
cvsdist 4b38178
cvsdist 4b38178
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.06-18
cvsdist 4b38178
- move unicode_stop to /bin too
cvsdist 4b38178
- fix path to loadkeys in keytable.init
cvsdist 4b38178
- add in speakup keymaps
cvsdist 4b38178
cvsdist 4b38178
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 4b38178
- automated rebuild
cvsdist 4b38178
cvsdist 4b38178
* Tue Jun 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-16
cvsdist 4b38178
- fix incorrect path in console.apps configuration file
cvsdist 4b38178
cvsdist 4b38178
* Thu May 30 2002 Bill Nottingham <notting@redhat.com> 1.06-14
cvsdist 4b38178
- move some more stuff to /bin (unicode_start and dependencies)
cvsdist 4b38178
cvsdist 4b38178
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 4b38178
- automated rebuild
cvsdist 4b38178
cvsdist 2d6cbbc
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-12
cvsdist 2d6cbbc
- Rebuild in new environment
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-11
8f55ce1
- Oops, actually list the pam files in %%files
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-10
cvsdist 2d6cbbc
- Add and consolehelper'ify kbdrate
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-9
cvsdist 2d6cbbc
- Re-remove kbdrate
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Thu Jan 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-7
cvsdist 2d6cbbc
- Fix build in current environment
cvsdist 2d6cbbc
- Get rid of kbdrate, it's in util-linux these days
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Wed Jul 18 2001 Matt Wilson <msw@redhat.com>
cvsdist 2d6cbbc
- added a patch (Patch4) that allows --tty= in setfont
cvsdist 2d6cbbc
- modified patch not to break translations
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Tue Jul  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-4
cvsdist 2d6cbbc
- Add cyrillic patches from leon@geon.donetsk.ua (#47144)
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-3
cvsdist 2d6cbbc
- Fix "Alt+AltGr=Compose" in qwertz-keyboards
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-2
cvsdist 2d6cbbc
- Fix "make install" and init script (#45327)
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
cvsdist 2d6cbbc
- update to 1.0.6
cvsdist 2d6cbbc
- use %%{_tmppath}
cvsdist 2d6cbbc
- use find_lang
cvsdist 2d6cbbc
- support new gettext
cvsdist 2d6cbbc
- remove some patch files, which are included in 1.0.6
cvsdist 2d6cbbc
- fix to use RPM_OPT_FLAGS
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Thu May  3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-3
cvsdist 2d6cbbc
- Fix up resizecons
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Wed May  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-2
cvsdist 2d6cbbc
- Build everything, obsoletes console-tools
cvsdist 2d6cbbc
- s/Copyright:/License:/
cvsdist 2d6cbbc
- License is GPL, not just distributable
cvsdist 2d6cbbc
- Add our compose mappings from old console-tools
cvsdist 2d6cbbc
- Add triggerpostun -- console-tools magic to get sane fonts and mappings
cvsdist 2d6cbbc
cvsdist 2d6cbbc
* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
cvsdist 2d6cbbc
- initial packaging for kbdrate