From 8e789bd09176615bc130d7b40b08a14317ecfeb1 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 2 Nov 2015 11:01:44 -0500 Subject: [PATCH] Support nss-altfiles by adding 'altfiles' to nss lookup path (bz 1159941). Signed-off-by: Steve Dickson --- rpcbind.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpcbind.spec b/rpcbind.spec index 8e4eecd..13bca1c 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -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 - 0.2.3-0.5 +- Support nss-altfiles by adding 'altfiles' to nss lookup path (bz 1159941). + * Mon Nov 2 2015 Steve Dickson - 0.2.3-0.4 - Fixed Seg fault in PMAP_CALLIT code (bz1264351)