update rpmlintrc to ignore warning about vendor patches

*.vendor.patch are applied in the Makefile, not in the specfile
This commit is contained in:
Andreas Gerstmayr 2021-10-01 14:50:56 +02:00
parent 6bb3f5d121
commit c29ffffe46
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ addFilter("W: dangerous-command-in-%post chown")
addFilter("W: strange-permission build_frontend.sh 755")
addFilter("W: strange-permission list_bundled_nodejs_packages.py 755")
addFilter("W: %ifarch-applied-patch Patch.: 00.-skip-x86-goldenfiles-tests.patch")
addFilter("W: patch-not-applied .+.vendor.patch")