From 86f4b25695c4afe7633ca9239d9b2fd6c73b59ae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 23:30:19 +0000 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- openmpi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index db3c5ec..a1ed621 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -27,7 +27,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -347,6 +347,9 @@ make check %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 4.0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Jun 21 2019 Orion Poplawski - 4.0.1-6 - Rebuild for libfabric 1.8 - Re-enable UCX, hopefully issue fixed in 1.5.2 From b5ec0b294fdc229a9a54feb9975ba2c187359d69 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Fri, 9 Aug 2019 01:40:59 -0400 Subject: [PATCH 2/2] Remove torque support (torque retired: bug #1676147) --- openmpi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index a1ed621..37924bd 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -27,7 +27,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -77,7 +77,6 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: infinipath-psm-devel BuildRequires: libpsm2-devel %endif -BuildRequires: torque-devel %if %{with ucx} BuildRequires: ucx-devel %endif @@ -347,6 +346,9 @@ make check %changelog +* Fri Aug 9 2019 Philip Kovacs - 4.0.1-8 +- Remove torque support (torque retired: bug #1676147) + * Thu Jul 25 2019 Fedora Release Engineering - 4.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild