Bug 973270

Summary: Unnecessary dependency on python-ordereddict
Product: [Fedora] Fedora Reporter: Endi Sukma Dewata <edewata>
Component: python-urllib3Assignee: Toshio Ernie Kuratomi <a.badger>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: a.badger, alee, edewata, rbean
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: python-urllib3-1.5-6.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-18 06:07:11 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 Endi Sukma Dewata 2013-06-11 15:21:50 UTC
The spec file for python-urllib3 contains the following conditional dependency:

%if 0%{?rhel} <= 6
BuildRequires:  python-ordereddict
Requires:       python-ordereddict
%endif

This condition evaluates to true on Fedora 19, which creates an unnecessary dependency on python-ordereddict.

The correct condition should have been like this:

%if 0%{?rhel} && 0%{?rhel} <= 6

Comment 1 Toshio Ernie Kuratomi 2013-06-11 16:32:20 UTC
Good catch.  Building a fixed package.

Comment 2 Fedora Update System 2013-06-11 17:00:11 UTC
python-urllib3-1.5-6.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc18

Comment 3 Fedora Update System 2013-06-11 17:00:42 UTC
python-urllib3-1.5-6.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc19

Comment 4 Fedora Update System 2013-06-11 17:01:24 UTC
python-urllib3-1.5-6.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc17

Comment 5 Fedora Update System 2013-06-12 02:39:22 UTC
Package python-urllib3-1.5-6.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-urllib3-1.5-6.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-10638/python-urllib3-1.5-6.fc17
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2013-06-18 06:07:11 UTC
python-urllib3-1.5-6.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-06-25 03:25:20 UTC
python-urllib3-1.5-6.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2013-06-25 03:26:07 UTC
python-urllib3-1.5-6.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.