Do not require tcp_wrappers (#1518759)

This commit is contained in:
Pavel Zhukov 2017-11-29 22:35:31 +01:00
parent 8fddca24c0
commit b11ea4fcef

View File

@ -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 <pzhukov@redhat.com> - 3.0.4-4
- Do not require tcp_wrappers (#1518759)
* Tue Nov 14 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.4-3
- Rebuild for new libical.
- Add patch to fix compilation error with new libical.