Bug 427035

Summary: Pythion-gammu won't install, libGammu.so.2 needed, libGammu.so.3 is provided by gammu-libs
Product: [Fedora] Fedora Reporter: Russell Odom <russ+bugzilla-redhat>
Component: python-gammuAssignee: Xavier Lamien <lxtnow>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-30 15:28:56 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 Russell Odom 2007-12-30 14:21:43 UTC
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

Comment 1 Xavier Lamien 2007-12-30 15:28:56 UTC

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