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>
This commit is contained in:
Gary Lowell 2013-08-22 11:07:16 -07:00 committed by Gary Lowell
parent ec297ec660
commit b03f24173b

View File

@ -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