OBS User unknown 2008-08-18 16:44:04 +00:00 committed by Git OBS Bridge
parent e4dcc9c0ef
commit 46e5d90a5c
3 changed files with 29 additions and 8 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 18 18:08:29 CEST 2008 - mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
-------------------------------------------------------------------
Mon Aug 18 11:21:24 CEST 2008 - werner@suse.de
- Fix LSB header of kbd init script
-------------------------------------------------------------------
Wed Jun 4 18:53:46 CEST 2008 - werner@suse.de

View File

@ -22,11 +22,11 @@
### BEGIN INIT INFO
# Provides: kbd
# Required-Start: $remote_fs
# Required-Stop:
# Should-Start: fbset setserial
# Should-Stop:
# Required-Stop: $remote_fs
# Should-Start: fbset setserial
# Should-Stop: $null
# Default-Start: 1 2 3 5 S
# Default-Stop:
# Default-Stop: 0 6
# Short-Description: Keyboard settings
# Description: Keyboard settings (don't disable!)
### END INIT INFO

View File

@ -2,9 +2,16 @@
# spec file for package kbd (Version 1.12)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -17,7 +24,7 @@ License: GPL v2 or later
Group: System/Console
AutoReqProv: on
Version: 1.12
Release: 186
Release: 201
Summary: Keyboard and Font Utilities
Source: ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/%{name}-%{version}.tar.bz2
Source1: kbd_fonts.tar.bz2
@ -248,7 +255,7 @@ install -m 644 %SOURCE12 $RPM_BUILD_ROOT/%{_mandir}/man8/
%find_lang %{name}
%post
%{fillup_and_insserv -npy console kbd}
%{fillup_and_insserv -ny console kbd}
%{fillup_only -n keyboard}
#echo "Please read the docu about the new COMPOSETABLE rc.config variable."
#echo "See /etc/sysconfig/console, /etc/sysconfig/keyboard"
@ -336,6 +343,10 @@ rm -rf $RPM_BUILD_ROOT
#rm -rf $RPM_BUILD_DIR/kbd-%{version}
%changelog
* Mon Aug 18 2008 mrueckert@suse.de
- remove outdated options in the fillup_and_insserv call
* Mon Aug 18 2008 werner@suse.de
- Fix LSB header of kbd init script
* Wed Jun 04 2008 werner@suse.de
- Add "-C" option also to dumpkeys to make kbd init script work on
/dev/console and /dev/tty even within e.g. xterm (bnc#337238)