diff --git a/libatomic_ops.spec b/libatomic_ops.spec index c3fedb198a7b88ee7b0a82b21baaa548dce100db..b0703fa47b1aa35dba72cab91266e8c00dea5892 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -1,6 +1,6 @@ Name: libatomic_ops Version: 7.8.2 -Release: 2 +Release: 3 Summary: Atomic memory update operations License: GPLv2 URL: https://github.com/ivmai/libatomic_ops/ @@ -35,7 +35,8 @@ The devel for %{name} %make_install %check -#%make_build check +export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/ +%make_build check %files @@ -63,6 +64,9 @@ The devel for %{name} %doc AUTHORS ChangeLog README.md %changelog +* Tue Jul 09 2024 wangxiao - 7.8.2-3 +- enable make check + * Mon Feb 26 2024 laokz - 7.8.2-2 - fix patch error