Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
68981881df
commit
7a87ec4990
12
torque.spec
12
torque.spec
@ -100,7 +100,6 @@ Patch3: torque-%{version}-fix-bad-crypto-check.patch
|
||||
Patch4: torque-%{version}-remove-unused-header.patch
|
||||
|
||||
License: OpenPBS and TORQUEv1.1
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.adaptivecomputing.com/products/open-source/torque/
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -162,7 +161,6 @@ other leading edge HPC organizations.
|
||||
This package holds just a few shared files and directories.
|
||||
|
||||
%package client
|
||||
Group: Applications/System
|
||||
Summary: Client part of TORQUE
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires(posttrans): %{_sbindir}/alternatives
|
||||
@ -179,7 +177,6 @@ other leading edge HPC organizations.
|
||||
This package holds the command-line client programs.
|
||||
|
||||
%package docs
|
||||
Group: Documentation
|
||||
Summary: Documentation files for TORQUE
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
@ -195,7 +192,6 @@ other leading edge HPC organizations.
|
||||
This package holds the documentation files.
|
||||
|
||||
%package gui
|
||||
Group: Applications/System
|
||||
Summary: Graphical clients for TORQUE
|
||||
Requires: torque-client = %{version}-%{release}
|
||||
|
||||
@ -211,7 +207,6 @@ This package holds the graphical clients.
|
||||
|
||||
%package libs
|
||||
Summary: Run-time libs for programs which will use the %{name} library
|
||||
Group: Development/Libraries
|
||||
Requires: munge
|
||||
Obsoletes: libtorque < 2.4.8-2
|
||||
Provides: libtorque = %{version}-%{release}
|
||||
@ -230,7 +225,6 @@ programs.
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for programs which will use the %{name} library
|
||||
Group: Development/Libraries
|
||||
Requires: torque-libs = %{version}-%{release}
|
||||
Obsoletes: libtorque-devel < 2.4.8-2
|
||||
Provides: libtorque-devel = %{version}-%{release}
|
||||
@ -247,7 +241,6 @@ This package includes the header files and static libraries
|
||||
necessary for developing programs which will use %{name}.
|
||||
|
||||
%package mom
|
||||
Group: System Environment/Daemons
|
||||
Summary: Node execution daemon for TORQUE
|
||||
Requires: torque-libs = %{version}-%{release}
|
||||
Requires: munge
|
||||
@ -277,7 +270,6 @@ This package holds the execute daemon required on every node.
|
||||
|
||||
%package pam
|
||||
Summary: PAM module for TORQUE MOM nodes
|
||||
Group: System Environment/Base
|
||||
|
||||
%description pam
|
||||
TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource
|
||||
@ -290,7 +282,6 @@ other leading edge HPC organizations.
|
||||
A simple PAM module to authorize users on PBS MOM nodes with a running job.
|
||||
|
||||
%package scheduler
|
||||
Group: System Environment/Daemons
|
||||
Summary: Simple fifo scheduler for TORQUE
|
||||
Requires: torque-libs = %{version}-%{release}
|
||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
||||
@ -313,7 +304,6 @@ other leading edge HPC organizations.
|
||||
This package holds the fifo C scheduler.
|
||||
|
||||
%package server
|
||||
Group: System Environment/Daemons
|
||||
Summary: The main part of TORQUE
|
||||
Requires: torque-libs = %{version}-%{release}
|
||||
Requires: munge
|
||||
@ -340,7 +330,6 @@ other leading edge HPC organizations.
|
||||
This package holds the server.
|
||||
|
||||
%package drmaa
|
||||
Group: System Environment/Daemons
|
||||
Summary: Run time files for the drmaa interface
|
||||
Requires: torque-libs = %{version}-%{release}
|
||||
|
||||
@ -357,7 +346,6 @@ DRMAA is "Distributed Resource Management Application API"
|
||||
|
||||
|
||||
%package drmaa-devel
|
||||
Group: System Environment/Daemons
|
||||
Summary: Development files for the drmaa interface.
|
||||
Requires: torque-drmaa = %{version}-%{release}
|
||||
Requires: torque-devel = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user