OBS User unknown 2008-08-22 18:38:21 +00:00 committed by Git OBS Bridge
parent 62d553d0af
commit c8d0082def
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 15:20:59 CEST 2008 - ro@suse.de
- remove deprecated option from fillup_and_insserv
-------------------------------------------------------------------
Mon Aug 11 10:20:49 CEST 2008 - anosek@suse.cz

View File

@ -27,7 +27,7 @@ Provides: select
PreReq: /bin/sed %insserv_prereq %fillup_prereq
AutoReqProv: on
Version: 1.20.1
Release: 437
Release: 442
Summary: Console Mouse Support
Source0: http://arcana.linux.it/pub/gpm/gpm-%{version}.tar.bz2
Source1: rcgpm
@ -145,8 +145,8 @@ if grep "^GPM_PROTOCOL=" /etc/sysconfig/mouse 1>/dev/null 2>/dev/null ; then
# rename GPM_PROTOCOL to MOUSETYPE
perl -pi -e "s|^GPM_PROTOCOL=(.*)$|\# the variable GPM_PROTOCOL was renamed to MOUSETYPE\nMOUSETYPE=\$1|" /etc/sysconfig/mouse
fi
%{fillup_and_insserv -p gpm}
%{fillup_only -an mouse }
%{fillup_and_insserv gpm}
%{fillup_only -an mouse}
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun
@ -174,6 +174,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/fillup-templates/*
%changelog
* Fri Aug 22 2008 ro@suse.de
- remove deprecated option from fillup_and_insserv
* Mon Aug 11 2008 anosek@suse.cz
- fixed gpm not enabled at all run levels (bnc#340646)
- enabled gpm also for runlevel 5 in /etc/init.d/gpm