diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 6b58b0080e3..7160dee6fe8 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -418,7 +418,7 @@ CXXFLAGS="$CXXFLAGS" \ BuildMySQL "\ --with-embedded-server \ %if %{MARIA_BUILD} - --with-comment=\"MySQL Community Server [Maria] (%{mysql_license})\" \ + --with-comment=\"MariaDB, a community SQL server based on the MySQL Server with Maria (GPL)\" \ %else --with-comment=\"MySQL Community Server (%{mysql_license})\" \ %endif |