[lvm2] Add one more patch.

Peter Rajnoha prajnoha at fedoraproject.org
Tue Sep 24 08:21:09 UTC 2013


commit 21b235829c96e6bda3d91e65791e632fbe4cc932
Author: Peter Rajnoha <prajnoha at redhat.com>
Date:   Tue Sep 24 10:20:49 2013 +0200

    Add one more patch.

 ...separate-command-symlink-for-lvm-devtypes.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/lvm2-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch b/lvm2-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
new file mode 100644
index 0000000..834ba2c
--- /dev/null
+++ b/lvm2-2_02_103-do-not-install-separate-command-symlink-for-lvm-devtypes.patch
@@ -0,0 +1,13 @@
+diff --git a/tools/Makefile.in b/tools/Makefile.in
+index 96dd8cf..f90cfae 100644
+--- a/tools/Makefile.in
++++ b/tools/Makefile.in
+@@ -162,7 +162,7 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): liblvm2cmd.$(LIB_SUFFIX)
+ 
+ .commands: $(srcdir)/commands.h $(srcdir)/cmdnames.h Makefile
+ 	$(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
+-		egrep -v '^ *(|#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
++		egrep -v '^ *(|#.*|devtypes|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
+ 
+ ifneq ("$(CFLOW_CMD)", "")
+ CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))


More information about the scm-commits mailing list