diff --git a/datop.spec b/datop.spec index ade2f26eae83acaf3ae96f72beb1fda578e85b66..69115f405702920c6afd26a24ab951dcb80cfd9d 100644 --- a/datop.spec +++ b/datop.spec @@ -1,5 +1,5 @@ %define debug_package %{nil} -%define anolis_release 1 +%define anolis_release 2 # # spec file for package datop @@ -26,6 +26,8 @@ BuildRequires: numactl-devel Vendor: Alibaba +ExcludeArch: loongarch64 + %description Dynamic memory numa access, hot and cold detect tools @@ -39,6 +41,7 @@ The %{name}-doc package contains documentation files for %{name}. %prep %setup -n %{name}-v%{version} +sed -i "s/(void)mvwprintw(r->hdl/mvwaddstr(r->hdl/g" src/reg.c %build ./autogen.sh @@ -83,5 +86,8 @@ systemctl daemon-reload %doc README.txt AUTHORS %changelog +* Mon Jan 05 2026 mgb01105731 - 1.0.0-2 +- Fix build err + * Fri Nov 18 2022 Xin Hao - 1.0.0-1 - Init datop cgroup support.