SHA256
1
0
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:
James Oakley 2013-09-24 00:32:12 +00:00 committed by Git OBS Bridge
parent e49114bf94
commit 743d6b063c

View File

@ -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