[libmultipath] lower libdevmapper version expectation to 1.02.08
authorChristophe Varoqui <cvaroqui@zezette.localdomain>
Tue, 5 Jun 2007 23:21:28 +0000 (01:21 +0200)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Tue, 5 Jun 2007 23:21:28 +0000 (01:21 +0200)
In fact, I guess it could be lowered again since the Makefile
detects features available in the lib (no_flush for example).

Feel free to make me lower it again if needed.

libmultipath/devmapper.c

index 55261ad..d6991ba 100644 (file)
@@ -87,7 +87,7 @@ dm_libprereq (void)
 {
        char version[64];
        int v[3];
-       int minv[3] = {1, 2, 11};
+       int minv[3] = {1, 2, 8};
 
        dm_get_library_version(version, sizeof(version));
        condlog(3, "libdevmapper version %s", version);