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
|
||||
- refreshed the other patches
|
||||
- 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
|
||||
|
@ -83,17 +83,22 @@ BuildRequires: postfix
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: procps
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: rpcbind
|
||||
BuildRequires: samba-client
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: freeradius-client-devel
|
||||
BuildRequires: rpcbind
|
||||
%else
|
||||
BuildRequires: portmap
|
||||
BuildRequires: radiusclient
|
||||
%endif
|
||||
%if 0%{?suse_version} > 910
|
||||
BuildRequires: krb5-devel
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: syslog
|
||||
%else
|
||||
BuildRequires: syslog-ng
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: heimdal-devel
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user