Disable remote calls (RHEL-35644)
Signed-off-by: Steve Dickson <steved@redhat.com> Resolves: RHEL-35644
This commit is contained in:
parent
83efc1329c
commit
70c982a224
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 1.2.7
|
Version: 1.2.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://nfsv4.bullopensource.org
|
URL: http://nfsv4.bullopensource.org
|
||||||
@ -47,7 +47,6 @@ autoreconf -fisv
|
|||||||
--with-rpcuser="%rpcbind_user_group" \
|
--with-rpcuser="%rpcbind_user_group" \
|
||||||
--with-nss-modules="files altfiles" \
|
--with-nss-modules="files altfiles" \
|
||||||
--sbindir=%{_bindir} \
|
--sbindir=%{_bindir} \
|
||||||
--enable-rmtcalls \
|
|
||||||
--enable-debug
|
--enable-debug
|
||||||
|
|
||||||
make all
|
make all
|
||||||
@ -114,6 +113,9 @@ fi
|
|||||||
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- The default config RPCBIND_ARGS in /etc/sysconfig/rpcbind is wrong (RHEL-32326)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user