auto-import changelog data from kbd-1.12-1.src.rpm
Thu Feb 26 2004 Adrian Havill <havill@redhat.com> - update to 1.12 Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
ef9e80d2a3
commit
0d507b80a7
@ -1,2 +1,2 @@
|
|||||||
kbd-1.08.tar.bz2
|
kbd-1.12.tar.bz2
|
||||||
kbd-latsun-fonts.tar.bz2
|
kbd-latsun-fonts.tar.bz2
|
||||||
|
8
kbd-1.12.tar.bz2.sign
Normal file
8
kbd-1.12.tar.bz2.sign
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||||
|
Comment: See http://www.kernel.org/signature.html for info
|
||||||
|
|
||||||
|
iD8DBQBACGOYyGugalF9Dw4RAqbqAJ95xI7sjlx8X68Ce4y6Nbrxyg2QywCeNksw
|
||||||
|
wTrKRbCwt/Ua4hX5ZoJqfvs=
|
||||||
|
=i6tP
|
||||||
|
-----END PGP SIGNATURE-----
|
30
kbd.spec
30
kbd.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 1.08
|
Version: 1.12
|
||||||
Release: 12
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
||||||
@ -14,10 +14,7 @@ Requires: pam >= 0.66-4, /etc/pam.d/system-auth, usermode
|
|||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Patch0: kbd-1.08-sparc.patch
|
Patch0: kbd-1.08-sparc.patch
|
||||||
Patch1: kbd-1.08-compose.patch
|
Patch1: kbd-1.08-compose.patch
|
||||||
Patch2: kbd-1.06-nonroot.patch
|
|
||||||
Patch3: kbd-1.06-othervt.patch
|
|
||||||
Patch4: kbd-1.08-terminal.patch
|
Patch4: kbd-1.08-terminal.patch
|
||||||
Patch6: kbd-1.08-nowarn.patch
|
|
||||||
Patch7: kbd-1.08-rukbd.patch
|
Patch7: kbd-1.08-rukbd.patch
|
||||||
Obsoletes: console-tools
|
Obsoletes: console-tools
|
||||||
Provides: console-tools
|
Provides: console-tools
|
||||||
@ -35,23 +32,20 @@ fonts, the virtual terminals and font files.
|
|||||||
%setup -q -a 5
|
%setup -q -a 5
|
||||||
%patch0 -p1 -b .sparc
|
%patch0 -p1 -b .sparc
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .nonroot
|
|
||||||
%patch3 -p1 -b .othervt
|
|
||||||
%patch4 -p1 -b .terminal
|
%patch4 -p1 -b .terminal
|
||||||
%patch6 -p1 -b .nowarn
|
|
||||||
%patch7 -p1 -b .utf8ru
|
%patch7 -p1 -b .utf8ru
|
||||||
|
|
||||||
# 7-bit maps are obsolete; so are non-euro maps
|
# 7-bit maps are obsolete; so are non-euro maps
|
||||||
pushd data/keymaps/i386
|
pushd data/keymaps/i386
|
||||||
mv -f qwerty/fi.map qwerty/fi-old.map
|
mv qwerty/fi.map qwerty/fi-old.map
|
||||||
cp -f qwerty/fi-latin9.map qwerty/fi.map
|
cp qwerty/fi-latin9.map qwerty/fi.map
|
||||||
cp -f qwerty/pt-latin9.map qwerty/pt.map
|
cp qwerty/pt-latin9.map qwerty/pt.map
|
||||||
cp -f qwerty/sv-latin1.map qwerty/se-latin1.map
|
cp qwerty/sv-latin1.map qwerty/se-latin1.map
|
||||||
|
|
||||||
mv -f azerty/fr.map azerty/fr-old.map
|
mv azerty/fr.map azerty/fr-old.map
|
||||||
cp -f azerty/fr-latin9.map azerty/fr.map
|
cp azerty/fr-latin9.map azerty/fr.map
|
||||||
|
|
||||||
cp -f azerty/fr-latin9.map azerty/fr-latin0.map # legacy alias
|
cp azerty/fr-latin9.map azerty/fr-latin0.map # legacy alias
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Default to latarcyrheb-sun16 font for unicode
|
# Default to latarcyrheb-sun16 font for unicode
|
||||||
@ -126,6 +120,12 @@ install -c -m644 $RPM_SOURCE_DIR/kbdrate.pam \
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 26 2004 Adrian Havill <havill@redhat.com>
|
||||||
|
- update to 1.12
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
|
* Wed Jan 14 2004 Bill Nottingham <notting@redhat.com> 1.08-12
|
||||||
- remove speakup patch at request of author
|
- remove speakup patch at request of author
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user