Hello community, here is the log from the commit of package nagios-plugins-diskio for openSUSE:Factory checked in at 2013-01-29 10:50:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nagios-plugins-diskio (Old) and /work/SRC/openSUSE:Factory/.nagios-plugins-diskio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nagios-plugins-diskio", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:Factory/.nagios-plugins-diskio.new/nagios-plugins-diskio.changes 2013-01-29 10:50:49.000000000 +0100 @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Sat Nov 24 23:10:54 UTC 2012 - [email protected] + +- Removed some BuildRequires as they are not needed for the build + +------------------------------------------------------------------- +Thu Jul 12 21:17:17 UTC 2012 - [email protected] + +- update to 3.2.4: + + check_diskio: support for 3.x kernels + +------------------------------------------------------------------- +Mon Aug 22 16:23:27 UTC 2011 - [email protected] + +- initial version 3.2.3 build for openSUSE + New: ---- check_diskio-3.2.4.tar.gz nagios-plugins-diskio.changes nagios-plugins-diskio.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nagios-plugins-diskio.spec ++++++ # # spec file for package nagios-plugins-diskio # # 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-diskio Version: 3.2.4 Release: 1 License: GPL-3.0+ %define realname check_diskio Summary: Nagios plugin to monitor the amount of disk I/O Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Operating-Systems/Linux/check_diskio Group: System/Monitoring Source0: https://trac.id.ethz.ch/projects/nagios_plugins/downloads/%{realname}-%{version}.tar.gz # try to always build-require the "right" perl version %define perl_arch perl(POSIX) %if 0%{?suse_version} == 1220 %ifarch x86_64 %define perl_arch perl-base %endif %endif BuildRequires: %perl_arch BuildRequires: nagios-rpm-macros Requires: %perl_arch Requires: perl(Array::Unique) Requires: perl(English) Requires: perl(File::Slurp) Requires: perl(List::MoreUtils) Requires: perl(Nagios::Plugin) Requires: perl(Nagios::Plugin::Getopt) Requires: perl(Nagios::Plugin::Threshold) Requires: perl(Number::Format) Requires: perl(Readonly) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description check_diskio is a Nagios plugin to monitor the amount of disk I/O in sectors on Linux 2.6 and 2.4 systems %prep %setup -q -n %{realname}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor \ INSTALLSCRIPT=%{nagios_plugindir} \ INSTALLVENDORSCRIPT=%{nagios_plugindir} make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name "*.pod" -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS Changes COPYING COPYRIGHT NEWS README TODO %dir %{nagios_libdir} %dir %{nagios_plugindir} %{nagios_plugindir}/check_diskio %{_mandir}/man1/check_diskio.1* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
