summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-08-22 11:07:16 -0700
committerGary Lowell <gary.lowell@inktank.com>2013-08-27 09:59:51 -0700
commit23fb908cb3ac969c874ac12755d20ed2f636e1b9 (patch)
tree7417f6f9a209ebb98c9120c5d0a4e40c2e267ae7
parent11f5853d8178ab60ab948d373c1a1f67324ce3bd (diff)
downloadceph-23fb908cb3ac969c874ac12755d20ed2f636e1b9.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 1a22b12f5c4..1eb62fd2da6 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -249,7 +249,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