]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: Don't invoke debug_package macro on centos.
authorGary Lowell <glowell@inktank.com>
Thu, 22 Aug 2013 18:07:16 +0000 (11:07 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Tue, 3 Sep 2013 18:13:41 +0000 (11:13 -0700)
If the redhat-rpm-config package is installed, the debuginfo rpms will
be built by default.   The build will fail when the package installed
and the specfile also invokes the macro.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
ceph.spec.in

index bb54d60378d1ff1f9c4125e905b9fd951612807a..c920b322ed58e793cd3f5aec268cff5074e11977 100644 (file)
@@ -236,7 +236,7 @@ BuildRequires:  java-devel
 %description -n cephfs-java
 This package contains the Java libraries for the Ceph File System.
 
-%if (0%{?centos} || 0%{?opensuse} || 0%{?suse_version})
+%if 0%{?opensuse} || 0%{?suse_version})
 %debug_package
 %endif