Hello community,

here is the log from the commit of package collectl.1586 for 
openSUSE:12.3:Update checked in at 2013-04-23 15:41:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/collectl.1586 (Old)
 and      /work/SRC/openSUSE:12.3:Update/.collectl.1586.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "collectl.1586", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.collectl.1586.new/collectl.changes  
2013-04-23 15:41:55.000000000 +0200
@@ -0,0 +1,54 @@
+-------------------------------------------------------------------
+Mon Apr 15 00:19:21 UTC 2013 - tabra...@suse.com
+
+- fix for collectl init script (bnc#793027)
+  + added bug-793027.patch
+
+-------------------------------------------------------------------
+Sun Sep 18 16:05:27 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------
+Fri Nov  5 15:40:18 UTC 2010 - hvo...@novell.com
+
+- Update to version 3.4.3
+  * when errors detected during initialization not skipping subsequent checks
+  * added --dskfilt
+  * added check for client-side OST uuid status 'DEACTIVATED'
+  * support for CPUs dynamically changing stats and going off/on-line
+  * new feature: select process by UID range
+  * do not issue 'stty' if !PC, running on terminal and !background.
+  * added --netfilt
+  * changed disk details to use 'cvt()' for reporting number of I/Os since DM
+    numbers
+  * 2 new process sort fields: pid and cpu
+  * only look at $cpuDisabledFlag when processing CPU data
+
+-------------------------------------------------------------------
+Tue Apr  6 13:55:50 UTC 2010 - hvo...@novell.com
+
+- Update to version 3.4.1
+  * new switch --umask for setting mode to files collectl creates 
+  * support for Fusion-IO disks 
+  * Support for OFED 1.5
+  * Improved performance of playback
+  * Added LSB headers to all start scripts
+  * New data collection/reporting API
+  * New export: gexpr, for exporting data to ganglia
+  * Added NFS V4 support and collection
+  * Expanded contents of verbose memory output
+  * Added Power to environmental monitoring
+  * Allow multiple clients to connect when is server mode
+  * Added fields to --top for monitoring slabs
+  * Expanded --top functionality.
+  * Enhanced MDS stats to support lustre 1.6.5
+  * Added --grep switch to allow searching/reporting data in raw files
+  * A couple of switch names changed to be more consistent
+  * Improved help
+ 
+-------------------------------------------------------------------
+Thu Jul  3 15:29:05 CEST 2008 - hvo...@suse.de
+
+- Initial package, Version 2.6.4
+

New:
----
  bug-793027.patch
  collectl-3.4.3.src.tar.bz2
  collectl.changes
  collectl.spec

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

Other differences:
------------------
++++++ collectl.spec ++++++
#
# spec file for package collectl
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           collectl
Summary:        Collects data that describes the current system status
License:        Artistic-1.0 and GPL-2.0+
Group:          System/Monitoring
Url:            http://collectl.sourceforge.net
Version:        3.4.3
Release:        0
Source:         %name-%version.src.tar.bz2
# PATCH-FIX-OPENSUSE fix for collectl init script [bnc #793027]
Patch1:         bug-793027.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Unlike most monitoring tools that either focus on a small set of
statistics, format their output in only one way, run either
interatively or as a daemon but not both, collectl tries to do it all.

%prep
%setup -q 
%patch1 -p1

%build

%install
install -m 755 -D collectl.pl %buildroot%_sbindir/collectl
install -m 755 -D readS %buildroot%_sbindir/collectl-readS
install -m 644 -D collectl.conf %buildroot/%_sysconfdir/collectl.conf
install -D formatit.ph %buildroot%_datadir/%name/formatit.ph
install -D lexpr.ph %buildroot%_datadir/%name/lexpr.ph
install -D sexpr.ph %buildroot%_datadir/%name/sexpr.ph
install -D vmstat.ph %buildroot%_datadir/%name/vmstat.ph
install -m 755 -D initd/collectl-suse %buildroot/%_sysconfdir/init.d/collectl
ln -s /etc/init.d/collectl %buildroot%_sbindir/rccollectl
install -m 644 -D man1/collectl.1 %buildroot%_mandir/man1/collectl.1 

%preun
%stop_on_removal collectl

%postun
%restart_on_update collectl
%insserv_cleanup

%files
%defattr(-,root,root)
%doc docs/* COPYING ARTISTIC GPL README RELEASE-collectl
%config(noreplace) %_sysconfdir/collectl.conf
%_sysconfdir/init.d/collectl
%_sbindir/collectl
%_sbindir/collectl-readS
%_sbindir/rccollectl
%_datadir/collectl
%_mandir/man1/collectl.1.gz

%changelog
++++++ bug-793027.patch ++++++
--- collectl-3.4.3.orig/initd/collectl-suse     2010-09-08 08:43:00.000000000 
-0400
+++ collectl-3.4.3/initd/collectl-suse  2012-12-05 14:19:27.863130943 -0500
@@ -21,7 +21,10 @@
 #                    to read format.
 ### END INIT INFO
 
-COLLECTL=/usr/bin/collectl
+[ -r /etc/rc.status ] && . /etc/rc.status
+rc_reset
+
+COLLECTL=/usr/sbin/collectl
 if [ ! -f $COLLECTL ]; then
     echo -n "Cannot find $COLLECTL"
     rc_status -s
@@ -56,9 +59,6 @@
 PROCNAME=$PNAME
 PIDFILE="/var/run/$PNAME.pid"
 
-[ -r /etc/rc.status ] && . /etc/rc.status
-rc_reset
-
 # If a pidfile, make sure it's not stale and if it is, collectl not running
 if [ -f $PIDFILE ]; then
     pid=`cat $PIDFILE`
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to