From e6cf3f47ec856838be251ada6f6e8fea623083c5 Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 13 Nov 2006 15:04:12 +0000 Subject: [PATCH] - don't use %{without ...}, it may not work after inverting bcond Changed files: samba.spec -> 1.342 --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 15b6c89..f36ce9d 100644 --- a/samba.spec +++ b/samba.spec @@ -9,7 +9,7 @@ %bcond_without python # without python libs/utils # ADS requires krb5 and LDAP -%if %{without krb5} || %{without ldap} +%if !%{with krb5} || !%{with ldap} %undefine with_ads %endif %define vscan_version 0.3.6b -- 2.44.0