From: Jaehoon Chung Date: Thu, 8 Jun 2023 10:51:39 +0000 (+0900) Subject: packaging: Remove variant from Source file name X-Git-Tag: accepted/tizen/unified/riscv/20230718.024919~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4d03639898972c0c65bd539ecb81f8c2ca4683c;p=platform%2Fkernel%2Flinux-starfive.git packaging: Remove variant from Source file name Remove varianet from Source file name. During build, it's faield with below log. (It's same on build system.) [ 9s] error: File /home/abuild/rpmbuild/SOURCES/riscv-visionfive2-linux-kernel-6.1.21.tar.xz: No such file or directory Change-Id: I635d0e34bb73e02c910cd99c1db1a4af8b893fbc Signed-off-by: Jaehoon Chung --- diff --git a/packaging/linux-qemu.spec b/packaging/linux-qemu.spec index cde1ae45584f..1b28206c601d 100644 --- a/packaging/linux-qemu.spec +++ b/packaging/linux-qemu.spec @@ -17,7 +17,7 @@ ExclusiveArch: riscv64 Group: System/Kernel Vendor: The Linux Community URL: https://www.kernel.org -Source0: %{variant}-linux-kernel-%{version}.tar.xz +Source0: linux-kernel-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %define fullVersion %{version}-%{target_board} diff --git a/packaging/linux-riscv.spec.in b/packaging/linux-riscv.spec.in index f5059224d4aa..6f6c6ef93beb 100644 --- a/packaging/linux-riscv.spec.in +++ b/packaging/linux-riscv.spec.in @@ -15,7 +15,7 @@ ExclusiveArch: riscv64 Group: System/Kernel Vendor: The Linux Community URL: https://www.kernel.org -Source0: %{variant}-linux-kernel-%{version}.tar.xz +Source0: linux-kernel-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %define fullVersion %{version}-%{target_board} diff --git a/packaging/linux-visionfive2.spec b/packaging/linux-visionfive2.spec index 753f25705c1e..49e01fe95f4c 100644 --- a/packaging/linux-visionfive2.spec +++ b/packaging/linux-visionfive2.spec @@ -17,7 +17,7 @@ ExclusiveArch: riscv64 Group: System/Kernel Vendor: The Linux Community URL: https://www.kernel.org -Source0: %{variant}-linux-kernel-%{version}.tar.xz +Source0: linux-kernel-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %define fullVersion %{version}-%{target_board}