Skip to content

Commit

Permalink
[WIP] add libxcrypt-compat dependency
Browse files Browse the repository at this point in the history
To address chef/omnibus#890
  • Loading branch information
dafyddcrosby committed Apr 23, 2024
1 parent d94cbe6 commit 7a276f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion omnibus/config/projects/chef.rb
Expand Up @@ -83,4 +83,7 @@
skip_packager true
end

runtime_dependency "coreutils" if rhel?
if rhel?
runtime_dependency "coreutils"
runtime_dependency "libxcrypt-compat" # TODO gate to specific releases?

Check warning on line 88 in omnibus/config/projects/chef.rb

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (libxcrypt)
end

0 comments on commit 7a276f4

Please sign in to comment.