abychko@Alexeys-Mini MariaDBEnterprise % git diff
|
diff --git a/cmake/build_configurations/enterprise.cmake b/cmake/build_configurations/enterprise.cmake
|
index c668018dda1..d7c438ef76f 100644
|
--- a/cmake/build_configurations/enterprise.cmake
|
+++ b/cmake/build_configurations/enterprise.cmake
|
@@ -40,7 +40,8 @@ SET(CPACK_PACKAGE_VENDOR "MariaDB Corporation")
|
SET(CPACK_PACKAGE_DESCRIPTION "MariaDB Enterprise Server: a very fast and robust SQL database server.
|
MariaDB documentation can be found at https://mariadb.com/kb/en/
|
MariaDB bug reports should be submitted through https://support.mariadb.com/")
|
-
|
+SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
|
+ "/usr/share/man/man1;/usr/share/man/man8;/usr/lib64/pkgconfig")
|
# here we're going to unconditionally redefine default source package name
|
# set in mysql_version.cmake:87
|
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "mariadb${MYSQL_SERVER_SUFFIX}-${VERSION}")
|