Hello community,

here is the log from the commit of package sblim-gather for openSUSE:Factory 
checked in at 2012-10-27 07:44:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-gather (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-gather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-gather", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-gather/sblim-gather.changes        
2012-08-22 12:17:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-gather.new/sblim-gather.changes   
2012-10-27 07:44:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Oct 26 12:21:54 UTC 2012 - [email protected]
+
+- SuSEconfig gone: Add one more check for SUSE buildenv
+- move libOSBase_MetricUtil.so from -provider to -devel
+
+-------------------------------------------------------------------
+Mon Oct  1 11:13:03 UTC 2012 - [email protected]
+
+- Require libvirt > 0.7
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sblim-gather.spec ++++++
--- /var/tmp/diff_new_pack.celmdU/_old  2012-10-27 07:44:54.000000000 +0200
+++ /var/tmp/diff_new_pack.celmdU/_new  2012-10-27 07:44:54.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           sblim-gather
 BuildRequires:  gcc-c++
-BuildRequires:  libvirt-devel
+BuildRequires:  libvirt-devel > 0.7
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  sblim-cmpi-base-devel
@@ -184,12 +184,10 @@
 %{_libdir}/gather/mplug/*.so
 %{_libdir}/gather/rplug/*.so
 %{_libdir}/*.so.*
-%exclude %{_libdir}/libOSBase_MetricUtil.so
 
 %files provider
 %defattr(-,root,root,-)
 %{_libdir}/cmpi/*.so
-%{_libdir}/libOSBase_MetricUtil.so
 %dir %{_libdir}/gather/cplug
 %{_libdir}/gather/cplug/*.so
 %{_datadir}/%{name}
@@ -208,6 +206,7 @@
 %{_libdir}/libsysfswrapper.so
 %{_libdir}/libchannelutil.so
 %{_libdir}/libgatherutil.so
+%{_libdir}/libOSBase_MetricUtil.so
 
 %files test
 %defattr(-,root,root,-)

++++++ sblim-gather-2.2.3-initstyle.patch ++++++
--- /var/tmp/diff_new_pack.celmdU/_old  2012-10-27 07:44:54.000000000 +0200
+++ /var/tmp/diff_new_pack.celmdU/_new  2012-10-27 07:44:54.000000000 +0200
@@ -1,26 +1,35 @@
-diff -wruN -x '*~' ../orig-sblim-gather-2.2.3/configure.ac ./configure.ac
---- ../orig-sblim-gather-2.2.3/configure.ac    2011-05-18 04:12:52.000000000 
+0200
-+++ ./configure.ac     2011-09-17 12:51:15.000000000 +0200
-@@ -157,6 +157,9 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-sblim-gather-2.2.6/configure.ac ./configure.ac
+--- ../orig-sblim-gather-2.2.6/configure.ac    2012-08-15 04:56:01.000000000 
+0200
++++ ./configure.ac     2012-10-26 14:20:35.081581610 +0200
+@@ -157,6 +157,12 @@
  elif test -f /etc/SuSE-release
  then 
     INIT_STYLE=init-suse
 +elif test -d /etc/SuSEconfig
 +then 
 +   INIT_STYLE=init-suse
++elif test -d /etc/susehelp.d
++then 
++   INIT_STYLE=init-suse
  else
     INIT_STYLE=init-none
  fi
-diff -wruN -x '*~' ../orig-sblim-gather-2.2.3/gatherer.init-suse.in 
./gatherer.init-suse.in
---- ../orig-sblim-gather-2.2.3/gatherer.init-suse.in   2009-09-23 
03:45:14.000000000 +0200
-+++ ./gatherer.init-suse.in    2011-09-17 12:56:12.000000000 +0200
-@@ -5,7 +5,9 @@
+diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs -x Makefile -x Makefile.in 
../orig-sblim-gather-2.2.6/gatherer.init-suse.in ./gatherer.init-suse.in
+--- ../orig-sblim-gather-2.2.6/gatherer.init-suse.in   2009-09-23 
03:45:14.000000000 +0200
++++ ./gatherer.init-suse.in    2012-10-26 14:13:49.008941457 +0200
+@@ -4,8 +4,15 @@
+ #
  ### BEGIN INIT INFO
  # Provides:          gatherd
- # Default-Start:     3 5
 +# Required-Start:
- # Default-Stop:      0 1 2 6
 +# Required-Stop:
++# Should-Start:
++# Should-Stop:
++# X-Start-Before:
++# X-Stop-After:
+ # Default-Start:     3 5
+ # Default-Stop:      0 1 2 6
++# X-Interactive:     false
  # Short-Description: SBLIM Metric Gatherer collection daemon
  # Description:       Manage metric collections service
  ### END INIT INFO

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

Reply via email to