Bug 987441

Summary: libcacard has bogus dependency on glusterfs
Product: [Fedora] Fedora Reporter: Daniel BerrangĂ© <berrange>
Component: qemuAssignee: Alon Levy <alevy>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: amit.shah, berrange, cfergeau, crobinso, dblechte, dwmw2, fweimer, itamar, pbonzini, rjones, scottt.tw, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qemu-1.6.2-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-24 06:43:47 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 Daniel Berrangé 2013-07-23 11:39:31 UTC
Description of problem:
The libcacard library has picked up a dependancy on glusterfs libraries, which is clearly bogus

# ldd /usr/lib64/libcacard.so | grep libgf
	libgfapi.so.0 => /lib64/libgfapi.so.0 (0x0000003750200000)
	libgfrpc.so.0 => /lib64/libgfrpc.so.0 (0x000000374fe00000)
	libgfxdr.so.0 => /lib64/libgfxdr.so.0 (0x0000003750a00000)

# rpm -q libcacard --requires | grep libgf
libgfapi.so.0()(64bit)
libgfrpc.so.0()(64bit)
libgfxdr.so.0()(64bit)

# rpm -q --whatprovides 'libgfapi.so.0()(64bit)'
glusterfs-api-3.4.0-0.8.beta4.fc19.x86_64


The result of this is that installing the spice client RPMs pulls in the entire glusterfs RPM set.

Version-Release number of selected component (if applicable):
libcacard-1.4.2-4.fc19.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Attempt to uninstall glusterfs
2.
3.

Actual results:
Forces un-install of spice and libcacard too

Expected results:
Uninstall of glusterfs does not impact libcacard or spcie

Additional info:

Comment 1 Cole Robinson 2014-01-30 13:31:58 UTC
Some discussion on fedora devel about this:

https://lists.fedoraproject.org/pipermail/devel/2014-January/194858.html

Comment 2 Cole Robinson 2014-03-19 19:25:57 UTC
Fixed in rawhide, I'll build for f20 as well

Comment 3 Fedora Update System 2014-03-19 21:28:36 UTC
qemu-1.6.2-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/qemu-1.6.2-1.fc20

Comment 4 Fedora Update System 2014-03-21 09:30:11 UTC
Package qemu-1.6.2-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing qemu-1.6.2-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-4134/qemu-1.6.2-1.fc20
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2014-03-24 06:43:47 UTC
qemu-1.6.2-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.