diff --git a/quota.spec b/quota.spec index 565d91e..c132b51 100644 --- a/quota.spec +++ b/quota.spec @@ -4,13 +4,13 @@ %bcond_without quota_enables_rpc # Allow setting quota remotely %bcond_without quota_enables_rpcsetquota -# Add TCP Wrappers guard to RCP quota daemon -%bcond_without quota_enables_tcpwrappers +# Disable TCP Wrappers guard in RPC quota daemon +%bcond_with quota_enables_tcpwrappers Name: quota Epoch: 1 Version: 4.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System administration tools for monitoring users' disk usage # quota_nld.c, quotaio_xfs.h: GPLv2 # bylabel.c copied from util-linux: GPLv2+ @@ -315,6 +315,9 @@ make check %changelog +* Thu Nov 30 2017 Petr Pisar - 1:4.04-2 +- Disable TCP wrappers (bug #1518778) + * Wed Sep 06 2017 Petr Pisar - 1:4.04-1 - 4.04 bump