Bug 973270 - Unnecessary dependency on python-ordereddict
Summary: Unnecessary dependency on python-ordereddict
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-urllib3
Version: 19
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Toshio Ernie Kuratomi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-11 15:21 UTC by Endi Sukma Dewata
Modified: 2013-06-25 03:26 UTC (History)
4 users (show)

Fixed In Version: python-urllib3-1.5-6.fc17
Clone Of:
Environment:
Last Closed: 2013-06-18 06:07:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.