[ewg] [PATCH] installer: Add a dependency of krb5-devel to rnfs-utils

Yossi Etigin yosefe at voltaire.com
Fri Apr 10 11:57:46 PDT 2009


  Add a dependency of krb5-devel to rnfs-utils, instead of failing later
during the build.

Signed-off-by: Yossi Etigin <yosefe at voltaire.com>

---

diff --git a/install.pl b/install.pl
index f5cb31d..dcac376 100755
--- a/install.pl
+++ b/install.pl
@@ -944,7 +944,7 @@ my %packages_info = (
         'rnfs-utils' =>
             { name => "rnfs-utils", parent => "rnfs-utils",
             selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,
-            available => 0, mode => "user", dist_req_build => [],
+            available => 0, mode => "user", dist_req_build => ["krb5-devel"],
             dist_req_inst => [], ofa_req_build => [],
             ofa_req_inst => [],
             install32 => 0, exception => 0, configure_options => '' },



More information about the ewg mailing list