Rename from community-mysql to mysql
This commit is contained in:
parent
09832e065f
commit
80ec70562f
@ -4,7 +4,7 @@
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global pkg_name %{name}
|
||||
%global pkgnamepatch community-mysql
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
# Regression tests may take a long time (many cores recommended), skip them by
|
||||
# passing --nocheck to rpmbuild or by setting runselftest to 0 if defining
|
||||
@ -71,7 +71,7 @@
|
||||
# Make long macros shorter
|
||||
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
Name: community-mysql
|
||||
Name: mysql
|
||||
Version: 8.0.22
|
||||
Release: 3%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
@ -272,7 +272,7 @@ The package provides error messages files for the MySQL daemon
|
||||
%package server
|
||||
Summary: The MySQL server and related files
|
||||
|
||||
# Require any mysql client, but prefer community-mysql client for community-mysql server
|
||||
# Require any mysql client, but prefer mysql client for mysql server
|
||||
Suggests: %{name}%{?_isa} = %{sameevr}
|
||||
Requires: mysql%{?_isa}
|
||||
|
Loading…
Reference in New Issue
Block a user