On Sun, Jun 28, 2020 at 05:50:03PM +0300, Alaa Hleihel wrote: > The cited commit enabled pyverbs build by default for Fedora 32 and up. > However, it broke enalbing pyverbs build when passing '--with pyverbs' flag. > > Fix the condition so that now the behavior for Fedora 32 and up will be: > * Default: pyverbs enabled. > * --with pyverbs: pyverbs enabled. > * --without pyverbs: pyverbs disabled. > > Fixes: 07b304b75186 ("redhat: Build pyverbs for Fedora greater than release 31") > Signed-off-by: Alaa Hleihel <alaa@xxxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > Tested-by: Edward Srouji <edwards@xxxxxxxxxxxx> > CC: Honggang Li <honli@xxxxxxxxxx> > --- > redhat/rdma-core.spec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I'll wait for the results of this PR and merge it. https://github.com/linux-rdma/rdma-core/pull/784 Thanks