Bug 1314852

Summary: When trying to update a rawhide installation using dnf, python3-pyopengl conflicts with python3-PyOpenGL
Product: [Fedora] Fedora Reporter: stan <gryt2>
Component: python-pyopenglAssignee: Jonathan Underwood <jonathan.underwood>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fdc, gryt2, jonathan.underwood
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: 2016-03-07 19:04:23 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:

Description stan 2016-03-04 16:46:45 UTC
Description of problem:
When updating rawhide using dnf, the package python3-pyopengl conflicts with python3-PyOpenGL.  I suspect that they are the same package, but with different letter cases, and thus every file they contain conflicts.


Version-Release number of selected component (if applicable):
Name        : python3-PyOpenGL
Version     : 3.1.0
Release     : 5.fc24
Architecture: x86_64

python3-pyopengl-3.1.1a1-3.fc25.x86_64

How reproducible:
Every time.

Steps to Reproduce:
1.  Have version of python3-PyOpenGL installed
2.  Try to update with python3-pyopengl
3.

Actual results:
Many errors of the type
file /usr/lib/python3.5/site-packages/OpenGL/GL/__init__.py from install of python3-pyopengl-3.1.1a1-3.fc25.x86_64 conflicts with file from package python3-PyOpenGL-3.1.0-5.fc24.x86_64

Expected results:
Successful upgrade.

Additional info:

Comment 1 Jonathan Underwood 2016-03-04 17:25:35 UTC
Oops, I missed out the Obsoletes/Provides for the python3 package somehow.

python-pyopengl-3.1.1a1-4.fc2[4,5] builds should fix this issue, when they're complete:

http://koji.fedoraproject.org/koji/taskinfo?taskID=13228871
http://koji.fedoraproject.org/koji/taskinfo?taskID=13228866

Comment 2 stan 2016-03-04 17:30:12 UTC
Great, thanks!

Comment 3 stan 2016-03-07 19:04:23 UTC
These packages successfully updated this morning, so I am closing the ticket.  Thanks a lot for your help.