-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from opinkerfi/filter-out-perl-utils
fixed perl-utils dependency problem by filtering out in spec file
- Loading branch information
Showing
5 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
Summary: A Nagios plugin to check Brocade devices | ||
Name: nagios-okplugin-brocade | ||
Version: 0.0.5 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2+ | ||
Group: Applications/System | ||
URL: http://opensource.ok.is/trac/wiki/Nagios-OKPlugin-Brocade | ||
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_brocade/releases/nagios-okplugin-brocade-%{version}.tar.gz | ||
Requires: perl-Nagios-Plugin | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
Packager: Tomas Edwardsson <tommi@ok.is> | ||
Packager: Gardar Thorsteinsson <gardar@ok.is> | ||
|
||
|
||
%description | ||
|
@@ -20,6 +20,8 @@ Checks Brocade devices | |
%setup -q | ||
perl -pi -e "s|/usr/lib|%{_libdir}|g" check_brocade_env | ||
|
||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude}|}^perl\\(utils\\) | ||
|
||
%build | ||
|
||
|
||
|
@@ -36,6 +38,9 @@ rm -rf %{buildroot} | |
%{_libdir}/nagios/plugins/* | ||
|
||
%changelog | ||
* Fri May 09 2018 Gardar Thorsteinsson <[email protected]> 0.0.5-2 | ||
- filter out perl-utils dep | ||
|
||
* Thu Feb 20 2014 Pall Sigurdsson <[email protected]> 0.0.5-1 | ||
- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,15 @@ | |
Summary: A Nagios plugin to check CIFS shares | ||
Name: nagios-okplugin-cifs | ||
Version: 1.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2+ | ||
Group: Applications/System | ||
URL: http://opensource.ok.is/trac/wiki/Nagios-OKPlugin-Brocade | ||
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_cifs/releases/nagios-okplugin-cifs-%{version}.tar.gz | ||
Requires: perl-Nagios-Plugin | ||
Requires: samba-client, krb5-workstation | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
Packager: Tomas Edwardsson <tommi@ok.is> | ||
Packager: Gardar Thorsteinsson <gardar@ok.is> | ||
BuildArch: noarch | ||
|
||
|
||
|
@@ -23,6 +23,8 @@ NTML authentication | |
%setup -q | ||
perl -pi -e "s|/usr/lib|%{_libdir}|g" check_cifs | ||
|
||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude}|}^perl\\(utils\\) | ||
|
||
%build | ||
|
||
|
||
|
@@ -39,6 +41,9 @@ rm -rf %{buildroot} | |
%{_libdir}/nagios/plugins/* | ||
|
||
%changelog | ||
* Fri May 09 2018 Gardar Thorsteinsson <[email protected]> 1.1-2 | ||
- Filter out perl-utils dep | ||
|
||
* Thu Feb 20 2014 Pall Sigurdsson <[email protected]> 1.1-1 | ||
- Merge github.com:opinkerfi/misc ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
%define debug_package %{nil} | ||
%define plugin check_msa_hardware | ||
%define packager Pall Sigurdsson <palli@opensource.is> | ||
%define packager Gardar Thorsteinsson <gardar@ok.is> | ||
|
||
Summary: A Nagios plugin to check status of an MSA (HP P2000) disk array | ||
Name: nagios-okplugin-%{plugin} | ||
Version: 1.0.5 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv3+ | ||
Group: Applications/System | ||
URL: https://github.com/opinkerfi/nagios-plugins/tree/master/%{plugin} | ||
|
@@ -21,6 +21,8 @@ Checks status of a remote MSA disk array, also known as HP P2000 | |
%prep | ||
%setup -q | ||
|
||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude}|}^perl\\(utils\\) | ||
|
||
%build | ||
|
||
|
||
|
@@ -46,6 +48,9 @@ rm -rf %{buildroot} | |
%config(noreplace) %{_sysconfdir}/nrpe.d/%{plugin}.cfg | ||
|
||
%changelog | ||
* Fri May 09 2018 Gardar Thorsteinsson <[email protected]> 1.0.5-2 | ||
- Filter out perl-utils dep | ||
|
||
* Thu Jan 30 2014 Pall Sigurdsson <[email protected]> 1.0.5-1 | ||
- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
Summary: Various nagios plugins to check cpu,memory,interfaces via SNMP | ||
Name: nagios-okplugin-check_snmp | ||
Version: 2 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2+ | ||
Group: Applications/System | ||
URL: http://opensource.is/trac/wiki/check_snmp | ||
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_snmp/releases/nagios-okplugin-check_snmp-%{version}.tar.gz | ||
Requires: perl-Net-SNMP | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
Packager: Pall Sigurdsson <palli@opensource.is> | ||
Packager: Gardar Thorsteinsson <gardar@ok.is> | ||
|
||
|
||
%description | ||
|
@@ -20,6 +20,8 @@ Various nagios plugins to check cpu,memory,interfaces via SNMP | |
%setup -q | ||
#perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_hpacucli.cfg | ||
|
||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude}|}^perl\\(utils\\) | ||
|
||
%build | ||
|
||
|
||
|
@@ -45,6 +47,9 @@ rm -rf %{buildroot} | |
%{_libdir}/nagios/plugins/* | ||
|
||
%changelog | ||
* Fri May 09 2018 Gardar Thorsteinsson <[email protected]> 2-2 | ||
- Filter out perl-utils dep | ||
|
||
* Thu Feb 20 2014 Pall Sigurdsson <[email protected]> 2-1 | ||
- make sure nagios does not run us in embedded perl ([email protected]) | ||
|
||
|