diff --git a/nginx.spec b/nginx.spec index b73e69ee5356822136535521315a81647213ff66..d1df6c1ea844424f6c81459f27c571f82c66568f 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 1 +Release: 2 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -160,7 +160,7 @@ if ! ./configure \ --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module \ --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module \ --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module \ - --with-http_stub_status_module --with-http_perl_module=dynamic --with-http_auth_request_module \ + --with-http_perl_module=dynamic --with-http_auth_request_module \ --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic \ --with-stream_ssl_module --with-google_perftools_module --with-debug \ --with-cc-opt="%{optflags} $(pcre-config --cflags)" --with-ld-opt="$nginx_ldopts"; then @@ -348,6 +348,11 @@ fi %{_mandir}/man8/nginx-upgrade.8* %changelog +* Wed Mar 18 2020 yuxiangyang - 1:1.16.1-2 +- delete http_stub_status_module.This configuration creates a simple + web page with basic status data,but it will affect cpu scale-out because + it use atomic cas. + * Mon Mar 16 2020 likexin - 1:1.16.1-1 - update to 1.16.1