Skip to content

Commit

Permalink
[dist] Rpmlint: Silence script-without-shebang 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 files with executable
bit. Since we won't be able to solve all them upstream in reasonable
time we disable that check.
  • Loading branch information
bgeuken committed Jun 11, 2018
1 parent 25f7059 commit 000f540
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 @@ -6,3 +6,4 @@ addFilter('no-changelogname-tag')
addFilter('hidden-file-or-dir')
addFilter('zero-length')
addFilter('files-duplicate')
addFilter('script-without-shebang')

0 comments on commit 000f540

Please sign in to comment.