Skip to content

Commit

Permalink
MDEV-6347 Build RHEL7 packages
Browse files Browse the repository at this point in the history
add "mysql-compat-server" alias to MariaDB-server package
  • Loading branch information
Sergei Golubchik committed Jan 16, 2015
1 parent 2fc0b22 commit 3f118a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ ELSEIF(RPM MATCHES "fedora" OR RPM MATCHES "(rhel|centos)7")
ALTERNATIVE_NAME("client" "mysql")
ALTERNATIVE_NAME("devel" "mariadb-devel")
ALTERNATIVE_NAME("server" "mariadb-server")
ALTERNATIVE_NAME("server" "mysql-compat-server")
ALTERNATIVE_NAME("shared" "mariadb-libs")
ALTERNATIVE_NAME("shared" "mysql-libs")
ALTERNATIVE_NAME("test" "mariadb-test")
Expand Down

0 comments on commit 3f118a7

Please sign in to comment.