X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=a197bdf95e940a76da7869555119b2e63a411aee;hp=e5184eae92bf0285a14aa8d52e14257ba382b0cd;hb=026c214b23c4c7011726869e400d250a349f3e95;hpb=eeebf03100069a2d93ac4199fb7e7be29e5d31b0 diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index e5184ea..a197bdf 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -1,35 +1,7 @@ -diff -urp LVM2.2.02.179.orig/man/dmsetup.8_main LVM2.2.02.179/man/dmsetup.8_main ---- LVM2.2.02.179.orig/man/dmsetup.8_main 2018-06-26 11:40:19.080841000 +0000 -+++ LVM2.2.02.179/man/dmsetup.8_main 2018-06-26 11:46:19.184819536 +0000 -@@ -59,6 +59,14 @@ dmsetup \(em low level logical volume ma - . - .HP - .B dmsetup -+.de CMD_EXPORT -+. BR export -+. RI [ device_name ] -+.. -+.CMD_EXPORT -+. -+.HP -+.B dmsetup - .de CMD_HELP - . BR help - . RB [ -c | -C | --columns ] -@@ -651,6 +659,9 @@ device. Device names on output can be cu - \fBdevname\fP (map name for device-mapper devices, equal to blkdevname otherwise). - . - .HP -+.CMD_EXPORT -+Outputs information in key/value format to be imported by other programs. -+.HP - .CMD_HELP - .br - Outputs a summary of the commands available, optionally including -diff -urp LVM2.2.02.179.orig/tools/dmsetup.c LVM2.2.02.179/tools/dmsetup.c ---- LVM2.2.02.179.orig/tools/dmsetup.c 2018-06-26 11:40:23.358840745 +0000 -+++ LVM2.2.02.179/tools/dmsetup.c 2018-06-26 11:46:19.185819536 +0000 -@@ -2568,6 +2568,93 @@ out: +diff -urp LVM2.2.03.00.orig/libdm/dm-tools/dmsetup.c LVM2.2.03.00/libdm/dm-tools/dmsetup.c +--- LVM2.2.03.00.orig/libdm/dm-tools/dmsetup.c 2018-10-21 13:36:20.379416609 +0000 ++++ LVM2.2.03.00/libdm/dm-tools/dmsetup.c 2018-10-21 14:20:38.626416609 +0000 +@@ -2557,6 +2557,93 @@ out: return r; } @@ -123,7 +95,7 @@ diff -urp LVM2.2.02.179.orig/tools/dmsetup.c LVM2.2.02.179/tools/dmsetup.c /* Show target names and their version numbers */ static int _targets(CMD_ARGS) { -@@ -6243,6 +6330,7 @@ static struct command _dmsetup_commands[ +@@ -6232,6 +6319,7 @@ static struct command _dmsetup_commands[ {"stats", " [] [...]", 1, -1, 1, 1, _stats}, {"status", "[...] [--noflush] [--target ]", 0, -1, 2, 0, _status}, {"table", "[...] [--concise] [--target ] [--showkeys]", 0, -1, 2, 0, _status}, @@ -131,3 +103,31 @@ diff -urp LVM2.2.02.179.orig/tools/dmsetup.c LVM2.2.02.179/tools/dmsetup.c {"wait", " [] [--noflush]", 0, 2, 0, 0, _wait}, {"mknodes", "[...]", 0, -1, 1, 0, _mknodes}, {"mangle", "[...]", 0, -1, 1, 0, _mangle}, +diff -urp LVM2.2.03.00.orig/man/dmsetup.8_main LVM2.2.03.00/man/dmsetup.8_main +--- LVM2.2.03.00.orig/man/dmsetup.8_main 2018-10-21 13:36:20.380416609 +0000 ++++ LVM2.2.03.00/man/dmsetup.8_main 2018-10-21 14:20:38.625416609 +0000 +@@ -59,6 +59,14 @@ dmsetup \(em low level logical volume ma + . + .HP + .B dmsetup ++.de CMD_EXPORT ++. BR export ++. RI [ device_name ] ++.. ++.CMD_EXPORT ++. ++.HP ++.B dmsetup + .de CMD_HELP + . BR help + . RB [ -c | -C | --columns ] +@@ -651,6 +659,9 @@ device. Device names on output can be cu + \fBdevname\fP (map name for device-mapper devices, equal to blkdevname otherwise). + . + .HP ++.CMD_EXPORT ++Outputs information in key/value format to be imported by other programs. ++.HP + .CMD_HELP + .br + Outputs a summary of the commands available, optionally including