]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: rpm: fix Group for rados-objclass-devel subpackage
authorNathan Cutler <ncutler@suse.com>
Mon, 27 Nov 2017 13:22:07 +0000 (14:22 +0100)
committerNathan Cutler <ncutler@suse.com>
Wed, 24 Jan 2018 22:20:50 +0000 (23:20 +0100)
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 <ncutler@suse.com>
ceph.spec.in

index 412dadaa672207201175b42c6840233a6c627c61..679e2fc6b15f53eb0c63ea389e420388ffcfb589 100644 (file)
@@ -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