From: Seung-Woo Kim Date: Wed, 23 Mar 2022 01:17:11 +0000 (+0900) Subject: packaging: Fix perf version with assigned value X-Git-Tag: submit/tizen/20220323.023335~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55aa7d73c7641677b9fa28a56d78d06b6c40cb88;p=platform%2Fkernel%2Flinux-amlogic.git packaging: Fix perf version with assigned value In the spec, there is no fullVersion define. Instead, fix perf version with kernel version and build arch and chipset name. Change-Id: Ie6ac3a66605a8bc107c5814f48a020df796f66ee Signed-off-by: Seung-Woo Kim --- diff --git a/packaging/linux-amlogic.spec b/packaging/linux-amlogic.spec index 575d7089c9aa..45bb22bec3aa 100644 --- a/packaging/linux-amlogic.spec +++ b/packaging/linux-amlogic.spec @@ -182,7 +182,7 @@ This package provides kernel map and etc information. %package -n linux-kernel-perf Summary: The perf performance counter tool Group: System/Kernel -Provides: perf = %{fullVersion} +Provides: perf = %{version}_%{buildarch}_%{CHIPSET} %description -n linux-kernel-perf This package provides the "perf" tool that can be used to monitor performance