Skip to content

Commit

Permalink
RPM: Change the --depends to a Recommends: tag on the specific compat…
Browse files Browse the repository at this point in the history
… package (#16358)
  • Loading branch information
cmmarslender authored Sep 19, 2023
1 parent ccf0002 commit 959dc2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_scripts/build_linux_rpm-2-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ fpm -s dir -t rpm \
--version "$CHIA_INSTALLER_VERSION" \
--architecture "$REDHAT_PLATFORM" \
--description "Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure." \
--depends /usr/lib64/libcrypt.so.1 \
--rpm-tag 'Recommends: libxcrypt-compat' \
--rpm-tag '%define _build_id_links none' \
--rpm-tag '%undefine _missing_build_ids_terminate_build' \
.
# CLI only rpm done
cp -r dist/daemon ../chia-blockchain-gui/packages/gui
Expand Down

0 comments on commit 959dc2a

Please sign in to comment.