On Mon, Jan 11, 2010 at 08:19:58PM +0100, Hans de Goede wrote:
> Hi,
> 
> Today I've rebased parted to parted-2.1, this means that the libparted
> soname has changed, and all libparted using packages need to be rebuild:
> 
> [h...@localhost ~]$ sudo repoquery -q --whatrequires 
> 'libparted-1.9.so.0()(64bit)'
> qtparted-0:0.4.5-22.fc12.x86_64
> DeviceKit-disks-0:009-3.fc12.x86_64 (now udisks)
> gparted-0:0.4.8-1.fc12.x86_64
> kde-partitionmanager-0:1.0.0-2.fc12.x86_64
> libvirt-0:0.7.1-15.fc12.x86_64

libguestfs also requires this.  It depends on the literal filename,
which is correct because it copies that specific file.  It's not
linking, but creating an appliance on the fly out of named files found
in the host file system.  Hence:

$ rpm -qR libguestfs | grep libparted
/lib64/libparted-1.9.so.0

I'm rebuilding it now.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to