Remove 'Group' tags as they should not be used any more

https://fedoraproject.org/wiki/RPMGroups
This commit is contained in:
Michal Schorm 2017-12-06 09:51:51 +01:00
parent d7b4f7837a
commit add7d9cf1a
1 changed files with 3 additions and 22 deletions

View File

@ -141,7 +141,6 @@ Release: 2%{?with_debug:.debug}%{?dist}
Epoch: 3
Summary: A community developed branch of MySQL
Group: Applications/Databases
URL: http://mariadb.org
# Exceptions allow client libraries to be linked with most open source SW, not only GPL code. See README.mysql-license
License: GPLv2 with exceptions and LGPLv2 and BSD
@ -295,7 +294,6 @@ contains the standard MariaDB/MySQL client programs and generic MySQL files.
%if %{with clibrary}
%package libs
Summary: The shared libraries required for MariaDB/MySQL clients
Group: Applications/Databases
Requires: %{name}-common%{?_isa} = %{sameevr}
%if %{with mysql_names}
Provides: mysql-libs = %{sameevr}
@ -324,7 +322,6 @@ to a MariaDB/MySQL server.
%if %{with config}
%package config
Summary: The config files required by server and client
Group: Applications/Databases
%description config
The package provides the config file my.cnf and my.cnf.d directory used by any
@ -337,7 +334,6 @@ package itself.
%if %{with common}
%package common
Summary: The shared files required by server and client
Group: Applications/Databases
Requires: %{_sysconfdir}/my.cnf
# obsoletion of mariadb-galera-common
@ -357,7 +353,6 @@ You will need to install this package to use any other MariaDB package.
%if %{with errmsg}
%package errmsg
Summary: The error messages files required by server and embedded
Group: Applications/Databases
Requires: %{name}-common%{?_isa} = %{sameevr}
%description errmsg
@ -370,7 +365,6 @@ MariaDB packages.
%if %{with galera}
%package server-galera
Summary: The configuration files and scripts for galera replication
Group: Applications/Databases
Requires: %{name}-common%{?_isa} = %{sameevr}
Requires: %{name}-server%{?_isa} = %{sameevr}
Requires: galera >= 25.3.3
@ -395,7 +389,6 @@ MariaDB is a community developed branch of MySQL.
%package server
Summary: The MariaDB server and related files
Group: Applications/Databases
# note: no version here = %%{version}-%%{release}
%if %{with mysql_names}
@ -457,7 +450,6 @@ MariaDB is a community developed branch of MySQL.
%if %{with oqgraph}
%package oqgraph-engine
Summary: The Open Query GRAPH engine for MariaDB
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
# boost and Judy required for oograph
BuildRequires: boost-devel Judy-devel
@ -474,7 +466,6 @@ standard SQL syntax, and results joined onto other tables.
%if %{with connect}
%package connect-engine
Summary: The CONNECT storage engine for MariaDB
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
%description connect-engine
@ -489,7 +480,6 @@ or products (such as Excel), or data retrieved from the environment
%if %{with backup}
%package backup
Summary: The mariabackup tool for physical online backups
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
BuildRequires: libarchive-devel
@ -503,7 +493,6 @@ For InnoDB, "hot online" backups are possible.
%if %{with rocksdb}
%package rocksdb-engine
Summary: The RocksDB storage engine for MariaDB
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
%description rocksdb-engine
@ -514,7 +503,6 @@ The RocksDB storage engine is used for high performance servers on SSD drives.
%if %{with tokudb}
%package tokudb-engine
Summary: The TokuDB storage engine for MariaDB
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
%description tokudb-engine
@ -525,7 +513,6 @@ The TokuDB storage engine from Percona.
%if %{with cracklib}
%package cracklib-password-check
Summary: The password strength checking plugin
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
BuildRequires: cracklib-dicts cracklib-devel
Requires: cracklib-dicts
@ -542,7 +529,6 @@ also use it to check MariaDB account passwords.
%if %{with gssapi}
%package gssapi-server
Summary: GSSAPI authentication plugin for server
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
BuildRequires: krb5-devel
@ -555,7 +541,6 @@ This plugin includes support for Kerberos on Unix.
%if %{with sphinx}
%package sphinx-engine
Summary: The Sphinx storage engine for MariaDB
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
BuildRequires: sphinx libsphinxclient libsphinxclient-devel
Requires: sphinx libsphinxclient
@ -567,7 +552,6 @@ The Sphinx storage engine for MariaDB.
%package server-utils
Summary: Non-essential server utilities for MariaDB/MySQL applications
Group: Applications/Databases
Requires: %{name}-server%{?_isa} = %{sameevr}
%if %{with mysql_names}
Provides: mysql-perl = %{sameevr}
@ -584,7 +568,6 @@ the only MariaDB sub-package, except test subpackage, that depends on Perl.
%if %{with devel}
%package devel
Summary: Files for development of MariaDB/MySQL applications
Group: Applications/Databases
%{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}}
# avoid issues with openssl1.0 / openssl1.1 / compat
Requires: pkgconfig(openssl)
@ -616,7 +599,6 @@ package.
%if %{with embedded}
%package embedded
Summary: MariaDB as an embeddable library
Group: Applications/Databases
Requires: %{name}-common%{?_isa} = %{sameevr}
Requires: %{name}-errmsg%{?_isa} = %{sameevr}
%if %{with mysql_names}
@ -635,7 +617,6 @@ MariaDB is a community developed branch of MySQL.
%package embedded-devel
Summary: Development files for MariaDB as an embeddable library
Group: Applications/Databases
Requires: %{name}-embedded%{?_isa} = %{sameevr}
Requires: %{name}-devel%{?_isa} = %{sameevr}
# embedded-devel should require libaio-devel (rhbz#1290517)
@ -659,7 +640,6 @@ the embedded version of the MariaDB server.
%if %{with bench}
%package bench
Summary: MariaDB benchmark scripts and data
Group: Applications/Databases
Requires: %{name}%{?_isa} = %{sameevr}
%if %{with mysql_names}
Provides: mysql-bench = %{sameevr}
@ -680,7 +660,6 @@ MariaDB.
%if %{with test}
%package test
Summary: The test suite distributed with MariaDB
Group: Applications/Databases
Requires: %{name}%{?_isa} = %{sameevr}
Requires: %{name}-common%{?_isa} = %{sameevr}
Requires: %{name}-server%{?_isa} = %{sameevr}
@ -1606,9 +1585,11 @@ fi
%endif
%changelog
* Thu Nov 23 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
* Wed Dec 06 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
- Fix PID file location
Related: #1483331, #1515779
- Remove 'Group' tags as they should not be used any more
Related: https://fedoraproject.org/wiki/RPMGroups
* Mon Nov 20 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-1
- Rebase to 10.2.10 version