diff --git a/libatomic_ops.spec b/libatomic_ops.spec index 95014928a8c397277be075b8d0e0a987ad2a13d2..11525ead7e740ac99702794e179ce7d4d8034839 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -1,6 +1,6 @@ Name: libatomic_ops Version: 7.6.10 -Release: 2 +Release: 3 Summary: Atomic memory update operations License: GPLv2 URL: https://github.com/ivmai/libatomic_ops/ @@ -34,7 +34,8 @@ The devel for %{name} %make_install %check -#%make_build check +export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/ +%make_build check %files @@ -61,6 +62,9 @@ The devel for %{name} %doc AUTHORS ChangeLog README.md %changelog +* Tue Jul 9 2024 wangxiao - 7.6.10-3 +- enable make check + * Wed Jan 1 2020 lihongjiang - 7.6.10-2 - disable check temporarily due to can not find some dynamic library