On 21/08/20 5:55 pm, Aki Tuomi wrote:
At a guess it was removed from the spec for el8 (which does not support
tcpwrap) and somehow got removed from el7 by accident.  The ghettoforge
dovecot23 packages have tcpwrap support for el7:

We are looking into this, it was indeed removed from el7 by accident. RPM 
macros can be quite tricky sometimes.

I have:

%if 0%{?rhel} < 8
BuildRequires: tcp_wrappers-devel
%endif

... then later ...

%if 0%{?rhel} < 8
    --with-libwrap               \
%endif


Peter

Reply via email to