-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS: RHEL 9.5
node.js / npm versions:
Additional info:
-
Not Needed
-
Developer Tools
Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
mongosh RPM under RHEL 9 repo has the incorrect "Release" metadata in the RPM package. Update the RPM binary with the correct Release data.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
How could an engineer replicate the issue you're reporting?
Attempting to Install mongosh rpm (the following versions) using dnf
The packages were locally installed from https://repo.mongodb.org/yum/redhat/9/mongodb-org/6.0/x86_64/RPMS/
and transferred to a local RHEL9.5 processor repository.
==> cat /etc/os-release
VERSION="9.5 (Plow)"
==> dnf install mongodb-mongosh
Installing:
mongodb-mongosh x86_64 2.5.2-1.el8
Expected Results
What do you expect to happen?
==> dnf install mongodb-mongosh
Installing:
mongodb-mongosh x86_64 2.5.2-1.el9
Actual Results
What do you observe is happening?
Additional Notes
Any additional information that may be useful to include.