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