summaryrefslogtreecommitdiffstats
path: root/libs/blkid/src/blkid.sym
diff options
context:
space:
mode:
authorKarel Zak2009-04-28 22:51:53 +0200
committerKarel Zak2009-04-28 23:29:06 +0200
commit33b0be6d60cc793951623feb6b8a2d1177112aca (patch)
treee0d9a577d4966b559848b3e94866e7f762c1c146 /libs/blkid/src/blkid.sym
parentcfdisk: fix "cannot seek on disk drive" bug (diff)
downloadkernel-qcow2-util-linux-33b0be6d60cc793951623feb6b8a2d1177112aca.tar.gz
kernel-qcow2-util-linux-33b0be6d60cc793951623feb6b8a2d1177112aca.tar.xz
kernel-qcow2-util-linux-33b0be6d60cc793951623feb6b8a2d1177112aca.zip
blkid: split SONAME and LIBBLKID_VERSION
It seems better to split SONAME and the public library version. The library version will be the same as util-linux-ng PACKAGE_VERSION. PACKAGE_VERSION: <maj>.<min>[-<suffix>] e.g. 2.15-rc2 Symbols versioning: BLKID_<maj>.<min> e.g. BLKID_2.15 blkid_get_library_version(): <maj>.<min>.0 e.g. 2.15.0 SONAME: libblkid.so.1 See also the original patch a0487b1cb5beffb8f6783476664b01e8833e0ea8 where was introduced library versioning. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libs/blkid/src/blkid.sym')
-rw-r--r--libs/blkid/src/blkid.sym6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/blkid/src/blkid.sym b/libs/blkid/src/blkid.sym
index e08df0f52..abb8e51f7 100644
--- a/libs/blkid/src/blkid.sym
+++ b/libs/blkid/src/blkid.sym
@@ -3,7 +3,7 @@
* can't run with old libblkid.so not providing foo() - the global SONAME
* version info can't enforce this since we never change the SONAME.
*
- * The original libblkid (.so version 1.0) from e2fsprogs does not to use
+ * The original libblkid from e2fsprogs (<=1.41.4) does not to use
* symbol versioning -- all the original symbols are in BLKID_1.0 now.
*/
BLKID_1.0 {
@@ -39,9 +39,9 @@ local:
/*
- * util-linux-ng version(s)
+ * version(s) since util-linux-ng 2.15
*/
-BLKID_1.42 {
+BLKID_2.15 {
global:
blkid_do_probe;
blkid_do_safeprobe;