summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-04-08 17:30:04 +1000
committerDaniel Black <daniel@mariadb.org>2021-04-09 08:43:16 +1000
commit7588049374c63b169ddd245c2dd5f3faac129b4e (patch)
treee163f6f24f7214f8d96cec9c56e0263c356dbfa2
parent1fde581237e8ef6130c792b06f081126c9fed198 (diff)
downloadmariadb-git-7588049374c63b169ddd245c2dd5f3faac129b4e.tar.gz
MDEV-25280: cpack_rpm - MariaDB-client file moves
This fixes the MariaDB-client RPM to conflict with < MariaDB-server-10.6 as a number of files where moved from the server to client component. see commits 09202b2e6db0f2308c5c669322b057ac7f100378 -> fa0ad2fb11859fdeec93bbf3c4a6fc418eb372ac
-rw-r--r--cmake/cpack_rpm.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake
index 873a75fb9e5..69688833c41 100644
--- a/cmake/cpack_rpm.cmake
+++ b/cmake/cpack_rpm.cmake
@@ -152,6 +152,8 @@ SETA(CPACK_RPM_client_PACKAGE_OBSOLETES
SETA(CPACK_RPM_client_PACKAGE_PROVIDES
"MySQL-client"
"mysql-client")
+SETA(CPACK_RPM_client_PACKAGE_CONFLICTS
+ "MariaDB-server < 10.6.0")
SETA(CPACK_RPM_devel_PACKAGE_OBSOLETES
"MySQL-devel")