From aefb4fab9757b338e1e213e6f15f74aadc322119 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 19 Sep 2019 14:29:27 -0400 Subject: [PATCH] Enable remote calls which are used by NIS and other packages (bz 1630672) Signed-off-by: Steve Dickson --- rpcbind.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpcbind.spec b/rpcbind.spec index b78e10e..003796b 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD URL: http://nfsv4.bullopensource.org @@ -55,6 +55,7 @@ autoreconf -fisv --with-rpcuser="%rpcbind_user_group" \ --with-nss-modules="files altfiles" \ --sbindir=%{_bindir} \ + --enable-rmtcalls \ --enable-debug make all @@ -121,6 +122,9 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Thu Sep 19 2019 Steve Dickson - 1.2.5-5 +- Enable remote calls which are used by NIS and other packages (bz 1630672) + * Fri Jul 26 2019 Fedora Release Engineering - 1.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild