r724 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Sat Sep 5 21:54:01 UTC 2009


Author: waldi
Date: Sat Sep  5 21:54:01 2009
New Revision: 724

Log:
debian/dmsetup.preinst: Really fix version.

Modified:
   lvm2/trunk/debian/dmsetup.preinst

Modified: lvm2/trunk/debian/dmsetup.preinst
==============================================================================
--- lvm2/trunk/debian/dmsetup.preinst	Sat Sep  5 21:53:41 2009	(r723)
+++ lvm2/trunk/debian/dmsetup.preinst	Sat Sep  5 21:54:01 2009	(r724)
@@ -20,7 +20,7 @@
 
 case "$1" in
     upgrade)
-        if dpkg --compare-versions "$2" lt 2:2.02.51-3; then
+        if dpkg --compare-versions "$2" lt 2:2.02.51-4; then
             rm_conffile "/etc/udev/rules.d/65_dmsetup.rules"
         fi
     ;;



More information about the pkg-lvm-commits mailing list