forked from pool/mariadb
Accepting request 943415 from server:database
OBS-URL: https://build.opensuse.org/request/show/943415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=121
This commit is contained in:
commit
088e7dfd2b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 30 12:01:56 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Build mariadb-galera on SLE
|
||||||
|
- Add dependency on galera-4 for mariadb-galera
|
||||||
|
- Remove old constraints for mariadb-galera
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 22 10:48:54 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
Mon Nov 22 10:48:54 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
13
mariadb.spec
13
mariadb.spec
@ -36,7 +36,9 @@
|
|||||||
%define with_mroonga 0
|
%define with_mroonga 0
|
||||||
%define with_rocksdb 0
|
%define with_rocksdb 0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?is_opensuse}
|
# Build galera on SLE. Galera requires mariadb >= 10.5, so only
|
||||||
|
# build it on SLE15SP3 onwards
|
||||||
|
%if 0%{?is_opensuse} || 0%{?sle_version} >= 150300
|
||||||
%bcond_without galera
|
%bcond_without galera
|
||||||
%else
|
%else
|
||||||
%bcond_with galera
|
%bcond_with galera
|
||||||
@ -245,19 +247,12 @@ This package contains the standard clients for MariaDB.
|
|||||||
Summary: The configuration files and scripts for galera replication
|
Summary: The configuration files and scripts for galera replication
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
# galera-3 is not in openSUSE:Factory now
|
Requires: galera-4
|
||||||
#Requires: galera-3 >= 25.3.18
|
|
||||||
Requires: iproute2
|
Requires: iproute2
|
||||||
Requires: lsof
|
Requires: lsof
|
||||||
Requires: rsync
|
Requires: rsync
|
||||||
Requires: socat
|
Requires: socat
|
||||||
Requires: which
|
Requires: which
|
||||||
# We need Conflicts here as galera_new_cluster (and use_galera_new_cluster.conf)
|
|
||||||
# and galera_recovery scripts were in mariadb package but now they are in galera
|
|
||||||
# subpackage
|
|
||||||
Conflicts: mariadb <= 10.1.25
|
|
||||||
# wsrep_* scripts were in mariadb-tools subpackage but now they are in galera subpackage
|
|
||||||
Conflicts: mariadb-tools <= 10.1.25
|
|
||||||
|
|
||||||
%description galera
|
%description galera
|
||||||
This package contains configuration files and scripts that are
|
This package contains configuration files and scripts that are
|
||||||
|
Loading…
Reference in New Issue
Block a user