contrib/rpm: remove Group tag for Fedora 30+
https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
62adcbc888
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
%global dhcp_default internal
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 30
|
||||
%global group_tag 0
|
||||
%else
|
||||
%global group_tag 1
|
||||
%endif
|
||||
|
||||
###############################################################################
|
||||
|
||||
Name: NetworkManager
|
||||
@@ -110,7 +116,9 @@ Summary: Network connection manager and user applications
|
||||
Epoch: %{epoch_version}
|
||||
Version: %{rpm_version}
|
||||
Release: %{release_version}%{?snap}%{?dist}
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
License: GPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
|
||||
@@ -244,7 +252,9 @@ services.
|
||||
%if %{with adsl}
|
||||
%package adsl
|
||||
Summary: ADSL device plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
|
||||
Obsoletes: NetworkManager-atm
|
||||
@@ -257,7 +267,9 @@ This package contains NetworkManager support for ADSL devices.
|
||||
%if %{with bluetooth}
|
||||
%package bluetooth
|
||||
Summary: Bluetooth device plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: NetworkManager-wwan = %{epoch}:%{version}-%{release}
|
||||
Requires: bluez >= 4.101-5
|
||||
@@ -272,7 +284,9 @@ This package contains NetworkManager support for Bluetooth devices.
|
||||
%if %{with team}
|
||||
%package team
|
||||
Summary: Team device plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
BuildRequires: teamd-devel
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
|
||||
@@ -287,7 +301,9 @@ This package contains NetworkManager support for team devices.
|
||||
%if %{with wifi}
|
||||
%package wifi
|
||||
Summary: Wifi plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%if %{with iwd} && (0%{?fedora} > 24 || 0%{?rhel} > 7)
|
||||
@@ -309,7 +325,9 @@ This package contains NetworkManager support for Wifi and OLPC devices.
|
||||
%if %{with wwan}
|
||||
%package wwan
|
||||
Summary: Mobile broadband device plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: ModemManager
|
||||
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
|
||||
@@ -323,7 +341,9 @@ devices.
|
||||
%if %{with ovs}
|
||||
%package ovs
|
||||
Summary: Open vSwitch device plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%if 0%{?rhel} == 0
|
||||
Requires: openvswitch
|
||||
@@ -337,7 +357,9 @@ This package contains NetworkManager support for Open vSwitch bridges.
|
||||
%if %{with ppp}
|
||||
%package ppp
|
||||
Summary: PPP plugin for NetworkManager
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: ppp = %{ppp_version}
|
||||
Requires: NetworkManager = %{epoch}:%{version}-%{release}
|
||||
@@ -350,7 +372,9 @@ This package contains NetworkManager support for PPP.
|
||||
|
||||
%package glib
|
||||
Summary: Libraries for adding NetworkManager support to applications (old API).
|
||||
%if %{group_tag}
|
||||
Group: Development/Libraries
|
||||
%endif
|
||||
Requires: dbus >= %{dbus_version}
|
||||
Requires: dbus-glib >= %{dbus_glib_version}
|
||||
Conflicts: NetworkManager-libnm < %{epoch}:%{version}-%{release}
|
||||
@@ -363,7 +387,9 @@ the older NetworkManager API. See also NetworkManager-libnm.
|
||||
|
||||
%package glib-devel
|
||||
Summary: Header files for adding NetworkManager support to applications (old API).
|
||||
%if %{group_tag}
|
||||
Group: Development/Libraries
|
||||
%endif
|
||||
Requires: %{name}-glib%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
@@ -381,7 +407,9 @@ This is the older NetworkManager API. See also NetworkManager-libnm-devel.
|
||||
|
||||
%package libnm
|
||||
Summary: Libraries for adding NetworkManager support to applications (new API).
|
||||
%if %{group_tag}
|
||||
Group: Development/Libraries
|
||||
%endif
|
||||
Conflicts: NetworkManager-glib < %{epoch}:%{version}-%{release}
|
||||
|
||||
%description libnm
|
||||
@@ -392,7 +420,9 @@ NetworkManager API. See also NetworkManager-glib.
|
||||
|
||||
%package libnm-devel
|
||||
Summary: Header files for adding NetworkManager support to applications (new API).
|
||||
%if %{group_tag}
|
||||
Group: Development/Libraries
|
||||
%endif
|
||||
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
@@ -406,7 +436,9 @@ is the new NetworkManager API. See also NetworkManager-glib-devel.
|
||||
%if %{with connectivity_fedora}
|
||||
%package config-connectivity-fedora
|
||||
Summary: NetworkManager config file for connectivity checking via Fedora servers
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Provides: NetworkManager-config-connectivity = %{epoch}:%{version}-%{release}
|
||||
|
||||
@@ -419,7 +451,9 @@ via Fedora infrastructure.
|
||||
%if %{with connectivity_redhat}
|
||||
%package config-connectivity-redhat
|
||||
Summary: NetworkManager config file for connectivity checking via Red Hat servers
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Provides: NetworkManager-config-connectivity = %{epoch}:%{version}-%{release}
|
||||
|
||||
@@ -431,7 +465,9 @@ via Red Hat infrastructure.
|
||||
|
||||
%package config-server
|
||||
Summary: NetworkManager config file for "server-like" defaults
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description config-server
|
||||
@@ -447,7 +483,9 @@ deployments.
|
||||
|
||||
%package dispatcher-routing-rules
|
||||
Summary: NetworkManager dispatcher file for advanced routing rules
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Provides: %{name}-config-routing-rules = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-config-routing-rules < %{epoch}:%{version}-%{release}
|
||||
@@ -461,7 +499,9 @@ configurations using "/etc/sysconfig/network-scripts/rule-NAME" files
|
||||
%if 0%{with_nmtui}
|
||||
%package tui
|
||||
Summary: NetworkManager curses-based UI
|
||||
%if %{group_tag}
|
||||
Group: System Environment/Base
|
||||
%endif
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
|
Reference in New Issue
Block a user