From a4b9002849ba190e1596d043674e2449b753e9e5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- volume_key.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/volume_key.spec b/volume_key.spec index a2f00be..7ea82fa 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -35,7 +35,6 @@ Version: 0.3.12 Release: 2%{?dist} # lib/{SECerrs,SSLerrs}.h are both licensed under MPLv1.1, GPLv2 and LGPLv2 License: GPLv2 and (MPLv1.1 or GPLv2 or LGPLv2) -Group: Applications/System URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -82,7 +81,6 @@ for other formats is possible, some formats are planned for future releases. %package devel Summary: A library for manipulating storage encryption keys and passphrases -Group: Development/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel @@ -90,7 +88,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %package libs Summary: A library for manipulating storage encryption keys and passphrases -Group: System Environment/Libraries Requires: /usr/bin/gpg2 %description libs @@ -100,7 +97,6 @@ Requires: /usr/bin/gpg2 %package -n python2-%{name} %{?python_provide:%python_provide python2-%{name}} Summary: Python bindings for lib%{name} -Group: System Environment/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description -n python2-%{name} @@ -111,7 +107,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %package -n python3-%{name} %{?python_provide:%python_provide python3-%{name}} Summary: Python 3 bindings for lib%{name} -Group: System Environment/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description -n python3-%{name}