From 11796ba57e38e7c2c3d611c053f6a241c0fdb9b1 Mon Sep 17 00:00:00 2001 From: songnannan Date: Sat, 28 Dec 2019 10:32:14 +0800 Subject: [PATCH] init --- nginx.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index 4981983..eadb337 100644 --- a/nginx.spec +++ b/nginx.spec @@ -7,12 +7,14 @@ %global with_gperftools 1 +%global with_mailcap_mimetypes 1 + %global with_aio 1 Name: nginx Epoch: 1 Version: 1.12.1 -Release: 15 +Release: 16 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -347,6 +349,12 @@ fi %{_mandir}/man8/nginx-upgrade.8* %changelog +* Sat Dec 28 2019 openEuler Buildteam - 1:1.12.1-16 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add the with_mailcap_mimetypes + * Wed Dec 4 2019 openEuler Buildteam - 1:1.12.1-15 - Package init -- Gitee