From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Schwarzott Date: Thu, 28 Aug 2008 09:04:31 +0000 Subject: strange version jump of libvolume_id.so with udev-126 Message-Id: <200808281104.32255.zzam@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi there! It seems the version of libvolume_id.so jumped in an unwanted way between udev-125 and udev-126. udev-125 installed this lib: /lib/libvolume_id.so.0.85.0 But udev-126 does install this: /lib/libvolume_id.so.0.0.86 One more libtool strangeness I guess. extras/volume_id/lib/Makefile uses -version-info $(VOLID_LT_CURRENT):$(VOLID_LT_REVISION):$(VOLID_LT_AGE) changing that to -version-number $(VOLID_LT_CURRENT):$(VOLID_LT_REVISION):$(VOLID_LT_AGE) creates versions as usual: /lib/libvolume_id.so.0.86.0 Regards Matthias