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