(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.38 and 1.42

version 1.38, 2005/03/26 09:03:19 version 1.42, 2005/04/03 05:54:00
Line 237 
Line 237 
       echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "L                      = Reading" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "O                      = The Open Group" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf       echo "OU                     = The OpenPegasus Project" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       echo "CN                     = `uname -n`" >> %PEGASUS_CONFIG_DIR/ssl.cnf        echo "CN                     = `host \`hostname\`|cut -d\" \" -f1`" >> %PEGASUS_CONFIG_DIR/ssl.cnf
       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf       chmod 400 %PEGASUS_CONFIG_DIR/ssl.cnf
       chown root %PEGASUS_CONFIG_DIR/ssl.cnf       chown root %PEGASUS_CONFIG_DIR/ssl.cnf
    fi    fi
  
    %OPENSSL_BIN/openssl req -x509 -days 356 -newkey rsa:2048 \     %OPENSSL_BIN/openssl req -x509 -days 3650 -newkey rsa:2048 \
       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \       -nodes -config %PEGASUS_CONFIG_DIR/ssl.cnf \
       -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \       -keyout %PEGASUS_PEM_DIR/key.pem -out %PEGASUS_PEM_DIR/cert.pem \
            2>>%PEGASUS_INSTALL_LOG            2>>%PEGASUS_INSTALL_LOG
Line 578 
Line 578 
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/ResponseHandler.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/ResponseHandler.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/SSLContext.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/SSLContext.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/String.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/String.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/Platform_LINUX_IX86_GNU.h  
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Consumer/CIMIndicationConsumer.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Consumer/CIMIndicationConsumer.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Consumer/Linkage.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Consumer/Linkage.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMAssociationProvider.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Provider/CIMAssociationProvider.h
Line 598 
Line 597 
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/Formatter.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/Formatter.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguageElement.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/ContentLanguageElement.h
 %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElement.h %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/LanguageElement.h
   %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Client/ClientOpPerformanceDataHandler.h
   %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/CIMOperationType.h
   %attr(444,root,root) /opt/tog-pegasus/include/Pegasus/Common/Platform_%PEGASUS_HARDWARE_PLATFORM.h
  
 # SDK Sample Files # SDK Sample Files
 # #
Line 616 
Line 618 
 %dir %attr(777,root,root) /opt/tog-pegasus/samples/Providers/Load %dir %attr(777,root,root) /opt/tog-pegasus/samples/Providers/Load
 %dir %attr(777,root,root) /opt/tog-pegasus/samples/mak %dir %attr(777,root,root) /opt/tog-pegasus/samples/mak
 %attr(444,root,root) /opt/tog-pegasus/samples/Makefile %attr(444,root,root) /opt/tog-pegasus/samples/Makefile
 %attr(444,root,root) /opt/tog-pegasus/samples/mak/LINUX_IX86_GNU.mak  
 %attr(444,root,root) /opt/tog-pegasus/samples/mak/config.mak %attr(444,root,root) /opt/tog-pegasus/samples/mak/config.mak
 %attr(444,root,root) /opt/tog-pegasus/samples/mak/program.mak %attr(444,root,root) /opt/tog-pegasus/samples/mak/program.mak
 %attr(444,root,root) /opt/tog-pegasus/samples/mak/recurse.mak %attr(444,root,root) /opt/tog-pegasus/samples/mak/recurse.mak
Line 627 
Line 628 
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/Makefile %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/Makefile
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/Makefile %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/Makefile
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/Makefile %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/Makefile
   %attr(444,root,root) /opt/tog-pegasus/samples/mak/%PEGASUS_HARDWARE_PLATFORM.mak
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/EnumInstances/EnumInstances.cpp
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/InvokeMethod/InvokeMethod.cpp
 %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp %attr(444,root,root) /opt/tog-pegasus/samples/Clients/DefaultC++/SendTestIndications/SendTestIndications.cpp
Line 661 
Line 663 
  
 # SDK Documentation # SDK Documentation
 # #
 %dir %attr(555,root,root) /opt/tog-pegasus/html  %attr(-,root,root) /opt/tog-pegasus/html
 %dir %attr(555,root,root) /opt/tog-pegasus/html/DefaultC++  
 %attr(444,root,root) /opt/tog-pegasus/html/index.html  
 %attr(444,root,root) /opt/tog-pegasus/html/DefaultC++/*.html  
 %attr(444,root,root) /opt/tog-pegasus/html/DefaultC++/*.gif  
  
 %files test %files test
  


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2