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
This commit is contained in:
parent
871853db94
commit
1ad06d65f5
@ -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
|
Wed Mar 26 14:03:21 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
2
gpm.spec
2
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 -d $RPM_BUILD_ROOT/usr/sbin
|
||||||
install -m 755 inputattach %{buildroot}%{_sbindir}
|
install -m 755 inputattach %{buildroot}%{_sbindir}
|
||||||
install -m 644 sysconfig.mouse-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates
|
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
|
ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcgpm
|
||||||
# there were two variables with the same value GPM_PROTOCOL and MOUSETYPE
|
# there were two variables with the same value GPM_PROTOCOL and MOUSETYPE
|
||||||
# in SuLi 8.2. The MOUSETYPE variable better conforms with with other
|
# in SuLi 8.2. The MOUSETYPE variable better conforms with with other
|
||||||
|
Loading…
Reference in New Issue
Block a user