RPM: Change the --depends to a Recommends: tag on the specific compat package (#16358)

This commit is contained in:
Chris Marslender 2023-09-18 21:08:31 -05:00 committed by GitHub
parent ccf0002b72
commit 959dc2ac52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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