From 467ee67b5447ad66781f8dd33f423c894d525a02 Mon Sep 17 00:00:00 2001 From: small_leek Date: Thu, 9 Jul 2020 15:39:28 +0800 Subject: [PATCH] fix issue:I1LZHN --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index 7e57ff1..29a1766 100644 --- a/nginx.spec +++ b/nginx.spec @@ -7,14 +7,14 @@ %global with_gperftools 1 -%global with_mailcap_mimetypes 1 +%global with_mailcap_mimetypes 0 %global with_aio 1 Name: nginx Epoch: 1 Version: 1.16.1 -Release: 5 +Release: 6 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -344,6 +344,9 @@ fi %{_mandir}/man8/nginx.8* %changelog +* Thu Jul 9 2020 yanan li - 1:1.16.1-6 +- Add mime.types file to nginx package + * Mon May 25 2020 wangchen - 1:1.16.1-5 - rebuild for nginx -- Gitee