From 85517d611b7bf4cb6cbffcd2c65303be0d038264 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Tue, 16 Jun 2015 23:07:04 +0200 Subject: [PATCH] ceph.spec.in: rbd-replay-prep is not being built on f21+ Signed-off-by: Boris Ranto --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 4b61be8467e4..434e6e28b2de 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -973,7 +973,7 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %{_mandir}/man8/rbd-replay-prep.8* %{_bindir}/rbd-replay %{_bindir}/rbd-replay-many -%if (0%{?fedora} >= 20 || 0%{?rhel} == 6) +%if (0%{?fedora} == 20 || 0%{?rhel} == 6) %{_bindir}/rbd-replay-prep %endif -- 2.47.3