From 97e14c341e836d9f098bbce573fbfa45d5af529f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 17 2021 10:11:15 +0000 Subject: import nginx-1.20.0-4.module+el8.6.0+13500+197e867f --- diff --git a/SOURCES/nginx.logrotate b/SOURCES/nginx.logrotate index 353da6e..5ba0ca6 100644 --- a/SOURCES/nginx.logrotate +++ b/SOURCES/nginx.logrotate @@ -5,6 +5,7 @@ missingok notifempty compress + delaycompress sharedscripts postrotate /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true diff --git a/SPECS/nginx.spec b/SPECS/nginx.spec index 27eaa0e..f028210 100644 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -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 - 1:1.20.0-4 +- add delaycompress to logrotate config (#2015243) + * Fri Sep 10 2021 Luboš Uhliarik - 1:1.20.0-3 - Add -mod-devel subpackage for building external nginx modules (Neal Gompa) Resolves: #1991787