From 7e5c97df1b1301e8cb937ebad67c30b405ec5e48 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 14 Jun 2018 15:39:00 +0200 Subject: [PATCH] Explicitly say that RocksDB is bundled Attempt to unbundle it was unsuccessful --- mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb.spec b/mariadb.spec index 33b359f..d98aba4 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -491,6 +491,7 @@ For InnoDB, "hot online" backups are possible. %package rocksdb-engine Summary: The RocksDB storage engine for MariaDB Requires: %{name}-server%{?_isa} = %{sameevr} +Provides: bundled(rocksdb) %description rocksdb-engine The RocksDB storage engine is used for high performance servers on SSD drives.