This is a partial fix for bug 3471. Enable building of debuginfo package.
Some distributions enable this automatically by installing additional rpm
macros, on others it needs to be explicity added to the spec file.
This package contains Python libraries for interacting with Cephs RADOS
object storage.
+# Enable building of debug package on distributions that don't automatically
+# build it.
+
+%if (0%{?fedora} || 0%{?centos} || 0%{?opensuse})
+%debug_package
+%endif
+
#################################################################################
# common
#################################################################################