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 6738d8b95ef8cbd0472a7b1b39631f8c4ef13769..69936d045027fa5b084922a908a44324b7903ae0 100644 --- a/nginx.spec +++ b/nginx.spec @@ -14,7 +14,7 @@ Name: nginx Epoch: 1 Version: 1.16.1 -Release: 7 +Release: 8 Summary: A HTTP server, reverse proxy and mail proxy server License: BSD URL: http://nginx.org/ @@ -345,6 +345,9 @@ fi %{_mandir}/man8/nginx.8* %changelog +* Mon Mar 15 2021 gaihuiying - 1:1.16.1-8 +- delete unimportant comment + * Mon Dec 7 2020 Ge Wang - 1:1.16.1-7 - Set help package as nginx package's install require