1
0
forked from rpms/rpcbind

- Added dependency on setup which contains the correct rpcbind /etc/service

entry which in turns stops rpcbind from haning when NIS is enabled. (bz
    236865)
This commit is contained in:
Steve Dickson 2007-04-18 18:25:06 +00:00
parent 445e49e453
commit b031d84da8

View File

@ -2,7 +2,7 @@
Name: rpcbind
Version: 0.1.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Universal Addresses to RPC Program Number Napper
Group: System Environment/Daemons
License: GPL
@ -13,6 +13,7 @@ Source0: http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.4.t
Source1: rpcbind.init
Requires: glibc-common >= 2.5.90-20
Requires: setup >= 2.6.4-1
Conflicts: man-pages < 2.43-12
BuildRequires: automake, autoconf, libtool
BuildRequires: libtirpc-devel quota
@ -117,6 +118,11 @@ fi
%dir %attr(700,rpc,rpc) /var/lib/rpcbind
%changelog
* Wed Apr 18 2007 Steve Dickson <steved@redhat.com> 0.1.4-5
- Added dependency on setup which contains the correct
rpcbind /etc/service entry which in turns stops
rpcbind from haning when NIS is enabled. (bz 236865)
* Wed Apr 11 2007 Jeremy Katz <katzj@redhat.com> - 0.1.4-4
- change man-pages requires into a conflicts as we don't have to have
man-pages installed, but if we do, we need the newer version