Bug 1981769

Summary: conflict /usr/share/doc/libdrm/README.rst
Product: [Fedora] Fedora Reporter: Germano Massullo <germano.massullo>
Component: libdrmAssignee: Adam Jackson <ajax>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ajax, bskeggs, caillon+fedoraproject, igor.raits, jglisse, rclark, rhughes, rstrode, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-29 07:07:00 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:

Description Germano Massullo 2021-07-13 11:22:39 UTC
# rpm -q libdrm
libdrm-2.4.105-1.fc34.x86_64
libdrm-2.4.105-1.fc34.i686
libdrm-2.4.107-1.fc34.x86_64

as soon I run dnf update I get


file /usr/share/doc/libdrm/README.rst of installation of libdrm-2.4.107-1.fc34.i686 conflicts with the file from package libdrm-2.4.105-1.fc34.x86_64
file /usr/share/libdrm/amdgpu.ids of installation of libdrm-2.4.107-1.fc34.i686 conflicts with the file from package libdrm-2.4.105-1.fc34.x86_64

Comment 1 Adam Jackson 2021-07-15 15:44:07 UTC
You have a duplicate package for x86_64 installed, usually this is due to an aborted dnf transaction. Try 'dnf reinstall libdrm'.

Comment 2 Germano Massullo 2021-07-29 07:07:00 UTC
(In reply to Adam Jackson from comment #1)
> You have a duplicate package for x86_64 installed, usually this is due to an
> aborted dnf transaction. Try 'dnf reinstall libdrm'.

It worked, thank you very much