import sqlite-3.26.0-13.el8
This commit is contained in:
parent
c3cb058ad4
commit
173b152c3e
@ -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: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -262,10 +262,6 @@ export MALLOC_CHECK_=3
|
|||||||
rm test/csv01.test
|
rm test/csv01.test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390x ppc64
|
|
||||||
rm test/fts3conf.test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
make test
|
make test
|
||||||
%endif # with check
|
%endif # with check
|
||||||
|
|
||||||
@ -304,6 +300,9 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 01 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-13
|
||||||
|
- enabled fts3conf.test on s390x and ppc64 architectures
|
||||||
|
|
||||||
* Mon Aug 17 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-12
|
* Mon Aug 17 2020 Ondrej Dubaj <odubaj@redhat.com> - 3.26.0-12
|
||||||
- Fixed CVE-2020-13434 (#1845843)
|
- Fixed CVE-2020-13434 (#1845843)
|
||||||
- Fixed CVE-2020-15358 (#1855208)
|
- Fixed CVE-2020-15358 (#1855208)
|
||||||
|
Loading…
Reference in New Issue
Block a user