From ca3ed392cfa904494be26ed5b4a0b2b002ef94f5 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Thu, 18 Mar 2021 09:01:51 +0100 Subject: [PATCH] Disable tests for ix86 due to brew bug --- cyrus-imapd.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 590a072..7187124 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -14,7 +14,7 @@ Name: cyrus-imapd Version: 3.2.6 -Release:21%{?dist} +Release:4%{?dist} %define ssl_pem_file_prefix /etc/pki/%name/%name @@ -287,7 +287,7 @@ sed -i \ %build # This package fails its testsuite on s390x when LTO is enabled. Root cause # analysis has not yet been performed -%ifarch s390x +%ifarch s390x %ix86 %define _lto_cflags %{nil} %endif # This is the test suite, which doesn't build much but does verify its dependencies. @@ -652,9 +652,10 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog -* Wed Mar 17 2021 Pavel Zhukov - 3.2.6-3 +* Wed Mar 17 2021 Pavel Zhukov - 3.2.6-4 - Do not require clamav in rhel - Disable tests for ppc64le +- Disable tests for ix86 to work brew bug around * Thu Mar 11 2021 Pavel Zhukov - 3.2.6-1 - New version v3.2.6