From d243d4f4093e08187106d57314d56baf8a605dbe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 11 Jan 2022 11:50:22 -0500 Subject: [PATCH] import nginx-1.20.1-9.el9 --- SOURCES/nginx.logrotate | 1 + SPECS/nginx.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SOURCES/nginx.logrotate b/SOURCES/nginx.logrotate index 7f8b0a9..2fef5aa 100644 --- a/SOURCES/nginx.logrotate +++ b/SOURCES/nginx.logrotate @@ -4,6 +4,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 0ae29de..0d369a0 100644 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 1 Version: 1.20.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -584,6 +584,9 @@ fi %changelog +* Thu Dec 2 2021 Joe Orton - 1:1.20.1-9 +- add delaycompress to logrotate config (#2015250) + * Wed Sep 22 2021 Luboš Uhliarik - 1:1.20.1-8 - Resolves: #2007019 - use proper wording in error pages