From 0a04980915780fa4e11461fd9bc15b889e07199c Mon Sep 17 00:00:00 2001 From: pan_y Date: Thu, 7 Sep 2023 15:41:47 +0800 Subject: [PATCH] add source in .spec to fix issue about self-compilation failure (cherry picked from commit 7b2f8fe7891a6b5dde089312dd7d56d3425de3de) --- native-turbo.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/native-turbo.spec b/native-turbo.spec index ba96847..4ca9a00 100644 --- a/native-turbo.spec +++ b/native-turbo.spec @@ -3,12 +3,13 @@ %global __cargo_common_opts %{?__cargo_common_opts} --all Name: native-turbo Version: 1.0.0 -Release: 6 +Release: 7 Summary: Numa Aware Scheduling License: Mulan PSL v2 URL: https://gitee.com/openeuler/native-turbo Source0: %{name}.tar.xz +Source1: objreloc.sh BuildRequires: meson >= 0.49.2, clang >= 12.0.1 BuildRequires: make >= 4.0, bison >= 2.7, binutils >= 2.30-17, gcc >= 10.3.1 @@ -81,6 +82,12 @@ install -m 755 $RPM_BUILD_DIR/objreloc $RPM_BUILD_ROOT%{_bindir}/ %doc %changelog +* Thu Sep 7 2023 yangpan - 1.0.0-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: fix issue about self-compilation failure + * Tue Aug 29 2023 liutie - 1.0.0-6 - Type:enhancement - ID:NA