Add rpmlintrc file to silence an rpmlint error

This commit is contained in:
Tom Stellard 2021-04-13 04:24:42 +00:00
parent d3a7312537
commit c2438a9311
1 changed files with 2 additions and 0 deletions

2
llvm.rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
# This library has no dependencies.
addFilter("llvm-libs.x86_64: E: shared-lib-without-dependency-information /usr/lib64/libRemarks.so.[0-9]+")