]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- using %if %{without ...} may give problems after inverting bcond, don't use
authorsparky <sparky@pld-linux.org>
Sun, 12 Nov 2006 21:42:14 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-module.spec -> 1.39

kernel-module.spec

index 0adff98e35e24a166dced4338c40f77fe4ab6d9a..6dffcafb9bd9c24febdf365496067c1851b46fdd 100644 (file)
@@ -9,7 +9,7 @@
 %bcond_without userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=1)
 
-%if %{without kernel}
+%if !%{with kernel}
 %undefine      with_dist_kernel
 %endif
 
This page took 0.027125 seconds and 4 git commands to generate.