Skip to content

Commit

Permalink
Merge pull request #784 from rleon/ml
Browse files Browse the repository at this point in the history
redhat: Fix the condition for pyverbs enablement on Fedora 32 and up
  • Loading branch information
rleon committed Jun 30, 2020
2 parents 4c83df0 + f4de7b3 commit fc35012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redhat/rdma-core.spec
Expand Up @@ -28,7 +28,7 @@ BuildRequires: valgrind-devel
BuildRequires: systemd
BuildRequires: systemd-devel
%if 0%{?fedora} >= 32
%define with_pyverbs %{?_with_pyverbs: 0} %{?!_with_pyverbs: 1}
%define with_pyverbs %{?_with_pyverbs: 1} %{?!_with_pyverbs: %{?!_without_pyverbs: 1} %{?_without_pyverbs: 0}}
%else
%define with_pyverbs %{?_with_pyverbs: 1} %{?!_with_pyverbs: 0}
%endif
Expand Down

0 comments on commit fc35012

Please sign in to comment.