Description of problem: I can't install wammu, as it requires python-gammu, which in turn requires libGammu.so.2. A recent release of gammu-libs now provides libGammu.so.3, instead of libGammu.so.2, so the dependency is not available. Version-Release number of selected component (if applicable): 0.22-3.fc8.x86_64 How reproducible: Always. Steps to Reproduce: 1. yum install wammu Actual results: Dependency check fails to find libGammu.so.2 Expected results: Install works! Additional info: [root@detritus ~]# yum install wammu [...] Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package wammu.noarch 0:0.19-3.fc8 set to be updated --> Processing Dependency: python-gammu for package: wammu --> Running transaction check ---> Package python-gammu.x86_64 0:0.22-3.fc8 set to be updated --> Processing Dependency: libGammu.so.2()(64bit) for package: python-gammu --> Finished Dependency Resolution Error: Missing Dependency: libGammu.so.2()(64bit) is needed by package python-gammu [root@detritus ~]# rpm -q gammu-libs gammu-libs-1.17.0-1.fc8.x86_64 [root@detritus ~]# rpm -q --filesbypkg gammu-libs gammu-libs /usr/lib64/libGammu.so.3 gammu-libs /usr/lib64/libGammu.so.3.1.17.0
*** This bug has been marked as a duplicate of 426848 ***