Skip to content

Commit

Permalink
[dist] Rpmlint: Silence unexpanded-macro warnings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bgeuken committed Jun 11, 2018
1 parent 983282e commit 282c517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/obs-rpmlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ addFilter('zero-length')
addFilter('files-duplicate')
addFilter('script-without-shebang')
addFilter('devel-file-in-non-devel-package')
addFilter('unexpanded-macro')

0 comments on commit 282c517

Please sign in to comment.