forked from pool/mariadb
- some CentOS/Fedora compatibility
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=158
This commit is contained in:
parent
7be5b15fc6
commit
9e16149673
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c81b45d232be16f37661209ae30414b9d365b9633fee3101f02f0965faa0f5e4
|
oid sha256:fd263b82472d187e5fbe9c03c581be5156f3fe8a22b95b39d6208c8fb3b0a9c3
|
||||||
size 222
|
size 221
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 12:54:56 UTC 2014 - michal.hrusecky@opensuse.org
|
||||||
|
|
||||||
|
- some CentOS/Fedora compatibility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 24 08:08:36 UTC 2014 - michal.hrusecky@opensuse.org
|
Wed Sep 24 08:08:36 UTC 2014 - michal.hrusecky@opensuse.org
|
||||||
|
|
||||||
|
@ -100,7 +100,11 @@ Requires: logrotate
|
|||||||
# required by rcmysql
|
# required by rcmysql
|
||||||
Requires: %{name}-client
|
Requires: %{name}-client
|
||||||
Requires: %{name}-errormessages = %version
|
Requires: %{name}-errormessages = %version
|
||||||
|
%if 0%{?suse_version}
|
||||||
Requires: perl-base
|
Requires: perl-base
|
||||||
|
%else
|
||||||
|
Requires: perl
|
||||||
|
%endif
|
||||||
# systemd requirements for openSUSE >= 12.1
|
# systemd requirements for openSUSE >= 12.1
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -121,6 +125,11 @@ Obsoletes: mysql < %{srv_vers}
|
|||||||
Obsoletes: mysql-Max < %{srv_vers}
|
Obsoletes: mysql-Max < %{srv_vers}
|
||||||
%endif
|
%endif
|
||||||
Conflicts: otherproviders(mysql)
|
Conflicts: otherproviders(mysql)
|
||||||
|
# Compatibility with Fedora/CentOS
|
||||||
|
Provides: mysql-server = %{srv_vers}
|
||||||
|
Provides: mariadb-server = %{srv_vers}
|
||||||
|
Conflicts: otherproviders(mysql-server)
|
||||||
|
Conflicts: otherproviders(mariadb-server)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MariaDB is a backward compatible, drop-in replacement branch of the MySQL
|
MariaDB is a backward compatible, drop-in replacement branch of the MySQL
|
||||||
|
Loading…
Reference in New Issue
Block a user