auto-import changelog data from kbd-1.06-25.src.rpm
Tue Sep 03 2002 Bill Nottingham <notting@redhat.com> 1.06-25 - don't run setsysfont in upgrade trigger on console-tools
This commit is contained in:
parent
57be5a39c8
commit
ebba90d122
6
kbd.spec
6
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.06
|
Version: 1.06
|
||||||
Release: 24
|
Release: 25
|
||||||
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
|
||||||
@ -110,7 +110,6 @@ if [ -e /etc/sysconfig/i18n ]; then
|
|||||||
mv -f $TMP /etc/sysconfig/i18n
|
mv -f $TMP /etc/sysconfig/i18n
|
||||||
chmod 0644 /etc/sysconfig/i18n
|
chmod 0644 /etc/sysconfig/i18n
|
||||||
rm -f $TMP
|
rm -f $TMP
|
||||||
/sbin/setsysfont 2>/dev/null || :
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -125,6 +124,9 @@ fi
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 1.06-25
|
||||||
|
- don't run setsysfont in upgrade trigger on console-tools
|
||||||
|
|
||||||
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 1.06-24
|
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 1.06-24
|
||||||
- use cyr-sun16 cyrillic chars in latarcyrheb-sun16 font
|
- use cyr-sun16 cyrillic chars in latarcyrheb-sun16 font
|
||||||
instead of old LatArCyrHeb-16 chars
|
instead of old LatArCyrHeb-16 chars
|
||||||
|
Loading…
Reference in New Issue
Block a user