]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixup spec file conditional.
authorThorsten Behrens <tbehrens@suse.com>
Mon, 16 Feb 2015 20:32:32 +0000 (21:32 +0100)
committerNathan Cutler <ncutler@suse.cz>
Mon, 20 Apr 2015 13:12:27 +0000 (15:12 +0200)
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

index 0ba5e39cb5d6231e637c6b9e95776cc9c6fad337..76fa2b50300351a15ef10b9625646862d787c126 100644 (file)
@@ -108,7 +108,7 @@ BuildRequires:      snappy-devel
 #################################################################################
 # specific
 #################################################################################
-%if ! 0%{?rhel} || 0%{?fedora}
+%if ! 0%{?rhel} || 0%{?fedora}
 BuildRequires: sharutils
 %endif