From 5e1d3d228f069b38f35390fc58294b0e03206867f0fd8c44dd0ec0661fcdd098 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Feb 2019 07:47:22 +0000 Subject: [PATCH] Accepting request 676580 from home:rsalevsky:branches:server:database - remove xtrabackup requirement as MariaDB ships a build in mariabackup so xtrabackup is not needed unless a user specificaly wants to use xtrabackup as sst method The cloud team wants to stop shipping xtrabackup as we switched to mariabackup. OBS-URL: https://build.opensuse.org/request/show/676580 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=226 --- mariadb.changes | 7 +++++++ mariadb.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mariadb.changes b/mariadb.changes index a236053..7175325 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 15 15:39:01 UTC 2019 - rick.salevsky@suse.com + +- remove xtrabackup requirement as MariaDB ships a build in + mariabackup so xtrabackup is not needed unless a user specificaly + wants to use xtrabackup as sst method + ------------------------------------------------------------------- Thu Feb 14 15:01:27 UTC 2019 - Thomas Bechtold diff --git a/mariadb.spec b/mariadb.spec index 5267dad..dc92389 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -228,7 +228,6 @@ Requires: lsof Requires: rsync Requires: socat Requires: which -Requires: xtrabackup # 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