Skip to content

Commit

Permalink
[dist] Rpmlint: Silence devel-file-in-non-devel-package 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.

Many of the bundled gems we package contain C header files.
Since we won't be able to solve all these cases upstream in
reasonable time we disable that check.
  • Loading branch information
bgeuken committed Jun 11, 2018
1 parent 000f540 commit 983282e
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 @@ -7,3 +7,4 @@ addFilter('hidden-file-or-dir')
addFilter('zero-length')
addFilter('files-duplicate')
addFilter('script-without-shebang')
addFilter('devel-file-in-non-devel-package')

0 comments on commit 983282e

Please sign in to comment.