In src rpm version 4.0.1 if building with --define 'build_all_in_one_rpm 0' the grep -v _mandir docs.files is empty.
The simple workaround is to follow earlier pattern and pipe to
/bin/true, as the spec doesn't really care if the file is empty.
I'm wondering if not all greps should be protected.
A simple patch: diff --git a/contrib/dist/linux/openmpi.spec
b/contrib/dist/linux/openmpi.spec
|
_______________________________________________ users mailing list users@lists.open-mpi.org https://lists.open-mpi.org/mailman/listinfo/users