This commit is contained in:
parent
5d1d69c8ad
commit
d055136c76
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user