Hello community,

here is the log from the commit of package sblim-cmpi-base for openSUSE:Factory 
checked in at 2014-11-29 08:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-base (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-cmpi-base"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-cmpi-base/sblim-cmpi-base.changes  
2014-10-29 21:11:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-base.new/sblim-cmpi-base.changes     
2014-11-29 08:40:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 23:52:00 UTC 2014 - Led <[email protected]>
+
+- fix bashism in post script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sblim-cmpi-base.spec ++++++
--- /var/tmp/diff_new_pack.hODnKk/_old  2014-11-29 08:40:03.000000000 +0100
+++ /var/tmp/diff_new_pack.hODnKk/_new  2014-11-29 08:40:03.000000000 +0100
@@ -109,7 +109,6 @@
 %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 ]
@@ -122,7 +121,7 @@
 # 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
+       peg-loadmof.sh -n root/cimv2 %(for i in Card UnixProcess Processor 
OperatingSystem ComputerSystem ComputerSystemPackage RunningOS OSProcess 
SystemDevice ProcessIndication ElementStatisticalData; echo -n 
"/usr/share/mof/cim-current/*/CIM_$i.mof ")
        rctog-pegasus try-restart
 fi
 # and then following script can handle registration for various providers

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to