# HG changeset patch # User Christopher Rogers # Date 1318746637 0 # Node ID 057729ecdde50de7c931f0823cf0de756c05d473 # Parent fc5858ba4ef6f16d8f87bbb88ea6492d1531f276 Up: lvm2 to 2.02.88. diff -r fc5858ba4ef6 -r 057729ecdde5 dmsetup/receipt --- a/dmsetup/receipt Sun Oct 16 06:26:33 2011 +0000 +++ b/dmsetup/receipt Sun Oct 16 06:30:37 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dmsetup" -VERSION="2.02.85" +VERSION="2.02.88" CATEGORY="system-tools" SHORT_DESC="Linux device mapper setup tool." MAINTAINER="b1+slitaz@nagel.org" diff -r fc5858ba4ef6 -r 057729ecdde5 libdevmapper-dev/receipt --- a/libdevmapper-dev/receipt Sun Oct 16 06:26:33 2011 +0000 +++ b/libdevmapper-dev/receipt Sun Oct 16 06:30:37 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libdevmapper-dev" -VERSION="2.02.85" +VERSION="2.02.88" CATEGORY="development" SHORT_DESC="Linux device mapper library development files." MAINTAINER="b1+slitaz@nagel.org" diff -r fc5858ba4ef6 -r 057729ecdde5 libdevmapper/receipt --- a/libdevmapper/receipt Sun Oct 16 06:26:33 2011 +0000 +++ b/libdevmapper/receipt Sun Oct 16 06:30:37 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libdevmapper" -VERSION="2.02.85" +VERSION="2.02.88" CATEGORY="system-tools" SHORT_DESC="Linux device mapper library." MAINTAINER="b1+slitaz@nagel.org" diff -r fc5858ba4ef6 -r 057729ecdde5 lvm2/receipt --- a/lvm2/receipt Sun Oct 16 06:26:33 2011 +0000 +++ b/lvm2/receipt Sun Oct 16 06:30:37 2011 +0000 @@ -2,7 +2,7 @@ PACKAGE="lvm2" SOURCE="LVM2" -VERSION="2.02.85" +VERSION="2.02.88" CATEGORY="system-tools" SHORT_DESC="Linux Logical Volume Manager." MAINTAINER="guillaume.michon@laposte.net" @@ -16,7 +16,6 @@ compile_rules() { cd $src - patch -Np1 -i $stuff/lvm2_hotfix_udevsync.patch ./configure \ --enable-cmdlib \ --enable-dmeventd \ diff -r fc5858ba4ef6 -r 057729ecdde5 lvm2/stuff/lvm2_hotfix_udevsync.patch --- a/lvm2/stuff/lvm2_hotfix_udevsync.patch Sun Oct 16 06:26:33 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ ---- a/lib/locking/locking.h -+++ b/lib/locking/locking.h -@@ -143,7 +143,12 @@ int check_lvm1_vg_inactive(struct cmd_context *cmd, const char *vgname); - lock_vol(cmd, (lv)->lvid.s, flags | LCK_LV_CLUSTERED(lv)) : \ - 0) - --#define unlock_vg(cmd, vol) lock_vol(cmd, vol, LCK_VG_UNLOCK) -+#define unlock_vg(cmd, vol) \ -+ do {\ -+ sync_local_dev_names(cmd); \ -+ lock_vol(cmd, vol, LCK_VG_UNLOCK); \ -+ } while (0) -+ - #define unlock_and_free_vg(cmd, vg, vol) \ - do { \ - unlock_vg(cmd, vol); \