forked from rpms/nginx
1
0
Fork 0

import nginx-1.20.0-4.module+el8.6.0+13500+197e867f

This commit is contained in:
CentOS Sources 2021-12-17 10:11:15 +00:00 committed by Stepan Oksanichenko
parent fffbc0f505
commit d59042461d
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true

View File

@ -30,7 +30,7 @@
Name: nginx
Epoch: 1
Version: 1.20.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A high performance web server and reverse proxy server
Group: System Environment/Daemons
@ -539,6 +539,9 @@ fi
%{nginx_srcdir}/
%changelog
* Wed Dec 1 2021 Joe Orton <jorton@redhat.com> - 1:1.20.0-4
- add delaycompress to logrotate config (#2015243)
* Fri Sep 10 2021 Luboš Uhliarik <luhliari@redhat.com> - 1:1.20.0-3
- Add -mod-devel subpackage for building external nginx modules (Neal Gompa)
Resolves: #1991787