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

diff --git a/meta b/meta
index 89ad89dc10f27ca6f0eb42fc975b6ed8e7ec486f..fac3a7f00432b2b3d1a656253cba15e4fcb3db2e 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,14 @@
 Version: 1
-Previous: 0fed49159ac1a64d4a8d5350dac0a6454e6f524a
+Previous: 4a0f7b1f384e5fba4f84cf9523f8dac21d62cfe5
 Head: 0ababca374ff33606d2d3f391b43508691d3d38f
 Applied:
   build-preload: 934949885dc5db0c30a70378b7fc8c36d512e32f
   chk-src: 5c2bd1511d359e196016e30ee47624fde9c9d825
-  incl-com: 918baa159e716b4430be62a6927f5836a790ffe4
+  librdmacm-include-src-common-h: 0ababca374ff33606d2d3f391b43508691d3d38f
 Unapplied:
+  incl-com: 918baa159e716b4430be62a6927f5836a790ffe4
   v1.0.16: 3afc5427eee1f2d0667c4cbba0fc460e7e64b1f6
   waitall-buggy: c49c6b56c55385774065f5aa2704078e6ae0ceb8
   rs-1sge: 8ec392829399dec7ed5c608b8697a482e5faa2de
+  refresh-temp: c9364da40d938c8b4bfb4821de5b9ede6deb413a
 Hidden:
diff --git a/patches/librdmacm-include-src-common-h b/patches/librdmacm-include-src-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/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..4068920
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: dfec70d648229122a223c74fd6c162bb7057df14
+Top:    1520c2d07424849e7f892c80248c4e19cec7a862
+Author: sean.hefty@intel.com <sean.hefty@intel.com>
+Date:   2012-07-11 12:39:24 -0700
+
+Refresh of incl-com
+
+---
+
+diff --git a/Makefile.am b/Makefile.am
+index b271b45..058b042 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -123,7 +123,7 @@ man_MANS = \
+       man/rdma_cm.7 \
+       man/rsocket.7
+-EXTRA_DIST = src/cma.h src/indexer.h src/librdmacm.map \
++EXTRA_DIST = src/cma.h src/indexer.h src/librdmacm.map examples/common.h \
+       librdmacm.spec.in $(man_MANS)
+ dist-hook: librdmacm.spec