]> git.pld-linux.org Git - packages/iproute2.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:
    iproute2.spec -> 1.95

iproute2.spec

index 632cecfea6ae072c949fa27dcd0485b0e5adde36..87ed7120e02e830cbc5785d69fe89318ec74ea80 100644 (file)
@@ -5,7 +5,7 @@
 # _without_tc_esfq     - build tc without esfq support (requires patched headers)
 # _without_tc_wrr      - build tc without wrr support
 
-%define                _kernel24       %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
+%define                _kernel24       %(echo %{_kernel_ver} | grep -qv '2\.4\.' ; echo $?)
 
 %define mainver                2.4.7
 %define snapshot       ss020116
This page took 0.174591 seconds and 4 git commands to generate.