]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: put distro conditional around Group: 5796/head
authorNathan Cutler <ncutler@suse.com>
Sat, 1 Aug 2015 07:30:59 +0000 (09:30 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Sep 2015 18:07:13 +0000 (20:07 +0200)
Neither RHEL and Fedora require a Group: line, so retain
only for SLE/openSUSE (and set the right value for these distros)

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index b976e2441c00b04fdc4fbadc2bc4c6c6815d7cdd..18f2481c1d56536754cbe16b3c87c37e560575e8 100644 (file)
@@ -47,7 +47,9 @@ Release:      @RPM_RELEASE@%{?dist}
 Epoch:         1
 Summary:       User space components of the Ceph file system
 License:       LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
-Group:         System Environment/Base
+%if 0%{?suse_version}
+Group:         System/Filesystems
+%endif
 URL:           http://ceph.com/
 Source0:       http://ceph.com/download/%{name}-%{version}.tar.bz2
 %if 0%{?fedora} || 0%{?rhel}