Blame SPECS/kbd.spec

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