diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 10c15a3..66fbe9c 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -9,7 +9,7 @@ Name: cyrus-imapd Version: 3.0.4 -Release: 3%{?dist} +Release: 4%{?dist} %define ssl_pem_file /etc/pki/%name/%name.pem @@ -87,7 +87,7 @@ Source93: patch-cassandane-unknown_calendars # objects. Consider upgrading to libical >= 2.1 BuildRequires: autoconf automake bison flex gcc gcc-c++ git groff libtool -BuildRequires: pkgconfig systemd tcp_wrappers transfig +BuildRequires: pkgconfig systemd transfig BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Html) @@ -261,6 +261,7 @@ autoreconf -vi --with-krbimpl=mit \ --with-ldap=/usr \ --with-pgsql \ + --with-libwrap=no \ --with-perl=%__perl \ --with-snmp \ --with-syslogfacility=MAIL \ @@ -631,6 +632,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Wed Nov 29 2017 Pavel Zhukov - 3.0.4-4 +- Do not require tcp_wrappers (#1518759) + * Tue Nov 14 2017 Jason L Tibbitts III - 3.0.4-3 - Rebuild for new libical. - Add patch to fix compilation error with new libical.