1
0
forked from rpms/rpcbind

- Added the Provides/Obsoletes which should cause rpcbind to replace

portmapper
This commit is contained in:
Steve Dickson 2007-02-21 20:33:33 +00:00
parent 434ac98bab
commit ca3cc0fa38

View File

@ -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 <steved@redhat.com> 0.1.4-1
- Initial commit
- Spec reviewed (bz 228894)
- Added the Provides/Obsoletes which should
cause rpcbind to replace portmapper