From 1ad06d65f557cf12782a04d59d5dfb4aa07365e11e29d1f5725344a854972e0f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 6 Apr 2014 05:24:27 +0000 Subject: [PATCH] Accepting request 229116 from home:dimstar:branches:Base:System - Install gpm.service without executable bit. The service files are never 'started'. This silences a warning in journal: systemd[1]: Configuration file /usr/lib/systemd/system/gpm.service is marked executable. Please remove executable permission bits. Proceeding anyway OBS-URL: https://build.opensuse.org/request/show/229116 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=35 --- gpm.changes | 9 +++++++++ gpm.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gpm.changes b/gpm.changes index 6bc07fd..2c5cfc5 100644 --- a/gpm.changes +++ b/gpm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 5 18:03:49 UTC 2014 - dimstar@opensuse.org + +- Install gpm.service without executable bit. The service files are + never 'started'. This silences a warning in journal: + systemd[1]: Configuration file /usr/lib/systemd/system/gpm.service + is marked executable. Please remove executable permission bits. + Proceeding anyway + ------------------------------------------------------------------- Wed Mar 26 14:03:21 UTC 2014 - jengelh@inai.de diff --git a/gpm.spec b/gpm.spec index b74d847..529cdd8 100644 --- a/gpm.spec +++ b/gpm.spec @@ -147,7 +147,7 @@ install -m 755 -d $RPM_BUILD_ROOT/%{_unitdir} install -m 755 -d $RPM_BUILD_ROOT/usr/sbin install -m 755 inputattach %{buildroot}%{_sbindir} install -m 644 sysconfig.mouse-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates -install -m 755 %{S:2} $RPM_BUILD_ROOT/%{_unitdir}/gpm.service +install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_unitdir}/gpm.service ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcgpm # there were two variables with the same value GPM_PROTOCOL and MOUSETYPE # in SuLi 8.2. The MOUSETYPE variable better conforms with with other