From 1bafc06aaabd2378ca9d3344f2ddcbe1bf21301c Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 16 Feb 2015 21:32:32 +0100 Subject: [PATCH] Fixup spec file conditional. This relates to commit 00877ae502ac52613bcd5c5c834d72787d668dca - which, judging from the context, probably meant to negate both checks. Also, this fixes the Fedora 21 build here. (cherry picked from commit 7208af2daf7a6eca02598935081183f319867e03) (cherry picked from commit 751330a5de2af4483e35ec4d6094fc1dbb1f59a8) --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 0ba5e39cb5d62..76fa2b5030035 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -108,7 +108,7 @@ BuildRequires: snappy-devel ################################################################################# # specific ################################################################################# -%if ! 0%{?rhel} || 0%{?fedora} +%if ! 0%{?rhel} || ! 0%{?fedora} BuildRequires: sharutils %endif -- 2.39.5