From 282c5178f1dce57eb6cbbc524863dbf053e53847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Geuken?= Date: Mon, 11 Jun 2018 15:47:53 +0200 Subject: [PATCH] [dist] Rpmlint: Silence unexpanded-macro warnings Since we soon switch to the bundle gems service we need to solve some rpmlint issues caused by the new gem files we store in the vendor/ directory. The rails gems have a couple of '%namespaced_name%' tags in their filenames. There is nothing we can do about this. So we silence this check to not spam the rpmlint log. --- dist/obs-rpmlintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/obs-rpmlintrc b/dist/obs-rpmlintrc index ccb7f45365a..06367f567bb 100644 --- a/dist/obs-rpmlintrc +++ b/dist/obs-rpmlintrc @@ -8,3 +8,4 @@ addFilter('zero-length') addFilter('files-duplicate') addFilter('script-without-shebang') addFilter('devel-file-in-non-devel-package') +addFilter('unexpanded-macro')