- #223696: non-failsafe install-info use in scriptlets

This commit is contained in:
Tomas Janousek 2007-01-22 10:33:20 +00:00
parent c481edbf9e
commit 5b9ef5a801

View File

@ -1,7 +1,7 @@
Summary: A mouse server for the Linux console.
Name: gpm
Version: 1.20.1
Release: 76
Release: 77
License: GPL
Group: System Environment/Daemons
Source: http://ftp.linux.it/pub/People/rubini/gpm/%{name}-%{version}.tar.gz
@ -137,6 +137,7 @@ rm -rf %{buildroot}
%endif
/sbin/ldconfig
/sbin/install-info %{_infodir}/gpm.info.gz %{_infodir}/dir
exit 0
%preun
if [ $1 = 0 ]; then
@ -182,6 +183,9 @@ fi
%{_libdir}/libgpm.so
%changelog
* Mon Jan 22 2007 Tomas Janousek <tjanouse@redhat.com> - 1.20.1-77
- #223696: non-failsafe install-info use in scriptlets
* Tue Oct 10 2006 Petr Rockai <prockai@redhat.com> - 1.20-1-76
- align sleeps to tick boundary, should reduce cpu wakeups
on laptops, fixes #205064 (patch by Arjan van de Ven)