Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
43f492d125
commit
640d55c06f
15
freeipa.spec
15
freeipa.spec
@ -140,7 +140,6 @@ Version: %{IPA_VERSION}
|
||||
Release: 1%{?dist}
|
||||
Summary: The Identity, Policy and Audit system
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv3+
|
||||
URL: http://www.freeipa.org/
|
||||
Source0: https://releases.pagure.org/freeipa/freeipa-%{version}.tar.gz
|
||||
@ -343,7 +342,6 @@ and integration with Active Directory based infrastructures (Trusts).
|
||||
|
||||
%package server
|
||||
Summary: The IPA authentication server
|
||||
Group: System Environment/Base
|
||||
Requires: %{name}-server-common = %{version}-%{release}
|
||||
Requires: %{name}-client = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
@ -443,7 +441,6 @@ If you are installing an IPA server, you need to install this package.
|
||||
# Fedora 29 workaround: don't build python2-ipaserver, python2-pki is n/a
|
||||
%package -n python2-ipaserver
|
||||
Summary: Python libraries used by IPA server
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python2-ipaserver}
|
||||
%{!?python_provide:Provides: python-ipaserver = %{version}-%{release}}
|
||||
@ -475,7 +472,6 @@ If you are installing an IPA server, you need to install this package.
|
||||
|
||||
%package -n python3-ipaserver
|
||||
Summary: Python libraries used by IPA server
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python3-ipaserver}
|
||||
Requires: %{name}-server-common = %{version}-%{release}
|
||||
@ -510,7 +506,6 @@ If you are installing an IPA server, you need to install this package.
|
||||
|
||||
%package server-common
|
||||
Summary: Common files used by IPA server
|
||||
Group: System Environment/Base
|
||||
BuildArch: noarch
|
||||
Requires: %{name}-client-common = %{version}-%{release}
|
||||
Requires: httpd >= 2.4.6-31
|
||||
@ -532,7 +527,6 @@ If you are installing an IPA server, you need to install this package.
|
||||
|
||||
%package server-dns
|
||||
Summary: IPA integrated DNS server with support for automatic DNSSEC signing
|
||||
Group: System Environment/Base
|
||||
BuildArch: noarch
|
||||
Requires: %{name}-server = %{version}-%{release}
|
||||
Requires: bind-dyndb-ldap >= 11.0-2
|
||||
@ -557,7 +551,6 @@ Integrated DNS server is BIND 9. OpenDNSSEC provides key management.
|
||||
|
||||
%package server-trust-ad
|
||||
Summary: Virtual package to install packages required for Active Directory trusts
|
||||
Group: System Environment/Base
|
||||
Requires: %{name}-server = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
@ -599,7 +592,6 @@ dependencies at once.
|
||||
|
||||
%package client
|
||||
Summary: IPA authentication for use on clients
|
||||
Group: System Environment/Base
|
||||
Requires: %{name}-client-common = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
%if %{with_default_python} == 3
|
||||
@ -663,7 +655,6 @@ This package provides command-line tools for IPA administrators.
|
||||
|
||||
%package -n python2-ipaclient
|
||||
Summary: Python libraries used by IPA client
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python2-ipaclient}
|
||||
%{!?python_provide:Provides: python-ipaclient = %{version}-%{release}}
|
||||
@ -687,7 +678,6 @@ installed on every client machine.
|
||||
|
||||
%package -n python3-ipaclient
|
||||
Summary: Python libraries used by IPA client
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python3-ipaclient}
|
||||
Requires: %{name}-client-common = %{version}-%{release}
|
||||
@ -709,7 +699,6 @@ installed on every client machine.
|
||||
|
||||
%package client-common
|
||||
Summary: Common files used by IPA client
|
||||
Group: System Environment/Base
|
||||
BuildArch: noarch
|
||||
|
||||
Provides: %{alt_name}-client-common = %{version}
|
||||
@ -728,7 +717,6 @@ installed on every client machine.
|
||||
|
||||
%package python-compat
|
||||
Summary: Compatiblity package for Python libraries used by IPA
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
Obsoletes: %{name}-python < 4.2.91
|
||||
Provides: %{name}-python = %{version}-%{release}
|
||||
@ -761,7 +749,6 @@ python2-ipalib and %{name}-common. Packages still depending on
|
||||
|
||||
%package -n python2-ipalib
|
||||
Summary: Python libraries used by IPA
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
Conflicts: %{name}-python < 4.2.91
|
||||
%{?python_provide:%python_provide python2-ipalib}
|
||||
@ -812,7 +799,6 @@ If you are using IPA, you need to install this package.
|
||||
|
||||
%package -n python3-ipalib
|
||||
Summary: Python3 libraries used by IPA
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python3-ipalib}
|
||||
Provides: python3-ipapython = %{version}-%{release}
|
||||
@ -855,7 +841,6 @@ If you are using IPA with Python 3, you need to install this package.
|
||||
|
||||
%package common
|
||||
Summary: Common files used by IPA
|
||||
Group: System Environment/Libraries
|
||||
BuildArch: noarch
|
||||
Conflicts: %{name}-python < 4.2.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user