Accepting request 1243464 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1243464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=56
This commit is contained in:
commit
6fae3c5404
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 15:18:47 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks for CODE16 (PED-266).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 27 11:10:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Feb 27 11:10:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
4
gpm.spec
4
gpm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gpm
|
# spec file for package gpm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -166,7 +166,9 @@ install -m 755 -d %{buildroot}/usr/sbin
|
|||||||
install -m 755 inputattach %{buildroot}%{_sbindir}
|
install -m 755 inputattach %{buildroot}%{_sbindir}
|
||||||
install -m 644 sysconfig.mouse-%{name} %{buildroot}%{_fillupdir}
|
install -m 644 sysconfig.mouse-%{name} %{buildroot}%{_fillupdir}
|
||||||
install -m 644 %{S:2} %{buildroot}/%{_unitdir}/gpm.service
|
install -m 644 %{S:2} %{buildroot}/%{_unitdir}/gpm.service
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
ln -sf %{_sbindir}/service %{buildroot}/usr/sbin/rcgpm
|
ln -sf %{_sbindir}/service %{buildroot}/usr/sbin/rcgpm
|
||||||
|
%endif
|
||||||
# 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
|
||||||
# variable names MOUSEDEVICE and XMOUSETYPE name scheme, so get rid of
|
# variable names MOUSEDEVICE and XMOUSETYPE name scheme, so get rid of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user