Hello community,

here is the log from the commit of package logwarn for openSUSE:Factory checked 
in at 2013-01-29 10:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/logwarn (Old)
 and      /work/SRC/openSUSE:Factory/.logwarn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "logwarn", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.logwarn.new/logwarn.changes     2013-01-29 
10:49:14.000000000 +0100
@@ -0,0 +1,118 @@
+-------------------------------------------------------------------
+Wed Jan 23 15:48:18 UTC 2013 - [email protected]
+
+- Install COPYING into docs
+- Remove INSTALL from docs
+- rpmlint: fix RPM group for plugin
+- rpmlint: give plugin a longer %description
+
+-------------------------------------------------------------------
+Thu Nov 29 19:53:26 UTC 2012 - [email protected]
+
+- rpmlint: change spec file Group: to "System/Monitoring"
+
+-------------------------------------------------------------------
+Thu Nov 29 17:25:34 UTC 2012 - [email protected]
+
+- Apply package fixes
+  + Spec file fixes:
+    * Use correct License: name
+    * Remove cleanup of %{buildroot} from %install section
+    * Make use of nagios-rpm-macros for RPM macros
+  + Include version update details in changelog
+
+-------------------------------------------------------------------
+Sun Nov 25 22:51:05 UTC 2012 - [email protected]
+
+- Upgrade to version 1.0.10
+  + Added `-M' and `-L' command line flags
+  + Added `-F' flag to Nagios plugin
+
+-------------------------------------------------------------------
+Fri Nov  9 16:50:19 UTC 2012 - [email protected]
+
+- Upgrade to version 1.0.9
+  + Add support for rotated logs that are xz(1) compressed
+  + Plugin: exit UNKNOWN instead of CRITICAL if can't create temp file
+  + Plugin: add support for '-h' command line flag
+  + Plugin: fix unportable sed(1) usage
+  + Plugin: omit alert level from status message
+
+-------------------------------------------------------------------
+Sat Apr  7 21:40:46 UTC 2012 - [email protected]
+
+- Upgrade to version 1.0.8
+  + Properly handle truncated files (issue #7)
+  + Portability fixes for Solaris
+
+-------------------------------------------------------------------
+Fri Nov 11 03:02:36 UTC 2011 - [email protected]
+
+- Upgrade to version 1.0.7
+  + Add large file support (issue #3)
+
+-------------------------------------------------------------------
+Tue Oct  4 15:20:18 UTC 2011 - [email protected]
+
+- Upgrade to version 1.0.6
+  + Fix misuse of '|' character in Nagios plugin output
+
+-------------------------------------------------------------------
+Fri Sep 16 02:52:12 UTC 2011 - [email protected]
+
+- Upgrade to version 1.0.5
+  + Added the ability to scan standard input
+  + Added `-z' flag to always read from the beginning
+
+-------------------------------------------------------------------
+Fri Aug 19 01:43:33 UTC 2011 - [email protected]
+
+- Upgrade to version 1.0.4 
+  + Fixed a bug when file is less than three bytes long (issue #2)
+  + Added some examples to the man page
+
+-------------------------------------------------------------------
+Mon Jan 31 19:53:52 UTC 2011 - [email protected]
+
+- Upgrade to version 1.0.3 
+  + Don't process the last line of a file if it doesn't have a newline
+  + Tightend up error checking around file operations
+  + Improved error message output from Nagios plugin
+
+-------------------------------------------------------------------
+Thu Dec 30 19:52:52 UTC 2010 - [email protected]
+
+- Update to version 1.0.2
+  + Removed the automatic implication of `-n' by `-i'
+  + Added `-a' flag to control auto-initialize behavior
+  + Added `-p' flag to change default match to no match
+  + Added `-f' flag to specify state file directly
+  + Added some more man page clarifications
+
+-------------------------------------------------------------------
+Wed Dec 29 21:49:41 UTC 2010 - [email protected]
+
+- Make Nagios plugin architecture indepdendent.
+
+-------------------------------------------------------------------
+Wed Dec 29 21:16:46 UTC 2010 - [email protected]
+
+- Include /var/lib/logwarn in the RPM. 
+
+-------------------------------------------------------------------
+Wed Dec 29 21:08:06 UTC 2010 - [email protected]
+
+- Add /usr/lib/nagios{,/plugins} to the RPM to make OBS happy.
+
+-------------------------------------------------------------------
+Wed Dec 29 20:55:35 UTC 2010 - [email protected]
+
+- Upgrade to version 1.0.1 
+  + Added some man page fixes and clarifications
+  + Added a Nagios plugin
+
+-------------------------------------------------------------------
+Wed Dec 29 19:22:42 UTC 2010 - [email protected]
+
+- Initial checkin 
+

New:
----
  logwarn-1.0.10.tar.gz
  logwarn.changes
  logwarn.spec

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

Other differences:
------------------
++++++ logwarn.spec ++++++
#
# Logwarn - Utility for finding interesting messages in log files
#
# Copyright (C) 2010-2011 Archie L. Cobbs. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# $Id: logwarn.spec.in 54 2011-05-23 15:49:17Z archie.cobbs $
#

Name:           logwarn
Version:        1.0.10
Release:        1
License:        Apache-2.0
Summary:        Utility for finding interesting messages in log files
Group:          System/Monitoring
Source:         %{name}-%{version}.tar.gz
URL:            http://%{name}.googlecode.com/
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
BuildRequires:  make
BuildRequires:  gcc
BuildRequires:  nagios-rpm-macros

%description
%{name} searches for interesting messages in log files, where ``interest-
ing'' is defined by an user-supplied list of positive and negative (pre-
ceeded with a ``!'') extended regular expressions provided on the command
line.

Each log message is compared against each pattern in the order given.  If
the log message matches a positive pattern before matching a negative
!pattern then it's printed to standard output.

%{name} keeps track of its position between invocations, so each matching
line is only ever output once.  It also finds messages in log files that
have been rotated (and possibly compressed) since the previous invoca-
tion.

%{name} also includes support for log messages that span multiple lines.

%prep
%setup -q

%build
%{configure}
make

%install
%{makeinstall}
install -d %{buildroot}%{_var}/lib/%{name}
install -d %{buildroot}%{_datadir}/doc/packages/%{name}
install COPYING %{buildroot}%{_datadir}/doc/packages/%{name}/
rm -rf %{buildroot}%{_datadir}/doc/packages/%{name}/INSTALL

%files
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %{_mandir}/man1/%{name}.1.gz
%defattr(0644,root,root,0755)
%{_var}/lib/%{name}
%doc %{_datadir}/doc/packages/%{name}

%package nagios-plugin
Summary:        Nagios plugin based on the logwarn(1) utility
Group:          System/Monitoring
Requires:       bash
Requires:       logwarn >= %{version}
Buildarch:      noarch

%description nagios-plugin
%{name} searches for interesting messages in log files, where ``interest-
ing'' is defined by an user-supplied list of positive and negative (pre-
ceeded with a ``!'') extended regular expressions provided on the command
line.

This package contains the Nagios plugin that is based on %{name}.

%files nagios-plugin
%defattr(0755,root,root,0755)
# avoid build dependecy of nagios - own the dirs
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/check_logwarn

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

Reply via email to