diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index aaa30ca..783b081 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -22,7 +22,7 @@ Name: nginx Epoch: 1 Version: 1.24.0 -Release: 99%{?dist} +Release: 100%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -299,6 +299,7 @@ nginx_ldopts="$RPM_LD_FLAGS -Wl,-E" --with-http_ssl_module \ --with-http_v2_module \ --with-http_realip_module \ + --with-stream_realip_module \ --with-http_addition_module \ --with-http_xslt_module=dynamic \ --with-http_image_filter_module=dynamic \ @@ -635,6 +636,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Mon Nov 6 2023 Daniel Steiner +- Stream real ip module added. + * Thu May 11 2023 Daniel Steiner - Nginx updated to 1.24.0 version. - First build on Fedora 38.