From: Nathan Cutler Date: Sat, 1 Aug 2015 07:30:59 +0000 (+0200) Subject: ceph.spec.in: put distro conditional around Group: X-Git-Tag: v9.1.0~214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c522be10993282842b403260478bcc4adbc445f;p=ceph.git ceph.spec.in: put distro conditional around Group: 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index b976e2441c0..18f2481c1d5 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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}