diff --git a/openmpi.spec b/openmpi.spec index 834f57a..a32e12b 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -37,7 +37,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.1.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -197,6 +197,7 @@ OpenMPI support for Python 3. --disable-silent-rules \ --enable-builtin-atomics \ --enable-mpi-cxx \ + --enable-ipv6 \ %if %{with java} --enable-mpi-java \ %endif @@ -379,6 +380,9 @@ make check %changelog +* Fri Nov 11 2022 Orion Poplawski - 4.1.4-7 +- Re-enable IPv6 support - was not the issue + * Fri Nov 11 2022 Orion Poplawski - 4.1.4-6 - Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137)