Skip to content

Commit

Permalink
update rpm dependency to specific library (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 authored Oct 15, 2024
1 parent c440ca3 commit 5b68072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-packages/packaging-scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FPM_DEB_OPTS=(
--architecture "$DEB_PACKAGE_ARCHITECTURE"
)
FPM_RPM_OPTS=(
--depends 'openssl-libs'
--depends 'libcrypto.so.3()(64bit)'
--architecture "$RPM_PACKAGE_ARCHITECTURE"
)

Expand Down
2 changes: 1 addition & 1 deletion linux-packages/packaging-scripts/unsigned/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FPM_DEB_OPTS=(
--architecture "$DEB_PACKAGE_ARCHITECTURE"
)
FPM_RPM_OPTS=(
--depends 'openssl-libs'
--depends 'libcrypto.so.3()(64bit)'
--architecture "$RPM_PACKAGE_ARCHITECTURE"
)

Expand Down

0 comments on commit 5b68072

Please sign in to comment.