Enabled sqlite-session feature

Resolves: RHEL-89962
This commit is contained in:
Ales Nezbeda 2025-05-07 12:28:23 +02:00
parent cfe68a6673
commit 782f15aeea

View File

@ -12,7 +12,7 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 7%{?dist}
Release: 8%{?dist}
License: Public Domain
URL: http://www.sqlite.org/
@ -160,6 +160,8 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \
-DSQLITE_ENABLE_FTS4=1 \
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_PREUPDATE_HOOK \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
--enable-fts4 \
@ -264,6 +266,10 @@ make test
%endif
%changelog
* Wed May 7 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.34.1-8
- Enabled sqlite-session feature
- Resolves: RHEL-89962
* Wed Jan 03 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.34.1-7
- Fixes CVE-2023-7104