Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix requires in spec file to resolve dependency resolution issues with rpms #6371

Merged
merged 1 commit into from Nov 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/generate_rpm.sh
Expand Up @@ -30,7 +30,7 @@ Version: ${VERSION}
License: MIT
Vendor: ${VENDOR}
Source: ${URL}
Requires: openssl-devel.x86_64, gmp-devel.x86_64, libstdc++-devel.x86_64, bzip2.x86_64, bzip2-devel.x86_64, mongodb.x86_64, mongodb-server.x86_64
Requires: openssl-devel, gmp-devel, libstdc++-devel, bzip2, bzip2-devel, mongodb, mongodb-server
URL: ${URL}
Packager: ${VENDOR} <${EMAIL}>
Summary: ${DESC}
Expand Down