]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: Fedora builds debuginfo by default.
authorGary Lowell <gary.lowell@inktank.com>
Fri, 21 Dec 2012 00:49:32 +0000 (16:49 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Fri, 21 Dec 2012 00:49:32 +0000 (16:49 -0800)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
ceph.spec.in

index 3a46c2232db1fef67efcf45826a827a179d763a9..cd0da45f4b74322f0c1058a9f7204658e16ee050 100644 (file)
@@ -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