From c50a37f2417c20a49db25d3db2a44c8b8ed5b493 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 15 Mar 2021 14:21:11 +0800 Subject: [PATCH] delete unimportant comment --- nginx.service | 1 - nginx.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nginx.service b/nginx.service index 8597eb4..5b16189 100644 --- a/nginx.service +++ b/nginx.service @@ -7,7 +7,6 @@ Type=forking PIDFile=/run/nginx.pid # Nginx will fail to start if /run/nginx.pid already exists but has the wrong # SELinux context. This might happen when running `nginx -t` from the cmdline. -# https://bugzilla.redhat.com/show_bug.cgi?id=1268621 ExecStartPre=/usr/bin/rm -f /run/nginx.pid ExecStartPre=/usr/sbin/nginx -t ExecStart=/usr/sbin/nginx diff --git a/nginx.spec b/nginx.spec index 29a1766..65d2415 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 6 +Release: 7 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 +* Mon Mar 15 2021 gaihuiying - 1:1.16.1-7 +- delete unimportant comment + * Thu Jul 9 2020 yanan li - 1:1.16.1-6 - Add mime.types file to nginx package -- Gitee