Hello community,

here is the log from the commit of package nagios-plugins-zypper for 
openSUSE:Factory checked in at 2012-05-08 12:28:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios-plugins-zypper (Old)
 and      /work/SRC/openSUSE:Factory/.nagios-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios-plugins-zypper", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/nagios-plugins-zypper/nagios-plugins-zypper.changes  
    2011-11-02 12:07:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.nagios-plugins-zypper.new/nagios-plugins-zypper.changes
 2012-05-08 12:28:15.000000000 +0200
@@ -1,0 +2,7 @@
+Sat May  5 23:38:16 UTC 2012 - [email protected]
+
+- update to 1.41:
+  + openSUSE 11.2 and 11.3 are unsupported
+  + openSUSE 12.2 is supported
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nagios-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.AFQbA2/_old  2012-05-08 12:28:16.000000000 +0200
+++ /var/tmp/diff_new_pack.AFQbA2/_new  2012-05-08 12:28:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nagios-plugins-zypper
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           nagios-plugins-zypper
 Summary:        Nagios plugin for checking software updates
-Version:        1.40
-Release:        1
-Url:            http://en.opensuse.org/Nagios-plugins-zypper
 License:        BSD-4-Clause
 Group:          System/Monitoring
+Version:        1.41
+Release:        0
+Url:            http://en.opensuse.org/Nagios-plugins-zypper
 Source0:        check_zypper.pl
 Requires:       gawk
 Requires:       grep
@@ -35,8 +33,8 @@
 %endif
 Requires:       zypper
 BuildArch:      noarch
+BuildRequires:  nagios-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define                    libexecdir %_prefix/lib/nagios/plugins
 
 %description
 This plugin checks for software updates on systems that use package
@@ -52,17 +50,12 @@
 the "-v" option.
 
 
-
-Authors:
---------
-    Lars Vogdt
-
 %prep
 
 %build
 
 %install
-install -D -m755 %{SOURCE0} %buildroot/%libexecdir/check_zypper
+install -D -m755 %{SOURCE0} %buildroot/%{nagios_plugindir}/check_zypper
 
 %clean
 rm -rf %buildroot
@@ -70,8 +63,8 @@
 %files 
 %defattr(-,root,root)
 # avoid build dependecy of nagios - own the dirs
-%dir %_prefix/lib/nagios
-%dir %libexecdir
-%libexecdir/check_zypper
+%dir %{nagios_libdir}
+%dir %{nagios_plugindir}
+%{nagios_plugindir}/check_zypper
 
 %changelog

++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.AFQbA2/_old  2012-05-08 12:28:16.000000000 +0200
+++ /var/tmp/diff_new_pack.AFQbA2/_new  2012-05-08 12:28:16.000000000 +0200
@@ -4,6 +4,7 @@
 # check_zypper - nagios plugin
 #
 # Copyright (C) 2008-2010, Novell, Inc.
+# Copyright (C) 2011-2012, SUSE Linux Products GmbH
 # Author: Lars Vogdt
 #
 # All rights reserved.
@@ -49,7 +50,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.40';
+$VERSION  = '1.41';
 $DEBUG    = 0;
 
 # variables
@@ -84,7 +85,7 @@
     0 => 'OK',
 );
 our %supported_release = (
-    'openSUSE' => [ '11.2', '11.3', '11.4', '12.1' ],
+    'openSUSE' => [ '11.4', '12.1', '12.2' ],
     'SLE'      => [ '10.4', '11.1', '11.2' ],
 );
 $opt_w = 'recommended,optional,unsupported';

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

Reply via email to