summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <gary.lowell@inktank.com>2012-12-20 16:49:32 -0800
committerGary Lowell <gary.lowell@inktank.com>2012-12-20 16:49:32 -0800
commitbc4f74c7b9ec4e6bbcf4ab4ab68a82a69b8eaca5 (patch)
tree4739366cbd09b363d9a97b83bc9896ee56379cb4
parent3ed2d59e98494a0da29f4bb8537471237a6f8e93 (diff)
downloadceph-bc4f74c7b9ec4e6bbcf4ab4ab68a82a69b8eaca5.tar.gz
ceph.spec.in: Fedora builds debuginfo by default.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rw-r--r--ceph.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 3a46c2232db..cd0da45f4b7 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -179,7 +179,7 @@ object storage.
# Enable building of debug package on distributions that don't automatically
# build it.
-%if (0%{?fedora} || 0%{?centos} || 0%{?opensuse})
+%if (0%{?centos} || 0%{?suse_version})
%debug_package
%endif