From 62d553d0af4b73a674de51ffb1bcd437df9f97ada3943ed28682819b2c691b8b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 11 Aug 2008 20:43:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=13 --- gpm.changes | 6 ++++++ gpm.spec | 16 +++++++++++++--- rcgpm | 4 ++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/gpm.changes b/gpm.changes index b3c1b6e..e75b278 100644 --- a/gpm.changes +++ b/gpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 11 10:20:49 CEST 2008 - anosek@suse.cz + +- fixed gpm not enabled at all run levels (bnc#340646) + - enabled gpm also for runlevel 5 in /etc/init.d/gpm + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/gpm.spec b/gpm.spec index dd29e6f..fb89bee 100644 --- a/gpm.spec +++ b/gpm.spec @@ -2,9 +2,16 @@ # spec file for package gpm (Version 1.20.1) # # 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/ # @@ -20,7 +27,7 @@ Provides: select PreReq: /bin/sed %insserv_prereq %fillup_prereq AutoReqProv: on Version: 1.20.1 -Release: 415 +Release: 437 Summary: Console Mouse Support Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2 Source1: rcgpm @@ -167,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT /var/adm/fillup-templates/* %changelog +* Mon Aug 11 2008 anosek@suse.cz +- fixed gpm not enabled at all run levels (bnc#340646) + - enabled gpm also for runlevel 5 in /etc/init.d/gpm * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support diff --git a/rcgpm b/rcgpm index 77eed11..2773db2 100644 --- a/rcgpm +++ b/rcgpm @@ -16,8 +16,8 @@ # Should-Start: # Required-Stop: $remote_fs $syslog # Should-Stop: -# Default-Start: 2 3 -# Default-Stop: 0 1 5 6 +# Default-Start: 2 3 5 +# Default-Stop: 0 1 6 # Description: Start gpm to allow mouse on console # Short-Description: Console mouse support ### END INIT INFO