From 55aa7d73c7641677b9fa28a56d78d06b6c40cb88 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 23 Mar 2022 10:17:11 +0900 Subject: [PATCH] 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 --- packaging/linux-amlogic.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1