Skip to content

Commit

Permalink
MDEV-31268: Fedora mariadb-connector-c-config conflicts with MariaDB'…
Browse files Browse the repository at this point in the history
…s MariaDB-common

The previous fix in MDEV-24629 had a version end of life date.

Thanks @pgnd on Zulip for noticing.
  • Loading branch information
grooverdan committed May 22, 2023
1 parent 3f59bbe commit c0adb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack_rpm.cmake
Expand Up @@ -289,7 +289,7 @@ ELSEIF(RPM MATCHES "sles")
ENDIF()

# MDEV-24629, we need it outside of ELSIFs
IF(RPM MATCHES "fedora3[234]")
IF(RPM MATCHES "fedora")
ALTERNATIVE_NAME("common" "mariadb-connector-c-config" ${MARIADB_CONNECTOR_C_VERSION}-1)
ENDIF()

Expand Down

0 comments on commit c0adb05

Please sign in to comment.