forked from pool/uwsgi
Fix gluster conditional
OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=22
This commit is contained in:
parent
e49114bf94
commit
743d6b063c
@ -471,8 +471,8 @@ excluded_plugins="$excluded_plugins v8"
|
||||
excluded_plugins="$excluded_plugins erlang fiber pyerl rack ruby19 systemd_logger"
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} <= 1230
|
||||
# Requirements missing on openSUSE <= 12.3
|
||||
%if 0%{?suse_version} <= 1220
|
||||
# Requirements missing on openSUSE <= 12.2
|
||||
excluded_plugins="$excluded_plugins glusterfs"
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user