]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- fixed _kernel24 definition
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sun, 16 Nov 2003 17:43:26 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd.spec -> 1.42

drbd.spec

index 71a09ff856d01226f8204ca839d9a250daff1345..4f36d953c192a75dada9ee7f18958128744bc98f 100644 (file)
--- a/drbd.spec
+++ b/drbd.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 # _without_dist_kernel          without kernel from distribution
 #
-%define                _kernel24       %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
+%define                _kernel24       %(echo %{_kernel_ver} | grep -qv '2\.4\.' ; echo $?)
 
 Summary:       drbd is a block device designed to build high availibility clusters
 Summary(pl):   drbd jest urz±dzeniem blokowym dla klastrów o wysokiej niezawodno¶ci
This page took 0.097087 seconds and 4 git commands to generate.