diff --git a/rpcbind.spec b/rpcbind.spec index b78e10e..003796b 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD URL: http://nfsv4.bullopensource.org @@ -55,6 +55,7 @@ autoreconf -fisv --with-rpcuser="%rpcbind_user_group" \ --with-nss-modules="files altfiles" \ --sbindir=%{_bindir} \ + --enable-rmtcalls \ --enable-debug make all @@ -121,6 +122,9 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Thu Sep 19 2019 Steve Dickson - 1.2.5-5 +- Enable remote calls which are used by NIS and other packages (bz 1630672) + * Fri Jul 26 2019 Fedora Release Engineering - 1.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild