Fixed error while loading shared libraries in tests
This commit is contained in:
parent
6793767b89
commit
fe54c3d8e4
@ -1,7 +1,7 @@
|
||||
Name: libatomic_ops
|
||||
Summary: Atomic memory update operations
|
||||
Version: 7.6.10
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
# libatomic_ops MIT, libatomic_ops_gpl GPLv2
|
||||
License: GPLv2 and MIT
|
||||
@ -56,6 +56,7 @@ rm -fv %{buildroot}%{_docdir}/libatomic_ops/{COPYING,README*,*.txt}
|
||||
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs/
|
||||
%make_build check
|
||||
|
||||
|
||||
@ -82,6 +83,9 @@ rm -fv %{buildroot}%{_docdir}/libatomic_ops/{COPYING,README*,*.txt}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 17 2020 Than Ngo <than@redhat.com> - 7.6.10-4
|
||||
- Fixed error while loading shared libraries in tests
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user