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