From e3ad855eca4f7a832552c0efa7649ba29d23f03e Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 7 Jun 2021 10:46:32 -0400 Subject: [PATCH] Disable remote calls (bz 1923041) Signed-off-by: Steve Dickson Resolves: bz1923041 --- rpcbind.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpcbind.spec b/rpcbind.spec index 67449d0..42d1ec3 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.5 -Release: 5.rc1%{?dist}.5 +Release: 6.rc1%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD URL: http://nfsv4.bullopensource.org @@ -56,7 +56,6 @@ autoreconf -fisv --with-rpcuser="%rpcbind_user_group" \ --with-nss-modules="files altfiles" \ --sbindir=%{_bindir} \ - --enable-rmtcalls \ --enable-debug make all @@ -123,6 +122,9 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Mon Jun 7 2021 Steve Dickson - 1.2.5-6.rc1 +- Disable remote calls (bz 1923041) + * Fri Apr 16 2021 Mohan Boddu - 1.2.5-5.rc1.5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937