From c5666dc95d56927ef8889a10f083b06c8c54b49c Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 16 Jun 2023 10:54:18 +0900 Subject: [PATCH] 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 --- packaging/linux-qemu.spec | 2 +- packaging/linux-riscv.spec.in | 2 +- packaging/linux-visionfive2.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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} -- 2.34.1