summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-08-22 11:07:16 -0700
committerGary Lowell <glowell@inktank.com>2013-08-22 11:07:16 -0700
commit9b667cef8203bbb454c28dc5e6ca753e5e044bdd (patch)
tree3c7d4943392fdac0b67f8e3282061a43e84c7506
parent67f160eb5ab81d5ad355633fe4fa1968961cdf27 (diff)
downloadceph-9b667cef8203bbb454c28dc5e6ca753e5e044bdd.tar.gz
ceph.spec.in: Don't invoke debug_package macro on centos.
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>
-rw-r--r--ceph.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 54ec26d3e9f..3c1bf54506a 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -250,7 +250,7 @@ BuildRequires: junit
%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