mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
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:
parent
ec297ec660
commit
b03f24173b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user