Bug 864308

Summary: please update spec file for python-chameleon
Product: [Fedora] Fedora EPEL Reporter: Tomas Dabašinskas <tdabasin>
Component: python-chameleonAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: kevin, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-chameleon-2.5.3-1.el6.3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-22 04:02:21 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:
Bug Depends On:    
Bug Blocks: 855706    

Description Tomas Dabašinskas 2012-10-09 05:24:52 UTC
Hi,
chameleon 2.7.0 setup.py has a following condition for requires:

if version < (2, 7, 0):
    install_requires.append("ordereddict")
    install_requires.append("unittest2")

as python version in rhel < 2.7.0 extra requires needs to be defined in spec

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


many thanks,
Tomas

Comment 3 Kevin Fenzi 2017-11-05 23:30:39 UTC
Sorry this has languished, update coming up.

Comment 4 Fedora Update System 2017-11-05 23:34:55 UTC
python-chameleon-2.5.3-1.el6.3 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e89403d406

Comment 5 Fedora Update System 2017-11-06 23:47:37 UTC
python-chameleon-2.5.3-1.el6.3 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-e89403d406

Comment 6 Fedora Update System 2017-11-22 04:02:21 UTC
python-chameleon-2.5.3-1.el6.3 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.