diff --git a/fabtests.changes b/fabtests.changes index 5206dd5..91a3f4d 100644 --- a/fabtests.changes +++ b/fabtests.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 16:54:07 UTC 2023 - Nicolas Morey + +- Drop support for obsolete TrueScale (bsc#1212146) + ------------------------------------------------------------------- Mon Jul 3 16:15:56 UTC 2023 - Nicolas Morey diff --git a/libfabric.changes b/libfabric.changes index 5206dd5..91a3f4d 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 16:54:07 UTC 2023 - Nicolas Morey + +- Drop support for obsolete TrueScale (bsc#1212146) + ------------------------------------------------------------------- Mon Jul 3 16:15:56 UTC 2023 - Nicolas Morey diff --git a/libfabric.spec b/libfabric.spec index 511da31..217abff 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -37,9 +37,6 @@ BuildRequires: libnl3-devel BuildRequires: libnuma-devel BuildRequires: libpsm2-devel %endif -%ifarch x86_64 %{ix86} -BuildRequires: infinipath-psm-devel -%endif BuildRequires: fdupes BuildRequires: librdmacm-devel BuildRequires: libtool @@ -77,9 +74,6 @@ autoreconf -fi # defaults: with-dlopen and without-valgrind can be over-rode: %configure %{?_without_dlopen} %{?_with_valgrind} \ --enable-sockets --enable-verbs --enable-usnic \ -%ifarch x86_64 %{ix86} - --enable-psm \ -%endif %ifarch x86_64 --enable-psm2 \ --enable-psm3 \