Skip to content

Commit

Permalink
Update rpm build to add sha256 payload and file digest
Browse files Browse the repository at this point in the history
This is a follow up on elastic#75569

and should fix installation problems in FIPS enabled environments.
  • Loading branch information
breskeby committed Jul 27, 2021
1 parent 7bf112f commit dd9acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ buildscript {
configurations.all {
resolutionStrategy {
dependencySubstitution {
substitute module('org.redline-rpm:redline') using module('com.github.breskeby:redline:caa0ede')
substitute module('org.redline-rpm:redline') using module('com.github.breskeby:redline:9c85270')
}
}
}
Expand Down

0 comments on commit dd9acb2

Please sign in to comment.