summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-24 19:05:08 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-24 19:05:08 +0200
commit25cd9346c0124f1d97f9ceafd22eea998b0f8c60 (patch)
treeb0544df2f770ce779e3aef34bac639d416c818fc
parentcf16567d409efd7247047824f8ea5d0327bb3f0c (diff)
redis: fix fedora 12 build
-rw-r--r--redis.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index 2ac6364..01fae5d 100644
--- a/redis.spec
+++ b/redis.spec
@@ -74,7 +74,7 @@ different kind of sorting abilities.
make %{?_smp_mflags} \
DEBUG="" \
CFLAGS='%{optflags}' \
-%if !0%{?el5}
+%if 0%{?rhel} >= 6 || 0%{?fedora} >= 13
%if 0%{?with_perftools}
USE_TCMALLOC=yes \
%endif