Support nss-altfiles by adding 'altfiles' to nss lookup path (bz 1159941).
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
258db20a41
commit
8e789bd091
@ -1,6 +1,6 @@
|
||||
Name: rpcbind
|
||||
Version: 0.2.3
|
||||
Release: 0.4%{?dist}
|
||||
Release: 0.5%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Mapper
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -53,6 +53,7 @@ autoreconf -fisv
|
||||
--enable-warmstarts \
|
||||
--with-statedir="$RPCBDIR" \
|
||||
--with-rpcuser="$RPCBUSR" \
|
||||
--with-nss-modules="files altfiles" \
|
||||
--enable-libwrap \
|
||||
--enable-debug
|
||||
|
||||
@ -125,6 +126,9 @@ fi
|
||||
%{_unitdir}/rpcbind.socket
|
||||
|
||||
%changelog
|
||||
* Mon Nov 2 2015 Steve Dickson <steved@redhat.com> - 0.2.3-0.5
|
||||
- Support nss-altfiles by adding 'altfiles' to nss lookup path (bz 1159941).
|
||||
|
||||
* Mon Nov 2 2015 Steve Dickson <steved@redhat.com> - 0.2.3-0.4
|
||||
- Fixed Seg fault in PMAP_CALLIT code (bz1264351)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user