forked from rpms/rpcbind
Removed tcp_wrappers dependency (bz 1518780)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
9ac2b925ab
commit
cc0a6f2bda
@ -4,7 +4,7 @@
|
||||
|
||||
Name: rpcbind
|
||||
Version: 0.2.4
|
||||
Release: 8.rc3%{?dist}
|
||||
Release: 9.rc3%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Mapper
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -17,7 +17,7 @@ Source1: %{name}.sysconfig
|
||||
Requires: glibc-common setup
|
||||
Conflicts: man-pages < 2.43-12
|
||||
BuildRequires: automake, autoconf, libtool, systemd, systemd-devel
|
||||
BuildRequires: libtirpc-devel, quota-devel, tcp_wrappers-devel
|
||||
BuildRequires: libtirpc-devel, quota-devel
|
||||
Requires(pre): coreutils shadow-utils
|
||||
Requires(post): chkconfig systemd
|
||||
Requires(preun): systemd
|
||||
@ -67,7 +67,6 @@ autoreconf -fisv
|
||||
--with-rpcuser="%rpcbind_user_group" \
|
||||
--with-nss-modules="files altfiles" \
|
||||
--sbindir=%{_bindir} \
|
||||
--enable-libwrap \
|
||||
--enable-debug
|
||||
|
||||
make all
|
||||
@ -144,6 +143,9 @@ fi
|
||||
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2017 Steve Dickson <steved@redhat.com> - 0.2.4-9.rc3
|
||||
- Removed tcp_wrappers dependency (bz 1518780)
|
||||
|
||||
* Sat Dec 16 2017 Steve Dickson <steved@redhat.com> - 0.2.4-8.rc3
|
||||
- Updated to latest upstream RC release: rpcbind-0_2_5-rc3 (bz 1431574)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user