diff --git a/fedora/SPECS/libmodsecurity.spec b/fedora/SPECS/libmodsecurity.spec index b645993..363e2ec 100644 --- a/fedora/SPECS/libmodsecurity.spec +++ b/fedora/SPECS/libmodsecurity.spec @@ -1,6 +1,6 @@ Name: libmodsecurity Version: 3.0.3 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -73,7 +73,7 @@ applications that use %{name}. --with-yajl \ --with-maxmind \ --with-geoip \ - --with-lmdb \ + --without-lmdb \ --with-ssdeep \ --with-lua \ --with-pic @@ -114,6 +114,9 @@ make install DESTDIR=%{buildroot} [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Thu Mar 7 2019 Daniel Steiner +- lmdb disabled + * Tue Jan 22 2019 Daniel Steiner - New 3.x build for Fedora 29. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index e1830cb..56ebb8f 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -278,7 +278,6 @@ export DESTDIR=%{buildroot} %endif %if 0%{?with_modsecurity_module} --add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \ - --without-lmdb \ --with-compat \ %endif --with-debug \