Fix RPM generation on RHEL 10 (#162)
* Set version for RPM_PACKAGE_OBSOLETES
* Not setting a version of omnitrace which rocprofiler-systems obsoletes will result in a warning
* Patch RPATH in libunwind files
* Update Timemory pointer
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
---------
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
[ROCm/rocprofiler-systems commit: 75916f8876]
Dieser Commit ist enthalten in:
@@ -212,7 +212,7 @@ string(REGEX REPLACE "([a-zA-Z])-([0-9])" "\\1\\2" CPACK_RPM_PACKAGE_RELEASE
|
||||
string(REPLACE "-" "~" CPACK_RPM_PACKAGE_RELEASE "${CPACK_RPM_PACKAGE_RELEASE}")
|
||||
|
||||
# Handle the project rebranding from "omnitrace" to "rocprofiler-systems"
|
||||
set(CPACK_RPM_PACKAGE_OBSOLETES ${OMNITRACE_PACKAGE_NAME})
|
||||
set(CPACK_RPM_PACKAGE_OBSOLETES "${OMNITRACE_PACKAGE_NAME} <= 1.13.0")
|
||||
set(CPACK_RPM_PACKAGE_CONFLICTS ${OMNITRACE_PACKAGE_NAME})
|
||||
set(_RPM_PACKAGE_PROVIDES ${OMNITRACE_PACKAGE_NAME})
|
||||
|
||||
|
||||
+1
-1
Submodul projects/rocprofiler-systems/external/timemory aktualisiert: fad254dde5...858cfc752a
In neuem Issue referenzieren
Einen Benutzer sperren