From bec979e8a02422a10214e73c45aefd148172170b Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 27 Mar 2018 14:43:09 -0500 Subject: [PATCH] Re-enable clamav on ppc64. --- cyrus-imapd.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 028a750..4f483f7 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -9,7 +9,7 @@ Name: cyrus-imapd Version: 3.0.5 -Release: 8%{?dist} +Release: 9%{?dist} %define ssl_pem_file /etc/pki/%name/%name.pem @@ -249,11 +249,6 @@ popd # --enable-objectstore # It's experimental, and it doesn't appear that either openio or caringo are # in Fedora. - -# --without-clamav (on ppc64 only) -# cyr_virusscan fails with internal llvm errors on ppc64 _only_. See -# https://bugzilla.redhat.com/show_bug.cgi?id=1534071 - # --with-cyrus-prefix and --with-service-path went away; use --with-libexecdir= # instead. @@ -284,9 +279,7 @@ autoreconf -vi --enable-replication \ --enable-unit-tests \ --enable-xapian \ -%ifarch ppc64 --without-clamav \ -%endif # # The configure script will set up the Perl makefiles, but not in the way @@ -638,6 +631,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Thu Mar 15 2018 Jason L Tibbitts III - 3.0.5-9 +- Re-enable clamav on ppc64. + * Thu Mar 01 2018 Jason L Tibbitts III - 3.0.5-8 - Bump client_timeout value in test suite.