Bug 1041834

Summary: policycoreutils-python pulls in python3 prematurely
Product: [Fedora] Fedora Reporter: Matthew Miller <mattdm>
Component: policycoreutilsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1042842 (view as bug list) Environment:
Last Closed: 2013-12-13 13:50:15 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: 1042842    

Description Matthew Miller 2013-12-12 19:33:04 UTC
On the Rawhide cloud image, both python3 and python 2 are installed. This turns out to be the culprit:

$ rpm -qRp policycoreutils-python-2.2.4-1.fc21.x86_64.rpm|grep python
/usr/bin/python
audit-libs-python >= 2.1.3-4
libpython2.7.so.1.0()(64bit)
libpython3.3m.so.1.0()(64bit)
libselinux-python
libsemanage-python >= 2.1.10-1
python(abi) = 2.7
python(abi) = 3.3
python-IPy


Please remove the python 3 requirement until we are ready to switch cloud-init and everything in core over to python3. Thank you!

(PS same problem applies to python-IPy. I can file a separate bug if you like.)

Comment 1 Daniel Walsh 2013-12-13 13:50:15 UTC
 policycoreutils-2.2.4-3.fc21 splits out the policycoreutils-python package.