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-29 09:12:26 -0700
commitb03f24173b51a9c4d9fae706b42c69f8db1d7c62 (patch)
treed98c0f5f9810ebd7aa923c68c6ef6cb941ac50fa
parentec297ec6606af4e5c2d3287332929498a60226d1 (diff)
downloadceph-b03f24173b51a9c4d9fae706b42c69f8db1d7c62.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 82c9d073980..7e402e345ab 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