diff --git a/rpcbind.spec b/rpcbind.spec index c9bc65c..6ff71ce 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD-3-Clause URL: http://nfsv4.bullopensource.org @@ -47,7 +47,6 @@ autoreconf -fisv --with-rpcuser="%rpcbind_user_group" \ --with-nss-modules="files altfiles" \ --sbindir=%{_bindir} \ - --enable-rmtcalls \ --enable-debug make all @@ -114,6 +113,9 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Wed Aug 7 2024 Steve Dickson rpcbind-1.2.7-2 +- Disable remote calls (RHEL-35644) + * Tue Aug 6 2024 Steve Dickson rpcbind-1.2.7-1 - The default config RPCBIND_ARGS in /etc/sysconfig/rpcbind is wrong (RHEL-32326)