]> git.openfabrics.org - ~vlad/ofed_scripts.git/commitdiff
Add rds-devel RPM support
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 29 Jul 2010 06:59:47 +0000 (09:59 +0300)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 29 Jul 2010 06:59:47 +0000 (09:59 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl
uninstall.sh

index eb4e92ab3f58769accf579e55513418b6634ef09..84b462cc55febb39d9c789fa46b0ac30d25e5ee4 100755 (executable)
@@ -386,7 +386,7 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static"
                      "compat-dapl", "compat-dapl-devel",
                      "dapl", "dapl-devel", "dapl-devel-static", "dapl-utils", "dapl-debuginfo",
                      "perftest", "mstflint",
-                     "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "rnfs-utils",
+                     "qlvnictools", "sdpnetstat", "srptools", "rds-tools", "rds-devel", "rnfs-utils",
                      "ibutils", "infiniband-diags", "qperf", "qperf-debuginfo",
                      "ofed-docs", "ofed-scripts", "tgt-generic", @mpi_packages,
                      "infinipath-psm", "infinipath-psm-devel"
@@ -960,6 +960,13 @@ my %packages_info = (
             dist_req_inst => [], ofa_req_build => [],
             ofa_req_inst => [],
             install32 => 0, exception => 0, configure_options => '' },
+        'rds-devel' =>
+            { name => "rds-devel", parent => "rds-tools",
+            selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,
+            available => 1, mode => "user", dist_req_build => [],
+            dist_req_inst => [], ofa_req_build => [],
+            ofa_req_inst => ["rds-tools"],
+            install32 => 0, exception => 0, configure_options => '' },
         'rds-tools-debuginfo' =>
             { name => "rds-tools-debuginfo", parent => "rds-tools",
             selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,
@@ -1764,6 +1771,7 @@ sub set_availability
     if ($kernel =~ m/2.6.9/) {
             $kernel_modules_info{'rds'}{'available'} = 0;
             $packages_info{'rds-tools'}{'available'} = 0;
+            $packages_info{'rds-devel'}{'available'} = 0;
             $packages_info{'rds-tools-debuginfo'}{'available'} = 0;
     }
 
index 8c0300329230ed0991ed408d3a7c9d41cfed771d..918ca291570d9c9e134d9f2188956bb6fa2393c3 100755 (executable)
@@ -87,7 +87,7 @@ IB_ALL_PACKAGES="$IB_ALL_PACKAGES compat-dapl compat-dapl-devel compat-dapl-deve
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES compat-dapl-1.2.5 compat-dapl-devel-1.2.5 compat-dapl-devel-static-1.2.5 compat-dapl-utils-1.2.5 compat-dapl-debuginfo-1.2.5 compat-dapl-static-1.2.5"
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES dapl dapl-devel dapl-devel-static dapl-utils dapl-debuginfo dapl-static"
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES qlvnictools qlvnictools-debuginfo ibvexdmtools ibvexdmtools-debuginfo qlgc_vnic_daemon sdpnetstat sdpnetstat-debuginfo"
-IB_ALL_PACKAGES="$IB_ALL_PACKAGES srptools srptools-debuginfo rds-tools rds-tools-debuginfo rnfs-utils rnfs-utils-debuginfo"
+IB_ALL_PACKAGES="$IB_ALL_PACKAGES srptools srptools-debuginfo rds-tools rds-devel rds-tools-debuginfo rnfs-utils rnfs-utils-debuginfo"
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES ibsim ibsim-debuginfo"
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES ibutils ibutils-debuginfo ibutils-libs ibutils-devel infiniband-diags infiniband-diags-debuginfo qperf qperf-debuginfo"
 IB_ALL_PACKAGES="$IB_ALL_PACKAGES openib-mstflint openib-tvflash openib-srptools openib-perftest"