]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 20:59:23 +0000 (13:59 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Jul 2010 20:59:23 +0000 (13:59 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 9367310c5674415fedc07890ddd85604a40bd544..4943e56f4867a5b883f22c87fc6d9efd88f36a0b 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: b290cb1777268963759266c1137639acc4c72781
-Head: bc5b2338ea04afdf768a9489f2cd23b283443c6e
+Previous: 2245f4671b1697fa877cc66014a180ad9cb9c63b
+Head: ee65f17102d535c854859e768ce309588a81ee02
 Applied:
   sa: 4360bd4a4279fa5f6c83f7d9bfeee9d1a46c6904
   sbin: bc5b2338ea04afdf768a9489f2cd23b283443c6e
+  refresh-temp: ee65f17102d535c854859e768ce309588a81ee02
 Unapplied:
   rel1.0.1: 0bbb1b7266ceb28e8bd5fa26c19dae03d379f851
   ofed: e3776dfac43e3529400730e48d41d35378d4cf72
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..12c5a26
--- /dev/null
@@ -0,0 +1,36 @@
+Bottom: 2b51c989f7f69b7518bcb1f7847a4cdb102d05f8
+Top:    42fb1c4fba838c342685860b740aa5bc5fb31d85
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-07-02 13:59:23 -0700
+
+Refresh of sbin
+
+---
+
+diff --git a/Makefile.am b/Makefile.am
+index 69c57c7..fac5a9c 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -2,7 +2,7 @@ INCLUDES = -I$(srcdir)/include -I$(srcdir)/linux
+ AM_CFLAGS = -g -Wall -D_GNU_SOURCE
+-bin_PROGRAMS = svc/ib_acm util/ib_acme
++sbin_PROGRAMS = svc/ib_acm util/ib_acme
+ svc_ib_acm_SOURCES = src/acm.c
+ util_ib_acme_SOURCES = src/acme.c linux/acme_linux.c src/libacm.c linux/libacm_linux.c
+ svc_ib_acm_CFLAGS = $(AM_CFLAGS)
+diff --git a/ibacm.spec.in b/ibacm.spec.in
+index 21ba878..eace328 100644
+--- a/ibacm.spec.in
++++ b/ibacm.spec.in
+@@ -44,8 +44,7 @@ rm -rf $RPM_BUILD_ROOT
+ %files
+ %defattr(-,root,root,-)
+ %doc AUTHORS COPYING README
+-%{_sbindir}/ib_acm
+-%{_sbindir}/ib_acme
++%{_sbindir}/*
+ %{_mandir}/man1/*
+ %{_mandir}/man7/*
+ %{_includedir}/infiniband/acm.h