The package rpms/llvm.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/llvm.git/commit/?id=6640c739a17a2c4….
Change:
-%ifarch armv7hl
Thanks.
Full change:
============
commit 6640c739a17a2c4bed971ce1379b75e91ae0462e
Author: Tom Stellard <tstellar(a)redhat.com>
Date: Tue Mar 27 23:06:42 2018 +0000
Re-enable arm tests that used to hang
diff --git a/llvm.spec b/llvm.spec
index 8e02930..932de46 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -12,7 +12,7 @@
Name: llvm
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@@ -96,13 +96,6 @@ Static libraries for the LLVM compiler infrastructure.
%prep
%autosetup -n %{name}-%{version}.src -p1
-%ifarch armv7hl
-
-# These tests are marked as XFAIL, but they still run and hang on ARM.
-for f in `grep -Rl 'XFAIL.\+arm' test/ExecutionEngine `; do rm $f; done
-
-%endif
-
%build
mkdir -p _build
cd _build
@@ -225,6 +218,9 @@ fi
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
%changelog
+* Tue Mar 27 2018 Tom Stellard <tstellar(a)redhat.com> - 5.0.1-6
+- Re-enable arm tests that used to hang
+
* Mon Mar 19 2018 Tom Stellard <tstellar(a)redhat.com> - 5.0.1-5
- Backport r327651 from trunk rhbz#1554349
The package rpms/llvm.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/llvm.git/commit/?id=ff279e46257ec03….
Change:
-%ifarch armv7hl
Thanks.
Full change:
============
commit ff279e46257ec03898245561563cda3549d3869e
Author: Tom Stellard <tstellar(a)redhat.com>
Date: Tue Mar 27 23:07:43 2018 +0000
Re-enable arm tests that used to hang
diff --git a/llvm.spec b/llvm.spec
index 761a790..fc84e84 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -12,7 +12,7 @@
Name: llvm
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@@ -89,13 +89,6 @@ Static libraries for the LLVM compiler infrastructure.
%prep
%autosetup -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
-%ifarch armv7hl
-
-# These tests are marked as XFAIL, but they still run and hang on ARM.
-for f in `grep -Rl 'XFAIL.\+arm' test/ExecutionEngine `; do rm $f; done
-
-%endif
-
%build
mkdir -p _build
cd _build
@@ -218,6 +211,9 @@ fi
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
%changelog
+* Tue Mar 27 2018 Tom Stellard <tstellar(a)redhat.com> - 6.0.0-11
+- Re-enable arm tests that used to hang
+
* Thu Mar 22 2018 Tom Stellard <tstellar(a)redhat.com> - 6.0.0-10
- Fix testcase in backported patch
The package rpms/cyrus-imapd.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/cyrus-imapd.git/commit/?id=bec979e8….
Change:
-%ifarch ppc64
Thanks.
Full change:
============
commit bec979e8a02422a10214e73c45aefd148172170b
Author: Jason Tibbitts <tibbs(a)math.uh.edu>
Date: Tue Mar 27 14:43:09 2018 -0500
Re-enable clamav on ppc64.
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 <tibbs(a)math.uh.edu> - 3.0.5-9
+- Re-enable clamav on ppc64.
+
* Thu Mar 01 2018 Jason L Tibbitts III <tibbs(a)math.uh.edu> - 3.0.5-8
- Bump client_timeout value in test suite.