[ofa-general] [PATCH 1/2] uDAPL Build: spec files missing Requires(post) statements for sed/coreutils

Arlin Davis arlin.r.davis at intel.com
Thu Mar 12 16:20:26 PDT 2009


needed for anaconda install

Signed-off-by: Arlin Davis <ardavis at ichips.intel.com>
---
 dapl.spec.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dapl.spec.in b/dapl.spec.in
index 3197c1b..1192d0a 100644
--- a/dapl.spec.in
+++ b/dapl.spec.in
@@ -43,6 +43,8 @@ Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+Requires(post): sed
+Requires(post): coreutils
 
 %description
 Along with the OpenFabrics kernel drivers, libdat and libdapl provides a userspace
-- 
1.5.2.5





More information about the general mailing list