diff options
author | Alexey Bychko <alexey.bychko@mariadb.com> | 2021-11-22 19:34:47 +0700 |
---|---|---|
committer | Alexey Bychko <alexey.bychko@mariadb.com> | 2021-11-23 11:29:24 +0700 |
commit | fe065f8d90b05c05ad9ca63a773a8f933b19e4eb (patch) | |
tree | 241906b7cf3dd4119e9b506a35971d0a51a81309 /plugin/auth_gssapi | |
parent | 2f51511c0831a683cec68b021ffea3434078c851 (diff) | |
download | mariadb-git-fe065f8d90b05c05ad9ca63a773a8f933b19e4eb.tar.gz |
MDEV-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522
this patch moves cpack summury and description for optional packages
to the appropriate CMakeLists.txt files
Diffstat (limited to 'plugin/auth_gssapi')
-rw-r--r-- | plugin/auth_gssapi/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/auth_gssapi/CMakeLists.txt b/plugin/auth_gssapi/CMakeLists.txt index 11063df0884..1110562d9f1 100644 --- a/plugin/auth_gssapi/CMakeLists.txt +++ b/plugin/auth_gssapi/CMakeLists.txt @@ -1,3 +1,9 @@ + +SET(CPACK_RPM_gssapi-server_PACKAGE_SUMMARY "GSSAPI authentication plugin for MariaDB server" PARENT_SCOPE) +SET(CPACK_RPM_gssapi-server_PACKAGE_DESCRIPTION "The gssapi authentication plugin allows the user to authenticate with services +that use the Generic Security Services Application Program Interface (GSSAPI). +The gssapi authentication plugin is most often used for authenticating with Microsoft Active Directory." PARENT_SCOPE) + IF (WIN32) SET(USE_SSPI 1) ENDIF() |