Description of problem: File conflict stops an upgrade from F27 to F28 Beta. Version-Release number of selected component (if applicable): python2-pyparted-1:3.11.0-9.fc28.x86_64 conflicts with file from package pyparted-1:3.11.0-5.fc27.x86_64 How reproducible: always Steps to Reproduce: 1. sudo dnf system-upgrade download --refresh --releasever=28 --allowerasing Actual results: Error: Transaction check error: file /usr/lib/python2.7/site-packages/PyGithub-1.29-py2.7.egg-info/PKG-INFO from install of python2-pygithub-1.29-6.fc28.noarch conflicts with file from package python-PyGithub-1.29-4.fc27.noarch file /usr/lib64/python2.7/site-packages/_ped.so from install of python2-pyparted-1:3.11.0-9.fc28.x86_64 conflicts with file from package pyparted-1:3.11.0-5.fc27.x86_64 Expected results: smooth upgrade Additional info:
The problem is that python-PyGithub has this in its .spec: %{python_sitelib}/* It needs to narrow down the files that it includes. I'm surprised that this hasn't been hit before.
*** This bug has been marked as a duplicate of bug 1559280 ***