Skip to content

Commit

Permalink
prevent rpmbuild from repacking jar files
Browse files Browse the repository at this point in the history
brp-java-repack-jars can have issues repacking jar files when the filenames are too long so stop repacking the jar files.
  • Loading branch information
indrat committed Nov 23, 2011
1 parent 94aec6a commit e9264c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/rpm.erb
@@ -1,3 +1,5 @@
%define __jar_repack 0

Name: <%= name %>
Version: <%= version %>
<% if epoch -%>
Expand Down

0 comments on commit e9264c9

Please sign in to comment.