X-Git-Url: https://git.tld-linux.org/?p=packages%2Flvm2.git;a=blobdiff_plain;f=device-mapper-dmsetup-export.patch;h=9a50b7e4a5da43f4da432ad6058e31087bea0765;hp=029e8fabf0688b5a275654afcc5b9cbe6abe7971;hb=8780299f67c78624188b5a2a8d85e69e6724be4a;hpb=aef0eae05381d3cde014fc4cd09fa61acd7ca4b9 diff --git a/device-mapper-dmsetup-export.patch b/device-mapper-dmsetup-export.patch index 029e8fa..9a50b7e 100644 --- a/device-mapper-dmsetup-export.patch +++ b/device-mapper-dmsetup-export.patch @@ -1,11 +1,7 @@ ---- - man/dmsetup.8.in | 7 ++++ - tools/dmsetup.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 95 insertions(+) - ---- LVM2.2.02.149/man/dmsetup.8.in.orig 2016-04-05 22:16:49.848604442 +0200 -+++ LVM2.2.02.149/man/dmsetup.8.in 2016-04-06 15:59:35.582595117 +0200 -@@ -48,6 +48,14 @@ +diff -urp LVM2.2.02.177.orig/man/dmsetup.8_main LVM2.2.02.177/man/dmsetup.8_main +--- LVM2.2.02.177.orig/man/dmsetup.8_main 2017-12-18 20:44:35.000000000 +0000 ++++ LVM2.2.02.177/man/dmsetup.8_main 2018-01-26 15:24:01.378500379 +0000 +@@ -59,6 +59,14 @@ dmsetup \(em low level logical volume ma . .HP .B dmsetup @@ -19,8 +15,8 @@ +.B dmsetup .de CMD_HELP . BR help - . RB [ \-c | \-C | \-\-columns ] -@@ -629,6 +637,9 @@ + . 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 @@ -30,9 +26,10 @@ .CMD_HELP .br Outputs a summary of the commands available, optionally including ---- LVM2.2.02.130/tools/dmsetup.c.orig 2015-09-09 18:44:39.471523160 +0200 -+++ LVM2.2.02.130/tools/dmsetup.c 2015-09-09 18:48:33.918179988 +0200 -@@ -2189,6 +2189,93 @@ +diff -urp LVM2.2.02.177.orig/tools/dmsetup.c LVM2.2.02.177/tools/dmsetup.c +--- LVM2.2.02.177.orig/tools/dmsetup.c 2018-01-26 15:13:17.000000000 +0000 ++++ LVM2.2.02.177/tools/dmsetup.c 2018-01-26 15:22:40.528505198 +0000 +@@ -2572,6 +2572,93 @@ out: return r; } @@ -126,11 +123,11 @@ /* Show target names and their version numbers */ static int _targets(CMD_ARGS) { -@@ -5139,6 +5226,7 @@ - {"stats", " [] []", 1, -1, 1, 1, _stats}, - {"status", "[] [--noflush] [--target ]", 0, -1, 1, 0, _status}, - {"table", "[] [--target ] [--showkeys]", 0, -1, 1, 0, _status}, +@@ -6247,6 +6334,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}, + {"export", "[]", 0, 1, 1, 0, _export}, {"wait", " [] [--noflush]", 0, 2, 0, 0, _wait}, - {"mknodes", "[]", 0, -1, 1, 0, _mknodes}, - {"mangle", "[]", 0, -1, 1, 0, _mangle}, + {"mknodes", "[...]", 0, -1, 1, 0, _mknodes}, + {"mangle", "[...]", 0, -1, 1, 0, _mangle},