From 353ff677807c7f15b01ef45132b197b277509943 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 27 Nov 2017 14:22:07 +0100 Subject: [PATCH] build/ops: rpm: fix Group for rados-objclass-devel subpackage Fixes RPMLINT warning "non-standard-group Development/Libraries" Also, the Group: line is only needed for SUSE so put it in an appropriate distro conditional. Signed-off-by: Nathan Cutler --- ceph.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 412dadaa672..679e2fc6b15 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -750,7 +750,9 @@ This package contains the Java libraries for the Ceph File System. %package -n rados-objclass-devel Summary: RADOS object class development kit -Group: Development/Libraries +%if 0%{?suse_version} +Group: Development/Libraries/C and C++ +%endif Requires: librados2-devel = %{_epoch_prefix}%{version}-%{release} %description -n rados-objclass-devel This package contains libraries and headers needed to develop RADOS object -- 2.39.5