forked from pool/monitoring-plugins
- require portmap on older distributions for building instead of
rpcbind - newer openSUSE versions use rsyslog: require virtual syslog package for build OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=13
This commit is contained in:
parent
f8d9ee89c9
commit
bcfb4288a8
@ -37,6 +37,10 @@ Sat Dec 27 12:41:01 UTC 2014 - lars@linux-schulserver.de
|
|||||||
+ monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch
|
+ monitoring-plugins.check_hpjd.c-64bit-portability-issue.patch
|
||||||
- refreshed the other patches
|
- refreshed the other patches
|
||||||
- ran spec-cleaner
|
- ran spec-cleaner
|
||||||
|
- require portmap on older distributions for building instead of
|
||||||
|
rpcbind
|
||||||
|
- newer openSUSE versions use rsyslog: require virtual syslog
|
||||||
|
package for build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 10 17:11:48 UTC 2014 - lars@linux-schulserver.de
|
Sun Aug 10 17:11:48 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
@ -83,17 +83,22 @@ BuildRequires: postfix
|
|||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: rpcbind
|
|
||||||
BuildRequires: samba-client
|
BuildRequires: samba-client
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: freeradius-client-devel
|
BuildRequires: freeradius-client-devel
|
||||||
|
BuildRequires: rpcbind
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: portmap
|
||||||
BuildRequires: radiusclient
|
BuildRequires: radiusclient
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 910
|
%if 0%{?suse_version} > 910
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
|
%if 0%{?suse_version} > 1310
|
||||||
|
BuildRequires: syslog
|
||||||
|
%else
|
||||||
BuildRequires: syslog-ng
|
BuildRequires: syslog-ng
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
BuildRequires: heimdal-devel
|
BuildRequires: heimdal-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user