!25 delete unimportant comment

From: @eaglegai
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-03-15 20:29:36 +08:00 committed by Gitee
commit 30d5b42f5a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 <gaihuiying1@huawei.com> - 1:1.18.0-3
- delete unimportant comment
* Thu Sep 3 2020 yanan li <liyanan032@huawei.com> - 1:1.18.0-2
- add mime.types file to nginx packages