From ef93e442125000c8a25b6c062ef3b6bf2bef2347 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 10 Nov 2022 21:25:01 -0700 Subject: [PATCH] Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137) --- openmpi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index b3cdaee..834f57a 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -37,7 +37,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -205,7 +205,6 @@ OpenMPI support for Python 3. --with-valgrind \ --enable-memchecker \ --with-hwloc=/usr \ - --enable-ipv6 \ %if !0%{?el7} --with-libevent=external \ --with-pmix=external \ @@ -380,6 +379,9 @@ make check %changelog +* Fri Nov 11 2022 Orion Poplawski - 4.1.4-6 +- Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137) + * Fri Aug 19 2022 Davide Cavalca - 4.1.4-5 - Enable IPv6 support (bz#2119845)