packaging: Fix perf version with assigned value 99/272699/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 23 Mar 2022 01:17:11 +0000 (10:17 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 23 Mar 2022 02:10:52 +0000 (11:10 +0900)
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 <sw0312.kim@samsung.com>
packaging/linux-amlogic.spec

index 575d708..45bb22b 100644 (file)
@@ -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