OBS User unknown 2008-11-28 14:58:56 +00:00 committed by Git OBS Bridge
parent 5d1d69c8ad
commit d055136c76
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 26 14:18:06 CET 2008 - mkoenig@suse.de
- specify runlevel in chkconfig check [bnc#444663]
-------------------------------------------------------------------
Wed Nov 5 14:44:56 CET 2008 - mkoenig@suse.de

View File

@ -24,7 +24,7 @@ License: BSD 3-Clause
Group: Productivity/Networking/System
AutoReqProv: on
Version: 0.1.6+git20080930
Release: 2
Release: 3
Summary: Transport independent RPC portmapper
Url: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
Source: %{name}-%{version}.tar.bz2
@ -86,8 +86,8 @@ rm -rf $RPM_BUILD_ROOT
%pre
# upgrade case from portmap
if test -x /sbin/portmap && chkconfig -c portmap; then
chkconfig -f -s portmap off
if test -x /sbin/portmap && chkconfig -c portmap 3; then
/sbin/insserv -f -r portmap
fi
%preun
@ -113,6 +113,8 @@ fi
%{_datadir}/omc/svcinfo.d/rpcbind.xml
%changelog
* Wed Nov 26 2008 mkoenig@suse.de
- specify runlevel in chkconfig check [bnc#444663]
* Wed Nov 05 2008 mkoenig@suse.de
- fix version comparison in Obsoletes [bnc#440313]
- disable portmap service in pre script to avoid problems when