From 1be23e215c1cd3efda114b57e4a924a8bd728dfd Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 1 Jun 2020 17:04:54 +0000 Subject: [PATCH] Use right perl-which rpm package Change-Id: I22106a7d1b4b50c99f945bc6416ff3bd8486d15c [ROCm/hip commit: 88720e2e7700c0c2234a2eb845804501d5811fd7] --- projects/hip/packaging/hip-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/packaging/hip-base.txt b/projects/hip/packaging/hip-base.txt index 6722e59e28..6a5147c292 100644 --- a/projects/hip/packaging/hip-base.txt +++ b/projects/hip/packaging/hip-base.txt @@ -37,7 +37,7 @@ set(CPACK_RPM_PACKAGE_ARCHITECTURE "${CMAKE_SYSTEM_PROCESSOR}") set(CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${PROJECT_BINARY_DIR}/postinst") set(CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE "${PROJECT_BINARY_DIR}/prerm") set(CPACK_RPM_PACKAGE_AUTOREQPROV " no") -set(CPACK_RPM_PACKAGE_REQUIRES "perl >= 5.0,libfile-which-perl") +set(CPACK_RPM_PACKAGE_REQUIRES "perl >= 5.0,perl-File-Which") set(CPACK_RPM_PACKAGE_OBSOLETES "hip_base") set(CPACK_RPM_PACKAGE_CONFLICTS "hip_base") set(CPACK_BINARY_RPM "ON")