Hello community,
here is the log from the commit of package nagios-plugins-ipmi-sensor1 for
openSUSE:Factory checked in at 2013-01-24 15:39:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nagios-plugins-ipmi-sensor1 (Old)
and /work/SRC/openSUSE:Factory/.nagios-plugins-ipmi-sensor1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nagios-plugins-ipmi-sensor1", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2013-01-09 19:40:42.352580873 +0100
+++
/work/SRC/openSUSE:Factory/.nagios-plugins-ipmi-sensor1.new/nagios-plugins-ipmi-sensor1.changes
2013-01-24 15:39:57.000000000 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Thu Jan 17 21:03:43 UTC 2013 - [email protected]
+
+- license update: GPL-3.0+
+ See the check_ipmi_sensor script and the gpl.txt file
+
+-------------------------------------------------------------------
+Wed Nov 14 08:46:47 UTC 2012 - [email protected]
+
+- allow access to /var/run/nscd/*
+- specfile/license cleanup
+
+-------------------------------------------------------------------
+Tue Jul 3 08:08:25 UTC 2012 - [email protected]
+
+- added apparmor profile
+
+-------------------------------------------------------------------
+Wed May 4 15:24:51 UTC 2011 - [email protected]
+
+- initial version 1.3
+
New:
----
check_ipmi_sensor_v1.3.tar.bz2
nagios-plugins-ipmi-sensor1.changes
nagios-plugins-ipmi-sensor1.spec
usr.lib.nagios.plugins.check_ipmi_sensor1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nagios-plugins-ipmi-sensor1.spec ++++++
#
# spec file for package nagios-plugins-ipmi-sensor1
#
# 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: nagios-plugins-ipmi-sensor1
Version: 1.3
Release: 1
License: GPL-3.0+
Summary: IPMI Sensor 1 Monitoring Plugin for Nagios/Icinga
Url: http://www.thomas-krenn.com/en/oss/ipmi-plugin/
Group: System/Monitoring
Source0: check_ipmi_sensor_v%{version}.tar.bz2
Source1: usr.lib.nagios.plugins.check_ipmi_sensor1
BuildRequires: nagios-rpm-macros
Requires: ipmitool
Recommends: apparmor-profiles
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This plugin checks all IPMI sensors of a server remotely or locally. It works
with any IPMI-compatible server, so you can use it also in heterogeneous
environments with different server vendors.
This version 1.x is based on ipmitool and can only monitor threshold based
sensors.
%prep
%setup -q -n check_ipmi_sensor_v%{version}
%build
%install
install -D -m755 check_ipmi_sensor
%{buildroot}%{nagios_plugindir}/check_ipmi_sensor1
install -D -m644 %{SOURCE1}
%{buildroot}%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_ipmi_sensor1
install -D -m644 changelog.txt
%{buildroot}%{_defaultdocdir}/%{name}/changelog.txt
install -m644 gpl.txt %{buildroot}%{_defaultdocdir}/%{name}/
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc %{_defaultdocdir}/%{name}
# avoid build dependecy of nagios - own the dirs
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/check_ipmi_sensor1
%dir %{_sysconfdir}/apparmor.d
%config(noreplace)
%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_ipmi_sensor1
%changelog
++++++ usr.lib.nagios.plugins.check_ipmi_sensor1 ++++++
#include <tunables/global>
/usr/lib/nagios/plugins/check_ipmi_sensor1 {
#include <abstractions/base>
#include <abstractions/consoles>
#include <abstractions/authentication>
capability sys_resource,
capability setgid,
capability setuid,
/usr/lib/nagios/plugins/check_ipmi_sensor1 rm,
/usr/bin/sudo PUx,
/usr/sbin/sendmail rix,
/usr/bin/ipmitool rix,
/bin/gawk rix,
/proc/filesystems r,
/etc/nsswitch.conf r,
/etc/passwd r,
/etc/group r,
/etc/default/nss r,
/etc/sudoers r,
/etc/environment r,
/var/run/nscd/** r,
/dev/ipmi0 rw,
/tmp/ipmi-sdr-cache-localhost rw,
@{PROC}/*/fd/ r,
}
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]