From c9b3eca933d333216f3307d165c3f3c1d4e4aced Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:40 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- botan.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/botan.spec b/botan.spec index 8ec7323..1fa4502 100644 --- a/botan.spec +++ b/botan.spec @@ -5,7 +5,6 @@ Version: %{major_version}.17 Release: 11%{?dist} Summary: Crypto library written in C++ -Group: System Environment/Libraries License: BSD URL: http://botan.randombit.net/ # tarfile is stripped using repack.sh. original tarfile to be found @@ -65,7 +64,6 @@ developing applications that use %{name}. %package doc Summary: Documentation for %{name} -Group: Documentation BuildArch: noarch %description doc @@ -76,7 +74,6 @@ This package contains HTML documentation for %{name}. %package -n python3-%{name} Summary: Python3 bindings for %{name} -Group: System Environment/Libraries %{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name}