Bug 892214

Summary: python3-module-gridfs Requires: python-module-pymongo; should be python3-module-pymongo
Product: [Fedora] Fedora Reporter: Igor Vlasenko <viy>
Component: python-pymongoAssignee: Andrew McNabb <amcnabb>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: amcnabb, silas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-08 02:09:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Igor Vlasenko 2013-01-05 22:19:39 UTC
Description of problem:

%package -n python3-module-gridfs
Summary:        Python GridFS driver for MongoDB
Group:          Development/Python3
Requires:       python-module-pymongo = %{version}-%{release}

there should be python3:
-Requires:       python-module-pymongo = %{version}-%{release}
+Requires:       python3-module-pymongo = %{version}-%{release}

Comment 1 Andrew McNabb 2013-01-05 23:31:03 UTC
Just to clarify, you meant "python3-pymongo" and not "python3-module-pymongo", right? There shouldn't be anything with "module" in it. If my understanding is correct, than I think I know what the problem is.

Comment 2 Fedora Update System 2013-01-06 00:09:46 UTC
python-pymongo-2.3-6.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-pymongo-2.3-6.fc18

Comment 3 Igor Vlasenko 2013-01-06 00:11:37 UTC
(In reply to comment #1)
> Just to clarify, you meant "python3-pymongo" and not
> "python3-module-pymongo", right? There shouldn't be anything with "module"
> in it. If my understanding is correct, than I think I know what the problem
> is.

Yes, sorry for misleading.

Comment 4 Fedora Update System 2013-01-06 21:54:21 UTC
Package python-pymongo-2.3-6.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-pymongo-2.3-6.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-0326/python-pymongo-2.3-6.fc18
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-02-08 02:09:54 UTC
python-pymongo-2.3-6.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.