1
0
forked from rpms/rpcbind

Disable remote calls (bz 1923041)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz1923041
This commit is contained in:
Steve Dickson 2021-06-07 10:46:32 -04:00
parent f5858b5fc8
commit e3ad855eca

View File

@ -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 <steved@redhat.com> - 1.2.5-6.rc1
- Disable remote calls (bz 1923041)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5-5.rc1.5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937