Bug 1563360 - Unable to upgrade
Summary: Unable to upgrade
Keywords:
Status: CLOSED DUPLICATE of bug 1559280
Alias: None
Product: Fedora
Classification: Fedora
Component: python-PyGithub
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bohuslav "Slavek" Kabrda
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-03 17:27 UTC by Nathanael Noblet
Modified: 2018-04-04 06:08 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-04-04 06:08:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nathanael Noblet 2018-04-03 17:27:40 UTC
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:

Comment 1 Brian Lane 2018-04-03 22:16:27 UTC
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.

Comment 2 Zbigniew Jędrzejewski-Szmek 2018-04-04 06:08:48 UTC

*** This bug has been marked as a duplicate of bug 1559280 ***


Note You need to log in before you can comment on or make changes to this bug.