diff --git a/gpm.init b/gpm.init index f99f5ce..d3fffa5 100755 --- a/gpm.init +++ b/gpm.init @@ -36,7 +36,7 @@ start() { MOUSETYPE=ms fi - if [ -n "$DEVICE" ]; then + if [ -z "$DEVICE" ]; then DEVICE="/dev/mouse" fi diff --git a/gpm.spec b/gpm.spec index 4f181a4..03ffa46 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,9 +1,10 @@ Summary: A mouse server for the Linux console. Name: gpm Version: 1.19.3 -Release: 16 +Release: 19 License: GPL Group: System Environment/Daemons +ExcludeArch: s390 s390x Source: ftp://ftp.systemy.it/pub/develop/%{name}-%{version}.tar.gz Source1: gpm.init Patch0: gpm-nops.patch @@ -130,7 +131,7 @@ fi %{_mandir}/man1/mev.1* %{_mandir}/man1/gpm-root.1* %{_mandir}/man8/gpm.8* -%{_libdir}/libgpm.so.%{LIBVER} +%{_libdir}/libgpm.so.* %config %{_sysconfdir}/rc.d/init.d/gpm %config %{_sysconfdir}/sysconfig/gpm @@ -141,6 +142,15 @@ fi %{_libdir}/libgpm.so %changelog +* Tue Jun 26 2001 Florian La Roche +- add link from library major version number + +* Mon Jun 25 2001 Preston Brown +- small fixlet in init script (#36995) + +* Tue Jun 19 2001 Florian La Roche +- add ExcludeArch: s390 s390x + * Fri Apr 6 2001 Preston Brown - work better with unsupported devfs (#23500, #34883)