]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 30 Mar 2012 22:43:07 +0000 (15:43 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 30 Mar 2012 22:43:07 +0000 (15:43 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index cc450590703691353f47d35bda4e2a05dd636e83..a8192dad54dcdbb86e3f5e0a22009cf77a1892e3 100644 (file)
--- a/meta
+++ b/meta
@@ -1,11 +1,12 @@
 Version: 1
-Previous: 2dc0d38551abefe39a51489b2fb37bd8a211e818
-Head: 4d9833eaf6e6bf757d2ee65af814722ccba3b019
+Previous: 9f2f39adde17074608ac9117e2f762fdfcbf535d
+Head: cc8fd48f95168634a31b9fb03b3f5214fd11a294
 Applied:
   af_ib: fb683ba55480ada43c09aa48b3cb18bde139f72c
   rename-ibacm: 62fc4bdee12905d85332875439240523fad7bee0
   file-loc: 19447bec1a6b2cae7f27654010530f95403c2239
   init-script: 4d9833eaf6e6bf757d2ee65af814722ccba3b019
+  refresh-temp: cc8fd48f95168634a31b9fb03b3f5214fd11a294
 Unapplied:
   fixup-man: 299df9b474d21a5bf1f9aa103248198e4198eefd
   dev-name2ip: 8e00708e882239292492e13aa51c82042255933c
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..e9d6dc2
--- /dev/null
@@ -0,0 +1,35 @@
+Bottom: 5d9a7f42254544cdbaae0bfe0b6ec861066dba01
+Top:    dd59f622c11eb9c1163e20f31e354f0b88b7d058
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-03-30 15:43:06 -0700
+
+Refresh of init-script
+
+---
+
+diff --git a/ibacm.spec.in b/ibacm.spec.in
+index b9d73d2..6e7f8e4 100644
+--- a/ibacm.spec.in
++++ b/ibacm.spec.in
+@@ -5,10 +5,11 @@ Version: 1.0.5
+ Release: 1%{?dist}
+ Summary: InfiniBand Communication Manager Assistant
+-Group: System Environment/Libraries
++Group: System Environment/Daemons
+ License: GPLv2 or BSD
+ Url: http://www.openfabrics.org/
+ Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
++Source1: ibacm.init
+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ BuildRequires: libibverbs-devel >= 1.1-1, autoconf, libtool, libibumad-devel
+@@ -31,7 +32,7 @@ Summary: Headers file needed when building apps to talk directly to ibacm.
+ Requires: %{name} = %{version}-%{release}
+ %description devel
+-Most applications do not need to know how to talk directly to the ib_acm
++Most applications do not need to know how to talk directly to the ibacm
+ daemon, but it does have a socket that it listens on, and it has a
+ specific protocol for incoming/outgoing data.  So if you wish to build
+ the ability to communicate directly with ib_acm into your own application,