diff --git a/rpcbind.spec b/rpcbind.spec index acc7e9f..d466e1d 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -17,6 +17,9 @@ BuildRequires: libtirpc-devel quota Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig +Provides: portmap = %{version}-%{release} +Obsoletes: portmap < 0.1.4-1 + Patch1: rpcbind-0.1.4-compile.patch Patch2: rpcbind-0.1.4-debug.patch Patch3: rpcbind-0.1.4-warmstarts.patch @@ -87,3 +90,5 @@ fi * Wed Feb 21 2007 Steve Dickson 0.1.4-1 - Initial commit - Spec reviewed (bz 228894) +- Added the Provides/Obsoletes which should + cause rpcbind to replace portmapper