From 3cb06a0abd8d4d901322013a3bbd72ff122e58e2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- ucx.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/ucx.spec b/ucx.spec index 49eb88a..68db5d2 100644 --- a/ucx.spec +++ b/ucx.spec @@ -4,7 +4,6 @@ Name: ucx Version: 1.4.0 Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging -Group: System Environment/Libraries License: BSD URL: http://www.openucx.org @@ -27,12 +26,10 @@ the following shared memory mechanisms: posix. sysv, cma, knem, xpmem. %package devel Requires: %{name}%{?_isa} = %{version}-%{release} Summary: Header files required to develop with UCX -Group: Development/Libraries %package static Requires: %{name}-devel = %{version}-%{release} Summary: Static libraries required to develop with UCX -Group: Development/Libraries %description devel Provides header files and examples for developing with UCX.