(file) Return to tog-pegasus.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm

Diff for /pegasus/rpm/tog-pegasus.spec between version 1.51 and 1.55

version 1.51, 2005/04/29 15:31:15 version 1.55, 2005/05/06 22:36:46
Line 78 
Line 78 
 %global PEGASUS_RPM_HOME $RPM_BUILD_ROOT/build/tog-pegasus %global PEGASUS_RPM_HOME $RPM_BUILD_ROOT/build/tog-pegasus
 %global PEGASUS_INSTALL_LOG /var/opt/tog-pegasus/log/install.log %global PEGASUS_INSTALL_LOG /var/opt/tog-pegasus/log/install.log
  
 %ifarch ia64 x86_64  %ifarch ia64
 %global PEGASUS_HARDWARE_PLATFORM LINUX_IA64_GNU %global PEGASUS_HARDWARE_PLATFORM LINUX_IA64_GNU
 %else %else
   %ifarch x86_64
   %global PEGASUS_HARDWARE_PLATFORM LINUX_X86_64_GNU
   %else
 %ifarch ppc %ifarch ppc
 %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC_GNU %global PEGASUS_HARDWARE_PLATFORM LINUX_PPC_GNU
 %else %else
Line 100 
Line 103 
 %endif %endif
 %endif %endif
  
   %endif
   
 # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec # Start of section pegasus/rpm/tog-specfiles/tog-pegasus-packages.spec
 %package sdk %package sdk
 Summary: The OpenPegasus Software Development Kit Summary: The OpenPegasus Software Development Kit
Line 276 
Line 281 
        cp %PEGASUS_PEM_DIR/truststore-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE        cp %PEGASUS_PEM_DIR/truststore-2048.pem %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
        chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE        chmod 444 %PEGASUS_PEM_DIR/%PEGASUS_SSL_TRUSTSTORE
    fi    fi
      if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
      then
        # Running Repository Upgrade utility
        %PEGASUS_SBIN_DIR/repupgrade %PEGASUS_PREV_REPOSITORY_DIR %PEGASUS_REPOSITORY_DIR 2>>%PEGASUS_INSTALL_LOG
      fi
   
  
    /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus    /usr/lib/lsb/install_initd /etc/init.d/tog-pegasus
  
Line 294 
Line 305 
    isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`    isRunning=`ps -el | grep cimserver | grep -v "grep cimserver"`
    if [ "$isRunning" ]; then    if [ "$isRunning" ]; then
       /opt/tog-pegasus/sbin/cimserver -s       /opt/tog-pegasus/sbin/cimserver -s
      fi
    [ -f /var/opt/tog-pegasus/cimserver_current.conf ] &&  rm /var/opt/tog-pegasus/cimserver_current.conf;    [ -f /var/opt/tog-pegasus/cimserver_current.conf ] &&  rm /var/opt/tog-pegasus/cimserver_current.conf;
    [ -f %PEGASUS_INSTALL_LOG ] && rm %PEGASUS_INSTALL_LOG;    [ -f %PEGASUS_INSTALL_LOG ] && rm %PEGASUS_INSTALL_LOG;
    [ -d /var/opt/tog-pegasus/repository ] && rm -rf /var/opt/tog-pegasus/repository;    [ -d /var/opt/tog-pegasus/repository ] && rm -rf /var/opt/tog-pegasus/repository;
    [ -d /var/opt/tog-pegasus/cache ] && rm -rf /var/opt/tog-pegasus/cache;    [ -d /var/opt/tog-pegasus/cache ] && rm -rf /var/opt/tog-pegasus/cache;
    rm -f /var/run/tog-pegasus/socket/cimxml.socket;    rm -f /var/run/tog-pegasus/socket/cimxml.socket;
    rm -f /var/run/tog-pegasus/cimserver.pid    rm -f /var/run/tog-pegasus/cimserver.pid
    fi  
    # Delete the Link to the rc.* Startup Directories    # Delete the Link to the rc.* Startup Directories
    /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus;    /usr/lib/lsb/remove_initd /etc/init.d/tog-pegasus;
 fi fi
Line 496 
Line 507 
 %attr(500,root ,root) /opt/tog-pegasus/sbin/cimuser %attr(500,root ,root) /opt/tog-pegasus/sbin/cimuser
 %attr(500,root ,root) /opt/tog-pegasus/sbin/cimprovagt %attr(500,root ,root) /opt/tog-pegasus/sbin/cimprovagt
 %attr(500,root ,root) /opt/tog-pegasus/sbin/cimservera %attr(500,root ,root) /opt/tog-pegasus/sbin/cimservera
   %attr(500,root ,root) /opt/tog-pegasus/sbin/repupgrade
 %attr(500,root ,root) /opt/tog-pegasus/sbin/init_repository %attr(500,root ,root) /opt/tog-pegasus/sbin/init_repository
 %attr(500,root ,root) /opt/tog-pegasus/sbin/settogpath %attr(500,root ,root) /opt/tog-pegasus/sbin/settogpath
  


Legend:
Removed from v.1.51  
changed lines
  Added in v.1.55

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2