Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
7cb8369965
commit
1992d5f763
@ -3,7 +3,6 @@ Name: freeradius
|
||||
Version: 3.0.17
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.freeradius.org/
|
||||
|
||||
# Is elliptic curve cryptography supported?
|
||||
@ -79,7 +78,6 @@ be centralized, and minimizes the amount of re-configuration which has to be
|
||||
done when adding or deleting new users.
|
||||
|
||||
%package doc
|
||||
Group: Documentation
|
||||
Summary: FreeRADIUS documentation
|
||||
|
||||
%description doc
|
||||
@ -87,7 +85,6 @@ All documentation supplied by the FreeRADIUS project is included
|
||||
in this package.
|
||||
|
||||
%package utils
|
||||
Group: System Environment/Daemons
|
||||
Summary: FreeRADIUS utilities
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libpcap >= 0.9.4
|
||||
@ -102,7 +99,6 @@ Support for RFC and VSA Attributes Additional server configuration
|
||||
attributes Selecting a particular configuration Authentication methods
|
||||
|
||||
%package devel
|
||||
Group: System Environment/Daemons
|
||||
Summary: FreeRADIUS development files
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
@ -111,7 +107,6 @@ Development headers and libraries for FreeRADIUS.
|
||||
|
||||
%package ldap
|
||||
Summary: LDAP support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: openldap-devel
|
||||
|
||||
@ -120,7 +115,6 @@ This plugin provides the LDAP support for the FreeRADIUS server project.
|
||||
|
||||
%package krb5
|
||||
Summary: Kerberos 5 support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: krb5-devel
|
||||
|
||||
@ -129,7 +123,6 @@ This plugin provides the Kerberos 5 support for the FreeRADIUS server project.
|
||||
|
||||
%package perl
|
||||
Summary: Perl support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
%{?fedora:BuildRequires: perl-devel}
|
||||
@ -142,7 +135,6 @@ This plugin provides the Perl support for the FreeRADIUS server project.
|
||||
|
||||
%package -n python2-freeradius
|
||||
Summary: Python support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: python2-devel
|
||||
%{?python_provide:%python_provide python2-freeradius}
|
||||
@ -156,7 +148,6 @@ This plugin provides the Python support for the FreeRADIUS server project.
|
||||
|
||||
%package mysql
|
||||
Summary: MySQL support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: mariadb-connector-c-devel
|
||||
|
||||
@ -165,7 +156,6 @@ This plugin provides the MySQL support for the FreeRADIUS server project.
|
||||
|
||||
%package postgresql
|
||||
Summary: Postgresql support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: libpq-devel
|
||||
|
||||
@ -174,7 +164,6 @@ This plugin provides the postgresql support for the FreeRADIUS server project.
|
||||
|
||||
%package sqlite
|
||||
Summary: SQLite support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: sqlite-devel
|
||||
|
||||
@ -183,7 +172,6 @@ This plugin provides the SQLite support for the FreeRADIUS server project.
|
||||
|
||||
%package unixODBC
|
||||
Summary: Unix ODBC support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: unixODBC-devel
|
||||
|
||||
@ -192,7 +180,6 @@ This plugin provides the unixODBC support for the FreeRADIUS server project.
|
||||
|
||||
%package rest
|
||||
Summary: REST support for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: json-c-devel
|
||||
|
Loading…
Reference in New Issue
Block a user