auto-import changelog data from gpm-1.19.3-19.src.rpm

Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add link from library major version number
Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
- small fixlet in init script (#36995)
Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add ExcludeArch: s390 s390x
This commit is contained in:
cvsdist 2004-09-09 05:49:57 +00:00
parent 84a7019a72
commit dbb6ddc46b
2 changed files with 13 additions and 3 deletions

View File

@ -36,7 +36,7 @@ start() {
MOUSETYPE=ms
fi
if [ -n "$DEVICE" ]; then
if [ -z "$DEVICE" ]; then
DEVICE="/dev/mouse"
fi

View File

@ -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 <Florian.LaRoche@redhat.de>
- add link from library major version number
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
- small fixlet in init script (#36995)
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add ExcludeArch: s390 s390x
* Fri Apr 6 2001 Preston Brown <pbrown@redhat.com>
- work better with unsupported devfs (#23500, #34883)