From ce4e2bdd617b276cb62536aaf396b7470301c46c9f926be0dad3f0fc2da0f5ea Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Fri, 26 Sep 2014 16:35:26 +0000 Subject: [PATCH] disabled mysql,sqlite,gcrypt on sle11 again OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=74 --- strongswan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/strongswan.spec b/strongswan.spec index da463b0..42dafa8 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -31,16 +31,19 @@ Release: 0 %else %bcond_with tests %endif -%bcond_without gcrypt -%bcond_without mysql -%bcond_without sqlite %if 0%{suse_version} > 1110 %bcond_without farp %bcond_without afalg +%bcond_without mysql +%bcond_without sqlite +%bcond_without gcrypt %bcond_without nm %else %bcond_with farp %bcond_with afalg +%bcond_with mysql +%bcond_with sqlite +%bcond_with gcrypt %bcond_with nm %endif %if 0%{suse_version} > 1220