RHEL9 Beta no longer supports PSM, PSM2 or orangeFS

Resolve: rhbz#1915778

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2021-03-08 18:37:33 +08:00
parent 30258ce2d2
commit 4bc1e69400

View File

@ -31,7 +31,7 @@
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Version: 4.1.0 Version: 4.1.0
Release: 5%{?dist} Release: 6%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
License: BSD and MIT and Romio License: BSD and MIT and Romio
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
@ -77,16 +77,11 @@ BuildRequires: libfabric-devel
%ifnarch s390 s390x %ifnarch s390 s390x
BuildRequires: papi-devel BuildRequires: papi-devel
%endif %endif
BuildRequires: orangefs-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl(Getopt::Long) BuildRequires: perl(Getopt::Long)
BuildRequires: pmix-devel BuildRequires: pmix-devel
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
%ifarch x86_64
BuildRequires: infinipath-psm-devel
BuildRequires: libpsm2-devel
%endif
%if %{with ucx} %if %{with ucx}
BuildRequires: ucx-devel BuildRequires: ucx-devel
%endif %endif
@ -363,6 +358,10 @@ make check
%changelog %changelog
* Mon Mar 08 2021 Honggang Li <honli@redhat.com> - 4.1.0-6
- RHEL9 Beta no longer supports PSM, PSM2 or orangeFS
- Resolve: rhbz#1915778
* Thu Jan 28 2021 Orion Poplawski <orion@nwra.com> - 4.1.0-5 * Thu Jan 28 2021 Orion Poplawski <orion@nwra.com> - 4.1.0-5
- Add upstream patch for generalized requests - Add upstream patch for generalized requests