forked from rpms/rpcbind
- Fixed the Provides and Obsoletes statments to correctly obsolete the
portmap package.
This commit is contained in:
parent
11b0919596
commit
b026e72c5c
@ -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 <steved@redhat.com> 0.1.4-3
|
||||
- Fixed the Provides and Obsoletes statments to correctly
|
||||
obsolete the portmap package.
|
||||
* Tue Apr 3 2007 Steve Dickson <steved@redhat.com> 0.1.4-2
|
||||
- Added dependency on glibc-common which allows the
|
||||
rpcinfo command to be installed in the correct place.
|
||||
|
Loading…
Reference in New Issue
Block a user