]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
rename
authorSean Hefty <sean.hefty@intel.com>
Wed, 11 Jul 2012 19:56:02 +0000 (12:56 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 11 Jul 2012 19:56:02 +0000 (12:56 -0700)
meta
patches/inc-common-h [new file with mode: 0644]
patches/librdmacm-include-src-common-h [deleted file]

diff --git a/meta b/meta
index 7e5736ec0edeb9ff2fac9094369623253b96a526..f26e7a9bef4ce379aec7b1a5022902846df2017f 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,10 @@
 Version: 1
-Previous: 0e7618c70dc3a03990e302c44af965f4b4f4507d
+Previous: 03d6f82b517edabfb6f9bc310d19da688c10dc9f
 Head: c55f559bcc853ee9b1bb86c6793030394393d6fa
 Applied:
   build-preload: 934949885dc5db0c30a70378b7fc8c36d512e32f
   chk-src: 229f421a77066a61d6465cc6960b5fb914099ce3
-  librdmacm-include-src-common-h: c55f559bcc853ee9b1bb86c6793030394393d6fa
+  inc-common-h: c55f559bcc853ee9b1bb86c6793030394393d6fa
 Unapplied:
   incl-com: 918baa159e716b4430be62a6927f5836a790ffe4
   v1.0.16: 3afc5427eee1f2d0667c4cbba0fc460e7e64b1f6
diff --git a/patches/inc-common-h b/patches/inc-common-h
new file mode 100644 (file)
index 0000000..0be62ad
--- /dev/null
@@ -0,0 +1,28 @@
+Bottom: dfec70d648229122a223c74fd6c162bb7057df14
+Top:    31af2c38b30cc7004b87c3d8c3adf4afc84f8df4
+Author: sean.hefty@intel.com <sean.hefty@intel.com>
+Date:   2012-07-11 12:39:08 -0700
+
+librdmacm: Include src/common.h in distribution
+
+Add missing header file to distribution to allow rpmbuild to
+work.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+diff --git a/Makefile.am b/Makefile.am
+index b271b45..4a8b9bc 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -124,7 +124,7 @@ man_MANS = \
+       man/rsocket.7
+ EXTRA_DIST = src/cma.h src/indexer.h src/librdmacm.map \
+-      librdmacm.spec.in $(man_MANS)
++      examples/common.h librdmacm.spec.in $(man_MANS)
+ dist-hook: librdmacm.spec
+       cp librdmacm.spec $(distdir)
diff --git a/patches/librdmacm-include-src-common-h b/patches/librdmacm-include-src-common-h
deleted file mode 100644 (file)
index 0be62ad..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-Bottom: dfec70d648229122a223c74fd6c162bb7057df14
-Top:    31af2c38b30cc7004b87c3d8c3adf4afc84f8df4
-Author: sean.hefty@intel.com <sean.hefty@intel.com>
-Date:   2012-07-11 12:39:08 -0700
-
-librdmacm: Include src/common.h in distribution
-
-Add missing header file to distribution to allow rpmbuild to
-work.
-
-Signed-off-by: Sean Hefty <sean.hefty@intel.com>
-
-
----
-
-diff --git a/Makefile.am b/Makefile.am
-index b271b45..4a8b9bc 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -124,7 +124,7 @@ man_MANS = \
-       man/rsocket.7
- EXTRA_DIST = src/cma.h src/indexer.h src/librdmacm.map \
--      librdmacm.spec.in $(man_MANS)
-+      examples/common.h librdmacm.spec.in $(man_MANS)
- dist-hook: librdmacm.spec
-       cp librdmacm.spec $(distdir)