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:
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
Great, thanks!
These packages successfully updated this morning, so I am closing the ticket. Thanks a lot for your help.