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

cyrus-sasl.spec

index dad5dd699bd587b1f74f355e6d08ef2eefc09609..c84e4aae99f8974ad4d5b77150098be74c87f510 100644 (file)
@@ -14,7 +14,7 @@
 %bcond_with    pwcheck         # build pwcheck helper (deprecated)
 %bcond_with    x509            # build x509 plugin (no sources in package???)
 #
-%if %{without mysql} && %{without pgsql}
+%if !%{with mysql} && !%{with pgsql}
 %undefine with_cryptedpw
 %endif
 
This page took 0.028427 seconds and 4 git commands to generate.