]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: Add SLES and remove Fedora from debug package list.
authorGary Lowell <gary.lowell@inktank.com>
Tue, 4 Dec 2012 03:06:42 +0000 (19:06 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Tue, 4 Dec 2012 03:06:42 +0000 (19:06 -0800)
ceph.spec.in

index c02d50266b3f49160eaca96ffc26935ad9fc5c92..940ac5c67057c0c0850fdbb64a06cdbb48914a22 100644 (file)
@@ -169,7 +169,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%{?opensuse} || 0%{?suse_version})
 %debug_package
 %endif