Skip to content
Permalink
Browse files
MDEV-29220 Missing RHEL-9-specific logic in cpack_rpm.cmake
  • Loading branch information
vuvova committed Aug 3, 2022
1 parent af14347 commit d764996
Showing 1 changed file with 1 addition and 1 deletion.
@@ -264,7 +264,7 @@ ELSEIF(RPM MATCHES "fedora" OR RPM MATCHES "(rhel|centos)7")
ALTERNATIVE_NAME("server" "mariadb-server")
ALTERNATIVE_NAME("server" "mysql-compat-server")
ALTERNATIVE_NAME("test" "mariadb-test")
ELSEIF(RPM MATCHES "(rhel|centos)8")
ELSEIF(RPM MATCHES "(rhel|centos|rocky)[89]")
SET(epoch 3:)
ALTERNATIVE_NAME("backup" "mariadb-backup")
ALTERNATIVE_NAME("client" "mariadb")

0 comments on commit d764996

Please sign in to comment.