Add aarch64 to all the other arch excludes for tests
This commit is contained in:
parent
3ccd3fa483
commit
c79a6e8a65
@ -10,7 +10,7 @@
|
|||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -150,7 +150,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,a}
|
|||||||
# XXX shell tests are broken due to loading system libsqlite3, work around...
|
# XXX shell tests are broken due to loading system libsqlite3, work around...
|
||||||
export LD_LIBRARY_PATH=`pwd`/.libs
|
export LD_LIBRARY_PATH=`pwd`/.libs
|
||||||
export MALLOC_CHECK_=3
|
export MALLOC_CHECK_=3
|
||||||
%ifarch s390 s390x ppc ppc64 %{sparc} %{arm}
|
%ifarch s390 s390x ppc ppc64 %{sparc} %{arm} aarch64
|
||||||
make test || :
|
make test || :
|
||||||
%else
|
%else
|
||||||
make test
|
make test
|
||||||
@ -197,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.2-2
|
||||||
|
- Add aarch64 to all the other arch excludes for tests
|
||||||
|
|
||||||
* Tue Dec 10 2013 Jan Stanek <jstanek@redhat.com> - 3.8.2-1
|
* Tue Dec 10 2013 Jan Stanek <jstanek@redhat.com> - 3.8.2-1
|
||||||
- Update to 3.8.2 (http://www.sqlite.org/releaselog/3_8_2.html)
|
- Update to 3.8.2 (http://www.sqlite.org/releaselog/3_8_2.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user