From 5b661a3160a9f9311f239bea89256c8cc61f6143 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 11 Jul 2013 14:01:12 +0000 Subject: [PATCH] add call to updtvpkg in instoss git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16955 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- builddep.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/builddep.sh b/builddep.sh index d67b4bd74..46e6dfab5 100755 --- a/builddep.sh +++ b/builddep.sh @@ -149,6 +149,13 @@ cd $OSVER # The only interdependency between the dep rpms so far is that net-snmp requires bash, and # pyodbc requires unixODBC. (The bash dependency is taken care of automatically because it # comes earlier in the alphabet.) + +# first run /usr/sbin/updtvpkg to make sure any installp software is +# registered with RPM. +echo "Running updtvpkg. This could take a few minutes." +/usr/sbin/updtvpkg +echo "updtvpkg has completed." + rpm -Uvh unixODBC* for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-|^xCAT-UI-deps|^perl-DBD-DB2Lite'`; do if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then