Skip to content

Commit

Permalink
[dist] Rpmlint: Fix version-control-internal-file
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.

Removing the .gitignore files solves the version-control-internal-file
rpmlint check.
  • Loading branch information
bgeuken committed Jun 11, 2018
1 parent 875bb7b commit 25f7059
Showing 1 changed file with 1 addition and 1 deletion.
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 25f7059

Please sign in to comment.