forked from rpms/rpcbind
Enable remote calls which are used by NIS and other packages (bz 1630672)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
eb2280538b
commit
aefb4fab97
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: rpcbind
|
Name: rpcbind
|
||||||
Version: 1.2.5
|
Version: 1.2.5
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Universal Addresses to RPC Program Number Mapper
|
Summary: Universal Addresses to RPC Program Number Mapper
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://nfsv4.bullopensource.org
|
URL: http://nfsv4.bullopensource.org
|
||||||
@ -55,6 +55,7 @@ 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
|
||||||
@ -121,6 +122,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
|
||||||
|
* Thu Sep 19 2019 Steve Dickson <steved@redhat.com> - 1.2.5-5
|
||||||
|
- Enable remote calls which are used by NIS and other packages (bz 1630672)
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-4
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user