2004-09-09 06:39:29 +00:00
|
|
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
|
|
|
Name: kbd
|
2004-09-09 06:41:44 +00:00
|
|
|
Version: 1.12
|
2007-07-03 08:43:38 +00:00
|
|
|
Release: 22
|
2004-09-09 06:39:29 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
2004-09-09 06:40:24 +00:00
|
|
|
Source1: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2.sign
|
|
|
|
Source2: kbdrate.apps
|
|
|
|
Source3: kbdrate.pam
|
2006-01-20 17:58:10 +00:00
|
|
|
Source4: kbd-latsun-fonts.tar.bz2
|
2007-07-03 08:43:38 +00:00
|
|
|
Source5: kbd-sun12x22-fixed.tar.bz2
|
2004-09-09 06:39:29 +00:00
|
|
|
Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
2006-05-29 02:35:22 +00:00
|
|
|
BuildRequires: bison, flex, gettext
|
2004-09-09 06:39:29 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2006-07-09 00:29:56 +00:00
|
|
|
Patch0: kbd-1.12-sparc.patch
|
2004-09-09 06:40:24 +00:00
|
|
|
Patch1: kbd-1.08-compose.patch
|
2005-02-19 22:24:33 +00:00
|
|
|
Patch2: kbd-1.08-terminal.patch
|
|
|
|
Patch3: kbd-1.08-rukbd.patch
|
|
|
|
Patch4: kbd-1.12-setfont-man.patch
|
2005-02-20 21:27:36 +00:00
|
|
|
Patch5: kbd-1.12-Meta_utf8.patch
|
2005-03-06 20:58:33 +00:00
|
|
|
Patch6: kbd-1.12-nostrip.patch
|
2005-03-11 23:56:14 +00:00
|
|
|
Patch7: kbd-1.12-alias.patch
|
2005-05-20 14:04:10 +00:00
|
|
|
Patch8: kbd-1.12-dir.patch
|
2005-12-01 18:54:08 +00:00
|
|
|
Patch9: kbd-1.12-no-user-map.patch
|
2006-03-27 14:57:05 +00:00
|
|
|
Patch10: kbd-1.12-resizecon-man.patch
|
2006-10-31 02:48:59 +00:00
|
|
|
Patch11: kbd-1.12-gr-el.patch
|
2006-12-07 17:12:31 +00:00
|
|
|
Patch12: kbd-1.12-keycodes-man.patch
|
2006-07-15 00:46:38 +00:00
|
|
|
Obsoletes: console-tools open
|
|
|
|
Provides: console-tools open
|
2004-09-09 06:39:41 +00:00
|
|
|
Conflicts: util-linux < 2.11r-9
|
2006-01-20 17:58:10 +00:00
|
|
|
Prereq: initscripts >= 5.86-1
|
2004-09-09 06:40:59 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2004-09-09 06:39:29 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The %{name} package contains tools for managing a Linux
|
|
|
|
system's console's behavior, including the keyboard, the screen
|
|
|
|
fonts, the virtual terminals and font files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
2007-07-03 08:43:38 +00:00
|
|
|
%setup -q -a 4 -a 5
|
2004-09-09 06:40:24 +00:00
|
|
|
%patch0 -p1 -b .sparc
|
|
|
|
%patch1 -p1
|
2005-02-19 22:24:33 +00:00
|
|
|
%patch2 -p1 -b .terminal
|
2005-02-20 15:15:23 +00:00
|
|
|
%patch3 -p1
|
2005-02-19 22:24:33 +00:00
|
|
|
%patch4 -p1 -b .man
|
2005-02-20 21:27:36 +00:00
|
|
|
%patch5 -p1 -b .Meta_utf8
|
2005-03-06 20:58:33 +00:00
|
|
|
%patch6 -p1 -b .nostrip
|
2005-03-11 23:56:14 +00:00
|
|
|
%patch7 -p1 -b .alias
|
2005-05-20 14:04:10 +00:00
|
|
|
%patch8 -p1 -b .dir
|
2005-12-01 18:54:08 +00:00
|
|
|
%patch9 -p1 -b .no-user-map
|
2006-03-27 14:57:05 +00:00
|
|
|
%patch10 -p1 -b .resizecon-man
|
2006-10-31 02:48:59 +00:00
|
|
|
%patch11 -p1 -b .gr-el
|
2006-12-07 17:12:31 +00:00
|
|
|
%patch12 -p1 -b .keycodes-man
|
2004-09-09 06:40:59 +00:00
|
|
|
|
|
|
|
# 7-bit maps are obsolete; so are non-euro maps
|
|
|
|
pushd data/keymaps/i386
|
2004-09-09 06:41:44 +00:00
|
|
|
mv qwerty/fi.map qwerty/fi-old.map
|
|
|
|
cp qwerty/fi-latin9.map qwerty/fi.map
|
|
|
|
cp qwerty/pt-latin9.map qwerty/pt.map
|
|
|
|
cp qwerty/sv-latin1.map qwerty/se-latin1.map
|
2004-09-09 06:40:59 +00:00
|
|
|
|
2004-09-09 06:41:44 +00:00
|
|
|
mv azerty/fr.map azerty/fr-old.map
|
|
|
|
cp azerty/fr-latin9.map azerty/fr.map
|
2004-09-09 06:40:59 +00:00
|
|
|
|
2004-09-09 06:41:44 +00:00
|
|
|
cp azerty/fr-latin9.map azerty/fr-latin0.map # legacy alias
|
2004-09-09 06:40:59 +00:00
|
|
|
popd
|
2004-09-09 06:39:29 +00:00
|
|
|
|
2004-09-09 06:40:00 +00:00
|
|
|
# Default to latarcyrheb-sun16 font for unicode
|
|
|
|
perl -pi -e 's/LatArCyrHeb-16/latarcyrheb-sun16/' src/unicode_start
|
|
|
|
|
2004-09-09 06:39:29 +00:00
|
|
|
%build
|
|
|
|
export OLD_PO_FILE_INPUT=yes
|
|
|
|
|
2004-09-09 06:40:24 +00:00
|
|
|
# We don't use % {configure} because the ./configure included here does not
|
|
|
|
# understand most of the options.
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
2006-01-20 17:58:10 +00:00
|
|
|
./configure --prefix=%{_prefix} --datadir=/lib/kbd --mandir=%{_mandir}
|
2004-09-09 06:39:29 +00:00
|
|
|
|
2004-09-09 06:40:24 +00:00
|
|
|
# Override CFLAGS because this configure ignores them anyway, and LDFLAGS
|
|
|
|
# because it defaults to -s, but that's a build policy decision.
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=
|
2004-09-09 06:39:29 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 06:40:24 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# Basic install.
|
2006-01-20 17:58:10 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 06:40:24 +00:00
|
|
|
|
2007-01-09 10:03:09 +00:00
|
|
|
# The rhpl keyboard layout table is indexed by kbd layout names, so we need a
|
2007-01-09 10:01:57 +00:00
|
|
|
# Korean keyboard
|
|
|
|
ln -s us.map.gz $RPM_BUILD_ROOT/lib/kbd/keymaps/i386/qwerty/ko.map.gz
|
|
|
|
|
2004-09-09 06:40:24 +00:00
|
|
|
# Move binaries which we use before /usr is mounted from %{_bindir} to /bin.
|
2004-09-09 06:39:35 +00:00
|
|
|
for binary in setfont dumpkeys kbd_mode unicode_start unicode_stop ; do
|
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/$binary $RPM_BUILD_ROOT/bin
|
|
|
|
done
|
2004-09-09 06:39:29 +00:00
|
|
|
|
2006-01-20 17:58:10 +00:00
|
|
|
# Some microoptimization
|
|
|
|
sed -i -e 's,\<kbd_mode\>,/bin/kbd_mode,g;s,\<setfont\>,/bin/setfont,g' \
|
|
|
|
$RPM_BUILD_ROOT/bin/unicode_start
|
|
|
|
|
|
|
|
|
2004-09-09 06:40:24 +00:00
|
|
|
# Set up kbdrate to be userhelpered.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
2004-09-09 06:39:29 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/kbdrate $RPM_BUILD_ROOT%{_sbindir}
|
|
|
|
ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/kbdrate
|
2006-01-20 17:58:10 +00:00
|
|
|
install -c -m644 %{SOURCE2} \
|
2004-09-09 06:40:24 +00:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/kbdrate
|
2006-01-20 17:58:10 +00:00
|
|
|
install -c -m644 %{SOURCE3} \
|
2004-09-09 06:40:24 +00:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/pam.d/kbdrate
|
2004-09-09 06:39:29 +00:00
|
|
|
|
2006-07-15 00:46:38 +00:00
|
|
|
# Link open to openvt
|
|
|
|
ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|
|
|
|
2004-09-09 06:39:29 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
2005-02-19 22:24:33 +00:00
|
|
|
%triggerun -- kbd < 1.08-10.2
|
|
|
|
/sbin/chkconfig --del keytable || :
|
2004-09-09 06:39:29 +00:00
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2005-09-17 22:37:30 +00:00
|
|
|
%doc CHANGES CREDITS README doc/kbd.FAQ*.html doc/font-formats/*.html doc/utf/utf*
|
2004-09-09 06:39:29 +00:00
|
|
|
/bin/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
|
|
|
%{_mandir}/*/*
|
|
|
|
/lib/kbd
|
|
|
|
%config %{_sysconfdir}/security/console.apps/*
|
|
|
|
%config %{_sysconfdir}/pam.d/*
|
|
|
|
|
|
|
|
%changelog
|
2007-07-03 08:43:38 +00:00
|
|
|
* Tue Jul 3 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.12-22
|
|
|
|
- Fix sun12x22 font missing unicode mapping table
|
|
|
|
Resolves: #244628
|
|
|
|
|
2007-01-09 10:01:57 +00:00
|
|
|
* 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
|
|
|
|
|
2006-12-07 17:12:31 +00:00
|
|
|
* Thu Dec 7 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-20
|
|
|
|
- Document that setkeycodes doesn't affect USB keyboards and that the kernel
|
|
|
|
doesn't provide the raw scan codes by default
|
|
|
|
Resolves: #211803
|
|
|
|
|
2006-10-31 02:48:59 +00:00
|
|
|
* Tue Oct 31 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-19
|
|
|
|
- Ship "el" translation instead of the obsolete "gr" translation
|
|
|
|
Resolves: #210749
|
|
|
|
- Fix %% quoting in %%changelog
|
|
|
|
|
2006-09-29 11:23:24 +00:00
|
|
|
* Fri Sep 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-18
|
|
|
|
- Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)
|
|
|
|
|
2006-07-15 00:46:38 +00:00
|
|
|
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.12-17
|
|
|
|
- Obsoletes/Provides open
|
|
|
|
- Create a symlink from open to openvt
|
|
|
|
|
2006-07-12 06:36:54 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.12-16.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-09 00:29:56 +00:00
|
|
|
* Sun Jul 9 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-16
|
|
|
|
- Don't include <asm/kbdio.h> on SPARC (#198040, patch by Dennis Gilmore
|
|
|
|
<dennis@ausil.us>)
|
|
|
|
|
2006-05-29 02:35:22 +00:00
|
|
|
* Mon May 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-15
|
|
|
|
- Fix missing BuildRequires (#193406)
|
|
|
|
|
2006-03-27 14:57:05 +00:00
|
|
|
* Mon Mar 27 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-14
|
|
|
|
- Don't install resizecons.8 on non-x86 (#186877, patch by Keiichi Mori
|
|
|
|
<kmori@redhat.com>)
|
|
|
|
|
2006-02-11 03:43:33 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:21:26 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.12-13.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-20 17:58:10 +00:00
|
|
|
* Fri Jan 20 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-13
|
|
|
|
- Fix build with new coreutils
|
|
|
|
- Hardcode paths in unicode_start to avoid a few file lookups (#178329)
|
|
|
|
- Drop unnecessary Prereq: sed mktemp
|
|
|
|
|
2005-12-09 22:41:07 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-01 18:54:08 +00:00
|
|
|
* Thu Dec 1 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-12
|
|
|
|
- Don't reload the keymap in unicode_start (#172425)
|
|
|
|
|
2005-11-11 21:13:48 +00:00
|
|
|
* Fri Nov 11 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-11
|
2005-09-17 22:37:30 +00:00
|
|
|
- Don't ship character set lists (they are already in glibc-common) and an
|
|
|
|
obsolete copy of kbd.FAQ
|
|
|
|
|
2005-05-20 14:04:10 +00:00
|
|
|
* Fri May 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-10
|
|
|
|
- Don't attempt to open directories as source files (#141634, original patch by
|
|
|
|
Paul Nasrat)
|
|
|
|
|
2005-05-17 09:24:22 +00:00
|
|
|
* Tue May 17 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-9
|
|
|
|
- Fix another violation of C aliasing rules (#157720, patch by Jan Kratochvil)
|
|
|
|
|
2005-03-11 23:56:14 +00:00
|
|
|
* Sat Mar 12 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-8
|
2005-05-17 09:24:22 +00:00
|
|
|
- Fix violation of C aliasing rules (#150440)
|
2005-03-11 23:56:14 +00:00
|
|
|
|
2005-03-06 20:58:33 +00:00
|
|
|
* Sun Mar 6 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-7
|
|
|
|
- Don't run ldconfig
|
|
|
|
- Don't strip executables
|
|
|
|
|
2005-03-04 20:31:44 +00:00
|
|
|
* Fri Mar 4 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-6
|
|
|
|
- Rebuild with gcc4
|
|
|
|
|
2005-02-20 15:15:23 +00:00
|
|
|
* Sun Feb 20 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-5
|
2005-02-20 21:27:36 +00:00
|
|
|
- Put "Meta_acute" back in German keymaps, just ignore it in (loadkeys -u)
|
|
|
|
(patch by Jochen Schmitt)
|
|
|
|
- Don't ship patch backup files, simpler way
|
2005-02-20 15:15:23 +00:00
|
|
|
|
2005-02-19 22:24:33 +00:00
|
|
|
* Sat Feb 19 2005 Miloslav Trmac <mitr@redhat.com> - 1.12-4
|
|
|
|
- Don't ship a patch backup file
|
|
|
|
- Mention in setfont.8 that 512-glyph fonts reduce the number of available
|
|
|
|
colors (#140935, patch by Dmitry Butskoj)
|
|
|
|
- Remove "Meta_acute" from German keymaps (#143124)
|
|
|
|
- Make the %%triggerun script condition more precise, ignore failure of the
|
|
|
|
script
|
|
|
|
|
2005-02-14 10:09:10 +00:00
|
|
|
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:41:59 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:41:44 +00:00
|
|
|
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com>
|
|
|
|
- update to 1.12
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 06:41:04 +00:00
|
|
|
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
|
|
|
|
- remove speakup patch at request of author
|
|
|
|
|
2004-09-09 06:40:59 +00:00
|
|
|
* Fri Oct 10 2003 Bill Nottingham <notting@redhat.com> 1.08-11
|
|
|
|
- remove keytable init script (#106783)
|
|
|
|
|
|
|
|
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10.1
|
|
|
|
- bump for RHEL
|
|
|
|
|
|
|
|
* Tue Aug 12 2003 Adrian Havill <havill@rtedhat.com> 1.08-10
|
|
|
|
- apply the rukbd patch (#78218)
|
|
|
|
|
|
|
|
* Thu Jul 31 2003 Adrian Havill <havill@redhat.com> 1.08-9
|
|
|
|
- don't print "plus before..." warnings about non-supported capslock
|
|
|
|
in unimode <Andries.Brouwer@cwi.nl> (#81855)
|
|
|
|
|
|
|
|
* Wed Jul 30 2003 Adrian Havill <havill@redhat.com> 1.08-8
|
|
|
|
- replaced Russian keyboard map with working UTF-8 equivalent (#79338)
|
|
|
|
|
|
|
|
* Thu Jul 24 2003 Adrian Havill <havill@redhat.com> 1.08-7
|
|
|
|
- make euro/latin-9 the default instead of latin-1 and 7-bit (#97013)
|
|
|
|
- fix swedish keymap; se, not sv (#88791)
|
|
|
|
- add fr-latin0 legacy alias of fr-latin-9 (#88324)
|
|
|
|
- add ".map" ext to filename param of init script (#90562)
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Mar 06 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- build new rpm
|
|
|
|
|
|
|
|
* Fri Feb 21 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- ExcludeArch mainframe
|
|
|
|
|
2004-09-09 06:40:24 +00:00
|
|
|
* Thu Jan 30 2003 Bill Nottingham <notting@redhat.com> 1.08-4
|
|
|
|
- remove condrestart from initscript
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Dec 6 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-2
|
|
|
|
- only output terminal unicode init sequence if both stdout and stderr are
|
|
|
|
connected to terminals, so that it doesn't show up when script outputs
|
|
|
|
get piped to files
|
|
|
|
|
|
|
|
* Fri Nov 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.08-1
|
|
|
|
- update to 1.08
|
|
|
|
- drop updates which went mainline
|
|
|
|
|
|
|
|
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-27
|
|
|
|
- add detached signature
|
|
|
|
- remove directory names from PAM configuration so that the same config file
|
|
|
|
can be used for any arch on multilib systems
|
|
|
|
|
2004-09-09 06:40:20 +00:00
|
|
|
* Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 1.06-26
|
|
|
|
- don't munge /etc/sysconfig/i18n
|
|
|
|
|
2004-09-09 06:40:05 +00:00
|
|
|
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 1.06-25
|
|
|
|
- don't run setsysfont in upgrade trigger on console-tools
|
|
|
|
|
2004-09-09 06:40:00 +00:00
|
|
|
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 1.06-24
|
|
|
|
- use cyr-sun16 cyrillic chars in latarcyrheb-sun16 font
|
|
|
|
instead of old LatArCyrHeb-16 chars
|
|
|
|
- add Euro character to latarcyrheb-sun16
|
|
|
|
- use latarcyrheb-sun16 by default in unicode_start script
|
|
|
|
|
2004-09-09 06:39:44 +00:00
|
|
|
* Tue Aug 27 2002 Jakub Jelinek <jakub@redhat.com> 1.06-23
|
|
|
|
- add back lat[02]-sun16 fonts plus latarcyrheb-sun16 font
|
|
|
|
|
2004-09-09 06:39:41 +00:00
|
|
|
* Thu Aug 22 2002 Karsten Hopp <karsten@redhat.de>
|
|
|
|
- needs to conflict with older util-linux packages
|
|
|
|
(kbdrate moved between packages)
|
|
|
|
|
2004-09-09 06:39:39 +00:00
|
|
|
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 1.06-21
|
|
|
|
- remove Evil Hack in favor of slightly-less-evil-hack in initscripts
|
|
|
|
|
2004-09-09 06:39:35 +00:00
|
|
|
* Tue Jul 9 2002 Bill Nottingham <notting@redhat.com> 1.06-20
|
|
|
|
- fix speakup keymap names
|
|
|
|
|
|
|
|
* Tue Jul 09 2002 Phil Knirsch <pknirsch@redhat.com> 1.06-19
|
|
|
|
- Evil hack to make setfont work correctly on all consoles (#68018)
|
|
|
|
|
|
|
|
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com> 1.06-18
|
|
|
|
- move unicode_stop to /bin too
|
|
|
|
- fix path to loadkeys in keytable.init
|
|
|
|
- add in speakup keymaps
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue Jun 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.06-16
|
|
|
|
- fix incorrect path in console.apps configuration file
|
|
|
|
|
|
|
|
* Thu May 30 2002 Bill Nottingham <notting@redhat.com> 1.06-14
|
|
|
|
- move some more stuff to /bin (unicode_start and dependencies)
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 06:39:29 +00:00
|
|
|
* Mon Feb 25 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-12
|
|
|
|
- Rebuild in new environment
|
|
|
|
|
|
|
|
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-11
|
2006-10-31 02:48:59 +00:00
|
|
|
- Oops, actually list the pam files in %%files
|
2004-09-09 06:39:29 +00:00
|
|
|
|
|
|
|
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-10
|
|
|
|
- Add and consolehelper'ify kbdrate
|
|
|
|
|
|
|
|
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-9
|
|
|
|
- Re-remove kbdrate
|
|
|
|
|
|
|
|
* Thu Jan 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-7
|
|
|
|
- Fix build in current environment
|
|
|
|
- Get rid of kbdrate, it's in util-linux these days
|
|
|
|
|
|
|
|
* Wed Jul 18 2001 Matt Wilson <msw@redhat.com>
|
|
|
|
- added a patch (Patch4) that allows --tty= in setfont
|
|
|
|
- modified patch not to break translations
|
|
|
|
|
|
|
|
* Tue Jul 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-4
|
|
|
|
- Add cyrillic patches from leon@geon.donetsk.ua (#47144)
|
|
|
|
|
|
|
|
* Tue Jun 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-3
|
|
|
|
- Fix "Alt+AltGr=Compose" in qwertz-keyboards
|
|
|
|
|
|
|
|
* Mon Jun 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-2
|
|
|
|
- Fix "make install" and init script (#45327)
|
|
|
|
|
|
|
|
* Sat Jun 16 2001 Than Ngo <than@redhat.com>
|
|
|
|
- update to 1.0.6
|
|
|
|
- use %%{_tmppath}
|
|
|
|
- use find_lang
|
|
|
|
- support new gettext
|
|
|
|
- remove some patch files, which are included in 1.0.6
|
|
|
|
- fix to use RPM_OPT_FLAGS
|
|
|
|
|
|
|
|
* Thu May 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-3
|
|
|
|
- Fix up resizecons
|
|
|
|
|
|
|
|
* Wed May 2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.05-2
|
|
|
|
- Build everything, obsoletes console-tools
|
|
|
|
- s/Copyright:/License:/
|
|
|
|
- License is GPL, not just distributable
|
|
|
|
- Add our compose mappings from old console-tools
|
|
|
|
- Add triggerpostun -- console-tools magic to get sane fonts and mappings
|
|
|
|
|
|
|
|
* Tue Apr 17 2001 Erik Troan <ewt@redhat.com>
|
|
|
|
- initial packaging for kbdrate
|