Skip to content

Commit

Permalink
[#1171] Added the digest to the hook packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jan 2, 2024
1 parent 7d5af17 commit 68026da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/90_hooks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ namespace :hook do
"--license", "MPL 2.0",
"--url", "https://gitlab.isc.org/isc-projects/stork/",
"--vendor", "Internet Systems Consortium, Inc.",
"#{hook_filename}=/var/lib/stork-#{kind}/hooks/#{hook_filename}"
"#{hook_filename}=/var/lib/stork-#{kind}/hooks/#{hook_filename}",
# Enables the compatibility with the FIPS mode for RPM packages.
"--rpm-digest", "sha256"
end
end
end
Expand Down

0 comments on commit 68026da

Please sign in to comment.