]> TLD Linux GIT Repositories - packages/lvm2.git/blobdiff - device-mapper-dmsetup-export.patch
- updated to 2.03.05
[packages/lvm2.git] / device-mapper-dmsetup-export.patch
index 029e8fabf0688b5a275654afcc5b9cbe6abe7971..ef21a682bd9cdfb14730ea92609d58c18f3eb4cf 100644 (file)
@@ -1,38 +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 @@
- .
- .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 ]
-@@ -629,6 +637,9 @@
- \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
---- 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 -ur LVM2.2.03.02.orig/libdm/dm-tools/dmsetup.c LVM2.2.03.02/libdm/dm-tools/dmsetup.c
+--- LVM2.2.03.02.orig/libdm/dm-tools/dmsetup.c 2019-03-22 16:55:55.393000000 +0100
++++ LVM2.2.03.02/libdm/dm-tools/dmsetup.c      2019-03-22 17:00:55.046000000 +0100
+@@ -2551,6 +2551,93 @@
        return r;
  }
  
  /* Show target names and their version numbers */
  static int _targets(CMD_ARGS)
  {
-@@ -5139,6 +5226,7 @@
-       {"stats", "<command> [<options>] [<devices>]", 1, -1, 1, 1, _stats},
-       {"status", "[<device>] [--noflush] [--target <target_type>]", 0, -1, 1, 0, _status},
-       {"table", "[<device>] [--target <target_type>] [--showkeys]", 0, -1, 1, 0, _status},
+@@ -6230,6 +6317,7 @@
+       {"stats", "<command> [<options>] [<device>...]", 1, -1, 1, 1, _stats},
+       {"status", "[<device>...] [--noflush] [--target <target_type>]", 0, -1, 2, 0, _status},
+       {"table", "[<device>...] [--concise] [--target <target_type>] [--showkeys]", 0, -1, 2, 0, _status},
 +      {"export", "[<device>]", 0, 1, 1, 0, _export},
        {"wait", "<device> [<event_nr>] [--noflush]", 0, 2, 0, 0, _wait},
-       {"mknodes", "[<device>]", 0, -1, 1, 0, _mknodes},
-       {"mangle", "[<device>]", 0, -1, 1, 0, _mangle},
+       {"mknodes", "[<device>...]", 0, -1, 1, 0, _mknodes},
+       {"mangle", "[<device>...]", 0, -1, 1, 0, _mangle},
+diff -ur LVM2.2.03.02.orig/man/dmsetup.8_main LVM2.2.03.02/man/dmsetup.8_main
+--- LVM2.2.03.02.orig/man/dmsetup.8_main       2019-03-22 16:55:55.394000000 +0100
++++ LVM2.2.03.02/man/dmsetup.8_main    2019-03-22 17:00:55.047000000 +0100
+@@ -59,6 +59,14 @@
+ .
+ .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 @@
+ \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