From 0605406005e7c0fdc13657120ae750845d79bb4c Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 17 May 2023 11:06:24 +0900 Subject: [PATCH] packaging: linux-visionfive2: Fix the number of version To use upstream branch, it need to use correct version. There is no v5.15.0 in tag. Use v5.15 instead of v5.15.0. Change-Id: I8e86b3b11e0796c0deab6e88d3aee093695eecc8 Signed-off-by: Jaehoon Chung --- packaging/linux-visionfive2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux-visionfive2.spec b/packaging/linux-visionfive2.spec index 61b457ca5ff3..c5dc164c1cb8 100644 --- a/packaging/linux-visionfive2.spec +++ b/packaging/linux-visionfive2.spec @@ -8,7 +8,7 @@ Name: visionfive2-linux-kernel Summary: The Linux Kernel for VisionFive2 Board -Version: 5.15.0 +Version: 5.15 Release: 0 License: GPL-2.0 ExclusiveArch: riscv64 -- 2.34.1