mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
rpm: prefer the conditional %{?...} syntax
This commit is contained in:
parent
c03433dea7
commit
e7cf898d6d
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ MACRO(ALTERNATIVE_NAME real alt)
|
|||
SET(p "CPACK_RPM_${real}_PACKAGE_PROVIDES")
|
||||
SET(${p} "${${p}} ${alt} = ${ver} ${alt}%{?_isa} = ${ver} config(${alt}) = ${ver}")
|
||||
SET(o "CPACK_RPM_${real}_PACKAGE_OBSOLETES")
|
||||
SET(${o} "${${o}} ${alt} ${alt}%{_isa}")
|
||||
SET(${o} "${${o}} ${alt} ${alt}%{?_isa}")
|
||||
ENDMACRO(ALTERNATIVE_NAME)
|
||||
|
||||
ALTERNATIVE_NAME("devel" "mysql-devel")
|
||||
|
|
Loading…
Reference in a new issue