diff --git a/rpcbind.spec b/rpcbind.spec index 1ba3a51..1d56664 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -2,7 +2,7 @@ Name: rpcbind Version: 0.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Addresses to RPC Program Number Napper Group: System Environment/Daemons License: GPL @@ -19,8 +19,8 @@ BuildRequires: libtirpc-devel quota Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig -Provides: rpcinfo = %{version}-%{release} -Obsoletes: portmap < 0.1.4-1 +Provides: portmap = %{version}-%{release} +Obsoletes: portmap <= 4.0-65.3 Patch1: rpcbind-0.1.4-compile.patch Patch2: rpcbind-0.1.4-debug.patch @@ -117,6 +117,9 @@ fi %dir %attr(700,rpc,rpc) /var/lib/rpcbind %changelog +* Fri Apr 6 2007 Steve Dickson 0.1.4-3 +- Fixed the Provides and Obsoletes statments to correctly + obsolete the portmap package. * Tue Apr 3 2007 Steve Dickson 0.1.4-2 - Added dependency on glibc-common which allows the rpcinfo command to be installed in the correct place.