Bug 174946

Summary: latest device-mapper requires older version of itself, breaks yum
Product: [Fedora] Fedora Reporter: Denis Leroy <denisleroy>
Component: device-mapper-obsoleteAssignee: Alasdair Kergon <agk>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: agk, christophe.varoqui, dmo, egoggin, lmb, tranlan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-04 19:38:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Denis Leroy 2005-12-04 19:27:00 UTC
The latest version of device-mapper (1.02.02-1) has a build problem: the
addition of --enable-dmeventd causes the resulting package to depends on both
the old and new version of itself, which of course breaks yum update :

> rpm -qp --requires rpmbuild/RPMS/i386/device-mapper-1.02.02-1.i386.rpm
[cut]
libdevmapper.so.1.01
libdevmapper.so.1.01(Base)
libdevmapper.so.1.02
libdevmapper.so.1.02(Base)
[cut]


Maybe the package needs to be split in two ?

Comment 1 Warren Togami 2005-12-04 19:37:53 UTC
It looks like pjones fixed this in device-mapper-1.02.02-2.

Comment 2 Peter Jones 2005-12-04 19:38:57 UTC
Yeah, this is fixed.