1
0
forked from rpms/rpcbind

Removed tcp_wrappers dependency (bz 1518780)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2017-12-18 11:55:57 -05:00
parent 9ac2b925ab
commit cc0a6f2bda

View File

@ -4,7 +4,7 @@
Name: rpcbind Name: rpcbind
Version: 0.2.4 Version: 0.2.4
Release: 8.rc3%{?dist} Release: 9.rc3%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons Group: System Environment/Daemons
License: BSD License: BSD
@ -17,7 +17,7 @@ Source1: %{name}.sysconfig
Requires: glibc-common setup Requires: glibc-common setup
Conflicts: man-pages < 2.43-12 Conflicts: man-pages < 2.43-12
BuildRequires: automake, autoconf, libtool, systemd, systemd-devel 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(pre): coreutils shadow-utils
Requires(post): chkconfig systemd Requires(post): chkconfig systemd
Requires(preun): systemd Requires(preun): systemd
@ -67,7 +67,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-libwrap \
--enable-debug --enable-debug
make all make all
@ -144,6 +143,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
* 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 * 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) - Updated to latest upstream RC release: rpcbind-0_2_5-rc3 (bz 1431574)