Now passes %check.

This commit is contained in:
Jason Tibbitts 2017-05-22 15:54:46 -05:00
parent 213ef748ce
commit 176b9d0495

View File

@ -35,12 +35,19 @@ Source22: cyrus-imapd.service
Source23: cyrus-imapd-init.service
Source24: cyr_systemd_helper
# Dependency notes:
# * clamav-devel and mariadb-devel removed because they both depend on
# compat-openssl.
# * As of 2017-05-22, libical 2.1 has not actually been released. The
# configure script will always produce the following message:
# configure: Your version of libical can not support patching iCalendar
# objects. Consider upgrading to libical >= 2.1
BuildRequires: autoconf automake bison flex groff libtool
BuildRequires: pkgconfig systemd tcp_wrappers transfig
BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker) perl(Pod::Html)
# Note: clamav-devel and mariadb-devel removed because they both depend on compat-openssl.
BuildRequires: clamav-devel CUnit-devel cyrus-sasl-devel glib2-devel
BuildRequires: jansson-devel krb5-devel libical-devel libnghttp2-devel
@ -48,6 +55,9 @@ BuildRequires: libxml2-devel net-snmp-devel openldap-devel
BuildRequires: openssl-devel postgresql-devel shapelib-devel sqlite-devel
BuildRequires: xapian-core-devel
# SASL modules needed for 'make check' to function:
BuildRequires: cyrus-sasl-plain cyrus-sasl-md5
# Perl modules required for cassandane to function
BuildRequires: perl(AnyEvent) perl(BSD::Resource) perl(Clone)
BuildRequires: perl(File::chdir) perl(IO::Socket::INET6) perl(Mail::IMAPTalk)