From 0105f0cd06f65eb9eee43a4c8470b6f5612f66ecae098ad5a1f08ef8e3d93483 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 10 Mar 2021 13:41:37 +0000 Subject: [PATCH] - remove unnecessary StandardOutput override in the unit definition file. (bsc#1182147) OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=58 --- gpm.changes | 6 ++++++ gpm.service | 1 - gpm.spec | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gpm.changes b/gpm.changes index 0088913..99c7c8b 100644 --- a/gpm.changes +++ b/gpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 10 13:17:37 UTC 2021 - Adam Majer + +- remove unnecessary StandardOutput override in the unit definition + file. (bsc#1182147) + ------------------------------------------------------------------- Wed Jan 15 09:54:37 UTC 2020 - Adam Majer diff --git a/gpm.service b/gpm.service index 16cc0a2..8a68fb5 100644 --- a/gpm.service +++ b/gpm.service @@ -8,7 +8,6 @@ Description=Console Mouse manager [Service] EnvironmentFile=-/etc/sysconfig/mouse ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 -StandardOutput=syslog Type=forking PIDFile=/run/gpm.pid diff --git a/gpm.spec b/gpm.spec index b71c94f..dfb010b 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,7 +1,7 @@ # # spec file for package gpm # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ Release: 0 Summary: Console Mouse Support License: GPL-2.0-or-later AND GPL-3.0-or-later Group: System/Console -Url: http://linux.schottelius.org/gpm/ +URL: http://linux.schottelius.org/gpm/ Source0: http://www.nico.schottelius.org/software/gpm/archives/gpm-%{version}.tar.lzma Source2: gpm.service