Add .rpmlint

This commit is contained in:
Orion Poplawski 2016-10-25 09:52:32 -06:00
parent e7ca39cc11
commit 33b591bf29
1 changed files with 6 additions and 0 deletions

6
.rpmlint Normal file
View File

@ -0,0 +1,6 @@
from Config import *
addFilter("shared-library-calls-exit .*/lib(mpi|open-rte|oshmem|_java)\.so");
# We use environment modules to load these paths
addFilter("file-not-in-%lang /usr/share/man/openmpi-");
addFilter("invalid-locale-man-dir /usr/share/man/openmpi-");
addFilter("library-without-ldconfig-post[iu]n /usr/lib(|64)/openmpi/");