commit sblim-cmpi-base for openSUSE:Factory

Hello community, here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory checked in at Thu May 28 03:25:08 CEST 2009. -------- --- sblim-cmpi-base/sblim-cmpi-base.changes 2009-03-10 13:13:50.000000000 +0100 +++ sblim-cmpi-base/sblim-cmpi-base.changes 2009-05-25 16:46:23.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 25 16:44:21 CEST 2009 - mhrusecky@suse.cz + +- Fixed registration in tog-pegasus + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-base.spec ++++++ --- /var/tmp/diff_new_pack.E27678/_old 2009-05-28 03:23:59.000000000 +0200 +++ /var/tmp/diff_new_pack.E27678/_new 2009-05-28 03:23:59.000000000 +0200 @@ -21,7 +21,7 @@ Name: sblim-cmpi-base BuildRequires: gcc-c++ sblim-cmpi-devel sblim-indication_helper-devel sblim-sfcb sblim-testsuite Version: 1.5.9 -Release: 2 +Release: 3 Group: System/Management License: IBM Public License BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -96,6 +96,7 @@ %pre # definition of schema and registration files %define SCHEMA %{_datadir}/%{name}/Linux_Base.mof %{_datadir}/%{name}/Linux_BaseIndication.mof +%define PEGASUS_MOF CIM_Card,CIM_UnixProcess,CIM_Processor,CIM_OperatingSystem,CIM_ComputerSystem,CIM_ComputerSystemPackage,CIM_RunningOS,CIM_OSProcess,CIM_SystemDevice,CIM_ProcessIndication,CIM_ElementStatisticalData %define REGISTRATION %{_datadir}/%{name}/Linux_BaseIndication.registration # If upgrading, deregister old version if [ $1 -gt 1 ] @@ -106,6 +107,12 @@ %post # Register Schema and Provider - this is higly provider specific +# tog-pegasus needs some schemes registered first +if [ -x /usr/bin/peg-loadmof.sh ]; then + peg-loadmof.sh -n root/cimv2 /usr/share/mof/cim-current/*/{%{PEGASUS_MOF}}.mof + rctog-pegasus try-restart +fi +# and then following script can handle registration for various providers %{_datadir}/%{name}/provider-register.sh \ -r %{REGISTRATION} -m %{SCHEMA} > /dev/null ||: /sbin/ldconfig @@ -156,6 +163,8 @@ %{_datadir}/sblim-testsuite/system/linux/createKeyFiles.sh %changelog +* Mon May 25 2009 mhrusecky@suse.cz +- Fixed registration in tog-pegasus * Mon Mar 09 2009 mhrusecky@suse.cz - Enabling methods by default (bnc#470670) * Tue Mar 03 2009 mhrusecky@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de