]> git.pld-linux.org Git - packages/samba.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 15:04:12 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.342

samba.spec

index 15b6c895a5d6b290aef8a8ee8bad54d81cdd700d..f36ce9d51c009e1d5a27144b31042018c0d06f6e 100644 (file)
@@ -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
This page took 0.19454 seconds and 4 git commands to generate.