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/20230718.024919~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ce0ccffc6cca1736d83c489237de1730fdb1f02;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 1b28206..85ddf9a 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 6f6c6ef..c558e47 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 49e01fe..104c5ea 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}