Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
d6de405b55
commit
0565d2fb96
@ -134,7 +134,6 @@ Name: subscription-manager
|
|||||||
Version: 1.24.2
|
Version: 1.24.2
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
Group: System Environment/Base
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.candlepinproject.org/
|
URL: http://www.candlepinproject.org/
|
||||||
|
|
||||||
@ -263,7 +262,6 @@ platform.
|
|||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%package -n %{py_package_prefix}-syspurpose
|
%package -n %{py_package_prefix}-syspurpose
|
||||||
Summary: A commandline utility for declaring system syspurpose
|
Summary: A commandline utility for declaring system syspurpose
|
||||||
Group: System Environment/Base
|
|
||||||
|
|
||||||
%description -n %{py_package_prefix}-syspurpose
|
%description -n %{py_package_prefix}-syspurpose
|
||||||
Provides the syspurpose commandline utility. This utility manages the
|
Provides the syspurpose commandline utility. This utility manages the
|
||||||
@ -273,7 +271,6 @@ system syspurpose.
|
|||||||
|
|
||||||
%package -n subscription-manager-plugin-container
|
%package -n subscription-manager-plugin-container
|
||||||
Summary: A plugin for handling container content
|
Summary: A plugin for handling container content
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n subscription-manager-plugin-container
|
%description -n subscription-manager-plugin-container
|
||||||
@ -284,7 +281,6 @@ from the server. Populates /etc/docker/certs.d appropriately.
|
|||||||
%if %{use_rhsm_gtk}
|
%if %{use_rhsm_gtk}
|
||||||
%package -n rhsm-gtk
|
%package -n rhsm-gtk
|
||||||
Summary: GTK+ widgets used by subscription-manager-gui and initial_setup
|
Summary: GTK+ widgets used by subscription-manager-gui and initial_setup
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{?gtk3:%{py_package_prefix}-gobject, gtk3} %{!?gtk3:pygtk2, pygtk2-libglade}
|
Requires: %{?gtk3:%{py_package_prefix}-gobject, gtk3} %{!?gtk3:pygtk2, pygtk2-libglade}
|
||||||
Requires: usermode-gtk
|
Requires: usermode-gtk
|
||||||
# Fedora can figure this out automatically, but RHEL cannot:
|
# Fedora can figure this out automatically, but RHEL cannot:
|
||||||
@ -311,7 +307,6 @@ and RHSM initial_setup module for Anaconda.
|
|||||||
%if %{use_subman_gui}
|
%if %{use_subman_gui}
|
||||||
%package -n subscription-manager-gui
|
%package -n subscription-manager-gui
|
||||||
Summary: A GUI interface to manage Red Hat product subscriptions
|
Summary: A GUI interface to manage Red Hat product subscriptions
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
|
|
||||||
@ -331,7 +326,6 @@ subscriptions.
|
|||||||
|
|
||||||
%package -n subscription-manager-migration
|
%package -n subscription-manager-migration
|
||||||
Summary: Migration scripts for moving to certificate based subscriptions
|
Summary: Migration scripts for moving to certificate based subscriptions
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: rhnlib
|
Requires: rhnlib
|
||||||
|
|
||||||
@ -349,7 +343,6 @@ subscriptions
|
|||||||
%if %use_dnf
|
%if %use_dnf
|
||||||
%package -n dnf-plugin-subscription-manager
|
%package -n dnf-plugin-subscription-manager
|
||||||
Summary: Subscription Manager plugins for DNF
|
Summary: Subscription Manager plugins for DNF
|
||||||
Group: System Environment/Base
|
|
||||||
# See BZ 1581410 - avoid a circular dependency
|
# See BZ 1581410 - avoid a circular dependency
|
||||||
%if (0%{?rhel} < 8)
|
%if (0%{?rhel} < 8)
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -373,7 +366,6 @@ product-id plugins.
|
|||||||
%if %use_firstboot
|
%if %use_firstboot
|
||||||
%package -n subscription-manager-firstboot
|
%package -n subscription-manager-firstboot
|
||||||
Summary: Firstboot screens for subscription manager
|
Summary: Firstboot screens for subscription manager
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: rhsm-gtk = %{version}-%{release}
|
Requires: rhsm-gtk = %{version}-%{release}
|
||||||
Requires: rhn-setup-gnome
|
Requires: rhn-setup-gnome
|
||||||
|
|
||||||
@ -388,7 +380,6 @@ This package contains the firstboot screens for subscription-manager.
|
|||||||
%if %use_initial_setup
|
%if %use_initial_setup
|
||||||
%package -n subscription-manager-initial-setup-addon
|
%package -n subscription-manager-initial-setup-addon
|
||||||
Summary: initial-setup screens for subscription-manager
|
Summary: initial-setup screens for subscription-manager
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: rhsm-gtk = %{version}-%{release}
|
Requires: rhsm-gtk = %{version}-%{release}
|
||||||
Requires: initial-setup-gui >= 0.3.9.24-1
|
Requires: initial-setup-gui >= 0.3.9.24-1
|
||||||
Obsoletes: subscription-manager-firstboot < 1.15.3-1
|
Obsoletes: subscription-manager-firstboot < 1.15.3-1
|
||||||
@ -401,7 +392,6 @@ This package contains the initial-setup screens for subscription-manager.
|
|||||||
%if %has_ostree
|
%if %has_ostree
|
||||||
%package -n subscription-manager-plugin-ostree
|
%package -n subscription-manager-plugin-ostree
|
||||||
Summary: A plugin for handling OSTree content.
|
Summary: A plugin for handling OSTree content.
|
||||||
Group: System Environment/Base
|
|
||||||
|
|
||||||
Requires: %{py_package_prefix}-gobject-base
|
Requires: %{py_package_prefix}-gobject-base
|
||||||
# plugin needs a slightly newer version of python-iniparse for 'tidy'
|
# plugin needs a slightly newer version of python-iniparse for 'tidy'
|
||||||
@ -417,7 +407,6 @@ the remote in the currently deployed .origin file.
|
|||||||
|
|
||||||
%package -n %{rhsm_package_name}
|
%package -n %{rhsm_package_name}
|
||||||
Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
|
Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%if %use_m2crypto
|
%if %use_m2crypto
|
||||||
Requires: %{?suse_version:python-m2crypto} %{!?suse_version:m2crypto}
|
Requires: %{?suse_version:python-m2crypto} %{!?suse_version:m2crypto}
|
||||||
@ -450,7 +439,6 @@ entitlements, certificates, and access to content.
|
|||||||
%if %{with python2_rhsm}
|
%if %{with python2_rhsm}
|
||||||
%package -n python2-subscription-manager-rhsm
|
%package -n python2-subscription-manager-rhsm
|
||||||
Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
|
Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
@ -476,7 +464,6 @@ entitlements, certificates, and access to content.
|
|||||||
|
|
||||||
%package -n subscription-manager-rhsm-certificates
|
%package -n subscription-manager-rhsm-certificates
|
||||||
Summary: Certificates required to communicate with a Red Hat Unified Entitlement Platform
|
Summary: Certificates required to communicate with a Red Hat Unified Entitlement Platform
|
||||||
Group: Development/Libraries
|
|
||||||
Provides: python-rhsm-certificates = %{version}-%{release}
|
Provides: python-rhsm-certificates = %{version}-%{release}
|
||||||
Obsoletes: python-rhsm-certificates <= 1.20.3-1
|
Obsoletes: python-rhsm-certificates <= 1.20.3-1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user