diff --git a/nginx.spec b/nginx.spec index b5fd2719984542b9da89ced3b52df51e32e1f545..e87ca0a8ba399bfc2f18b0397278147d742a0ac3 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 10 +Release: 11 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -49,6 +49,7 @@ Requires(preun): systemd Requires(postun): systemd Recommends: nginx-help Provides: webserver +Requires: (mailcap >= 2.1.49-3 if mailcap) %description NGINX is a free, open-source, high-performance HTTP server and reverse proxy, @@ -348,6 +349,9 @@ fi %{_mandir}/man8/nginx.8* %changelog +* Tue Jun 22 2021 lingsheng - 1:1.16.1-11 +- Fix file conflict in nginx upgrade + * Tue Jun 15 2021 yanglu - 1:1.16.1-10 - Fix CVE-2021-23017