Skip to content

Commit

Permalink
package/rpm: add sha256 digest
Browse files Browse the repository at this point in the history
Enables installation on FIPS-enabled RHEL8.

Resolves: elastic#12597
  • Loading branch information
yaauie committed Jul 9, 2021
1 parent 09c3bf7 commit b425edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/artifacts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ namespace "artifact" do
out = dir.convert(FPM::Package::RPM)
out.license = license
out.attributes[:rpm_use_file_permissions] = true
out.attributes[:rpm_digest] = "sha256"
out.attributes[:rpm_user] = "root"
out.attributes[:rpm_group] = "root"
out.attributes[:rpm_os] = "linux"
Expand Down

0 comments on commit b425edf

Please sign in to comment.