From 1c522be10993282842b403260478bcc4adbc445f Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 1 Aug 2015 09:30:59 +0200 Subject: [PATCH] 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 --- ceph.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index b976e2441c00b..18f2481c1d565 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} -- 2.39.5