Disable tests for ix86 due to brew bug
This commit is contained in:
parent
561d373db0
commit
ca3ed392cf
@ -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 <pzhukov@redhat.com> - 3.2.6-3
|
||||
* Wed Mar 17 2021 Pavel Zhukov <pzhukov@redhat.com> - 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 <pzhukov@redhat.com> - 3.2.6-1
|
||||
- New version v3.2.6
|
||||
|
Loading…
Reference in New Issue
Block a user