[ofa-general] [PATCH] Fix %setup macro following RPM name change.
Vladimir Sokolovsky
vlad at mellanox.co.il
Tue Jul 1 00:49:18 PDT 2008
From: Vladimir Sokolovsky <vlad at mellanox.co.il>
Signed-off-by: Vladimir Sokolovsky <vlad at mellanox.co.il>
---
dapl.spec.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dapl.spec.in b/dapl.spec.in
index 89351c9..8282a97 100644
--- a/dapl.spec.in
+++ b/dapl.spec.in
@@ -72,7 +72,7 @@ Requires: %{name} = %{version}-%{release}
Useful test suites to validate uDAPL library API's.
%prep
-%setup -q
+%setup -q -n dapl-%{version}
%build
%configure
--
1.5.2.5
More information about the general
mailing list