From 92282dc71fab1fdf563dd1dad1bc3c21b4338068 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 3 Sep 2020 19:23:56 +0800 Subject: [PATCH] addmime.types file to nginx packages --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index f169386..5158fb5 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.18.0 -Release: 1 +Release: 2 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 Sep 3 2020 yanan li - 1:1.18.0-2 +- add mime.types file to nginx packages + * Thu Jun 4 2020 huanghaitao - 1:1.18.0-1 - Change source to latest update -- Gitee