From d56cdee8a29213757956ac1ac2eda87476a3df40 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 15 Mar 2021 14:09:42 +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 5158fb5..b81133a 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.18.0 -Release: 2 +Release: 3 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.18.0-3 +- delete unimportant comment + * Thu Sep 3 2020 yanan li - 1:1.18.0-2 - add mime.types file to nginx packages -- Gitee