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:
Steve Dickson 2015-11-02 11:01:44 -05:00
parent 258db20a41
commit 8e789bd091

View File

@ -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)