From 3ea992f0ad33e8a975af69473498c6f07e641be1 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 (cherry picked from commit 1c522be10993282842b403260478bcc4adbc445f) --- ceph.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index b2daffeda8d79..34c77bbb749cc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -50,7 +50,9 @@ Version: @VERSION@ Release: @RPM_RELEASE@%{?dist} 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