Disable remote calls (RHEL-35644)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: RHEL-35644
This commit is contained in:
Steve Dickson 2024-08-07 05:53:25 -04:00
parent 83efc1329c
commit 70c982a224

View File

@ -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 <steved@redhat.com> rpcbind-1.2.7-2
- Disable remote calls (RHEL-35644)
* Tue Aug 6 2024 Steve Dickson <steved@redhat.com> rpcbind-1.2.7-1
- The default config RPCBIND_ARGS in /etc/sysconfig/rpcbind is wrong (RHEL-32326)