From 66a5ec2ffc626dcfebd4caa86a508b2a3129ba27 Mon Sep 17 00:00:00 2001 From: Ashutosh Mishra Date: Thu, 7 Jul 2022 19:53:20 +0530 Subject: [PATCH] Adding Maintainer DL Maintainer distribution list field had wrong information. Adding the newly formed DL by the component team. Change-Id: I61651e429375cdc512d0fe4b0768f917506b5392 [ROCm/ROCR-Runtime commit: 23f908708a9f53e6d57369417180d832ed6c0796] --- projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index b320cd3cd8..3f5dd4bed8 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -381,7 +381,7 @@ set ( CPACK_DEB_COMPONENT_INSTALL ON) set ( CPACK_RPM_COMPONENT_INSTALL ON) set ( CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc." ) set ( CPACK_PACKAGE_VERSION ${PACKAGE_VERSION_STRING} ) -set ( CPACK_PACKAGE_CONTACT "TODO Advanced Micro Devices, Inc." ) +set ( CPACK_PACKAGE_CONTACT "AMD HSA Support ") set ( CPACK_COMPONENT_BINARY_DESCRIPTION "AMD Heterogeneous System Architecture HSA - Linux HSA Runtime for Boltzmann (ROCm) platforms" ) set ( CPACK_COMPONENT_DEV_DESCRIPTION "AMD Heterogeneous System Architecture HSA development package.\n This package contains the headers and cmake files for the hsa-rocr package." ) set ( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md" )