diff --git a/nginx.service b/nginx.service index 8597eb4a826d050e341aa7b133d9ea624bffad16..5b161893a07676f7e99fdaa877c5b86ce5d0eac6 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 29a17661101de3f9e7aeaa2114c29ea630bedb8f..65d241512abd28240abac22cc65200b3629c93fa 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