Skip to content

Commit

Permalink
Merge pull request #5116 from bgeuken/rpm_lint_checks
Browse files Browse the repository at this point in the history
Rpm lint checks
  • Loading branch information
Ana06 committed Jun 11, 2018
2 parents 3bf38cd + 25f7059 commit 2c4dd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/obs-rpmlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ addFilter('no-manual-page-for-binary')
addFilter('non-executable-script')
addFilter('no-changelogname-tag')
addFilter('hidden-file-or-dir')
addFilter('zero-length')
addFilter('files-duplicate')
2 changes: 1 addition & 1 deletion dist/obs-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ rm src/api/Dockerfile.frontend-base
# drop build script, we require the installed one from own package
rm -rf src/backend/build

find -name .keep | xargs rm -rf
find -name .keep -o -name .gitignore | xargs rm -rf

%build
export DESTDIR=$RPM_BUILD_ROOT
Expand Down

0 comments on commit 2c4dd05

Please sign in to comment.