From: Seung-Woo Kim Date: Fri, 16 Jun 2023 01:54:18 +0000 (+0900) Subject: packaging: Setup with source0 name X-Git-Tag: accepted/tizen/unified/riscv/20230725.071352~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5666dc95d56927ef8889a10f083b06c8c54b49c;p=platform%2Fkernel%2Flinux-starfive.git packaging: Setup with source0 name In packaging spec, source0 name is different from package name, so setup also needs to be with source0 name explictly. Do setup with source0 name. Change-Id: I3400c7aa131ec2561745386f903de2e47fd9aab7 Signed-off-by: Seung-Woo Kim --- diff --git a/packaging/linux-qemu.spec b/packaging/linux-qemu.spec index 1b28206c601d..85ddf9a6f7c3 100644 --- a/packaging/linux-qemu.spec +++ b/packaging/linux-qemu.spec @@ -88,7 +88,7 @@ This package provides the "perf" tool that can be used to monitor performance counter events as well as various kernel internal events. %prep -%setup -q +%setup -q -n linux-kernel-%{version} %build %{?asan:/usr/bin/gcc-unforce-options} diff --git a/packaging/linux-riscv.spec.in b/packaging/linux-riscv.spec.in index 6f6c6ef93beb..c558e479e465 100644 --- a/packaging/linux-riscv.spec.in +++ b/packaging/linux-riscv.spec.in @@ -86,7 +86,7 @@ This package provides the "perf" tool that can be used to monitor performance counter events as well as various kernel internal events. %prep -%setup -q +%setup -q -n linux-kernel-%{version} %build %{?asan:/usr/bin/gcc-unforce-options} diff --git a/packaging/linux-visionfive2.spec b/packaging/linux-visionfive2.spec index cfaccc6f9b14..fde06b1ced99 100644 --- a/packaging/linux-visionfive2.spec +++ b/packaging/linux-visionfive2.spec @@ -88,7 +88,7 @@ This package provides the "perf" tool that can be used to monitor performance counter events as well as various kernel internal events. %prep -%setup -q +%setup -q -n linux-kernel-%{version} %build %{?asan:/usr/bin/gcc-unforce-options}