ISSUE SUMMARY
The 2.6.1-1 RPM packages for MongoDB 2.6.1 fail to install on RHEL5. The RPM package specification files for 2.6.1-1 use old package names in the Conflicts field.
USER IMPACT
RHEL5 users can't use the 2.6.1-1 packages to upgrade to MongoDB 2.6.1, but can download the corrected 2.6.1-2 packages.
WORKAROUNDS
N/A
AFFECTED VERSIONS
RPM packages 2.6.1-1 for RHEL5 is the only configuration affected by this issue.
FIX VERSION
The fix is included in the 2.6.1-2 RPM packages.
RESOLUTION DETAILS
RPM package specification files have been corrected to reflect the new package naming in the Conflicts field.
Original description
yum install mongdb-org-server return :
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
mongo-10gen-server conflit with mongodb-org-server-2.6.1-1.x86_64
note : mongo-10gen-server is not installed
----------
in mongodb-org.spec :
Conflicts: mongo-10gen ...
Obsoletes: mongo-10gen
Provides: mongo-10gen
present in conflicts and provides ?
cordialy
- is related to
-
SERVER-13563 Upgrading from 2.4.x to 2.6.0 via yum clobbers configuration file
- Closed