mirror of
https://github.com/MariaDB/server.git
synced 2025-03-23 23:48:41 +01:00
MDEV-5250 doesn't install on fedora if mysql is installed
when our package is to replace "mysql", it has both provide and obsolete it
This commit is contained in:
parent
0c6a40f2d5
commit
d1f2ba3985
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ SET(CPACK_RPM_test_PACKAGE_PROVIDES "MySQL-test mysql-test")
|
|||
MACRO(ALTERNATIVE_NAME real alt)
|
||||
SET(p "CPACK_RPM_${real}_PACKAGE_PROVIDES")
|
||||
SET(${p} "${${p}} ${alt} ${alt}(x86-32) ${alt}(x86-64) config(${alt})")
|
||||
SET(o "CPACK_RPM_${real}_PACKAGE_OBSOLETES")
|
||||
SET(${o} "${${o}} ${alt}")
|
||||
ENDMACRO(ALTERNATIVE_NAME)
|
||||
|
||||
IF(RPM MATCHES "(rhel|centos)5")
|
||||
|
|
Loading…
Add table
Reference in a new issue