Skip to content

Commit

Permalink
MDEV-27109 mysql_config mariadb_config lists non existant -lmariadb
Browse files Browse the repository at this point in the history
added dependency devel->shared and conflict with previous versions
update C/C 3.1 with the corresponding C/C part of the fix
  • Loading branch information
abychko authored and vuvova committed Jan 14, 2022
1 parent b5a14f0 commit 746050d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cmake/cpack_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SET(CPACK_COMPONENT_BACKUP_GROUP "backup")

SET(CPACK_COMPONENTS_ALL Server ManPagesServer IniFiles Server_Scripts
SupportFiles Development ManPagesDevelopment
ManPagesTest Readme ManPagesClient Test
ManPagesTest Readme ManPagesClient Test
Common Client SharedLibraries ClientPlugins
backup
)
Expand Down Expand Up @@ -186,6 +186,8 @@ SETA(CPACK_RPM_devel_PACKAGE_OBSOLETES
"MySQL-devel")
SETA(CPACK_RPM_devel_PACKAGE_PROVIDES
"MySQL-devel")
SETA(CPACK_RPM_devel_PACKAGE_REQUIRES
"MariaDB-shared >= 10.2.42")

SETA(CPACK_RPM_server_PACKAGE_OBSOLETES
"MariaDB"
Expand Down
2 changes: 1 addition & 1 deletion libmariadb

0 comments on commit 746050d

Please sign in to comment.