forked from rpms/nginx
Resolves: #2150932 - No logrotating nginx logs from nginx:1.22
This commit is contained in:
parent
f519245456
commit
299dc9bdbd
2
.nginx.metadata
Normal file
2
.nginx.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
6b4ab4eff3c617e133819f43fdfc14708e593a79 nginx-1.20.1.tar.gz
|
||||
e2858105f16d5a4b2e68066ed9b77c3d200a435f nginx-1.20.1.tar.gz.asc
|
@ -1,4 +1,5 @@
|
||||
/var/log/nginx/*log {
|
||||
/var/log/nginx/*.log {
|
||||
create 0640 nginx root
|
||||
daily
|
||||
rotate 10
|
||||
missingok
|
||||
|
@ -56,7 +56,7 @@
|
||||
Name: nginx
|
||||
Epoch: 1
|
||||
Version: 1.22.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
Summary: A high performance web server and reverse proxy server
|
||||
# BSD License (two clause)
|
||||
@ -558,7 +558,9 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/nginx
|
||||
%attr(770,%{nginx_user},root) %dir %{_localstatedir}/lib/nginx
|
||||
%attr(770,%{nginx_user},root) %dir %{_localstatedir}/lib/nginx/tmp
|
||||
%dir %{_localstatedir}/log/nginx
|
||||
%attr(711,root,root) %dir %{_localstatedir}/log/nginx
|
||||
%ghost %attr(640,%{nginx_user},root) %{_localstatedir}/log/nginx/access.log
|
||||
%ghost %attr(640,%{nginx_user},root) %{_localstatedir}/log/nginx/error.log
|
||||
%dir %{nginx_moduledir}
|
||||
%dir %{nginx_moduleconfdir}
|
||||
|
||||
@ -609,6 +611,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 18 2022 Luboš Uhliarik <luhliari@redhat.com> - 1:1.22.1-3
|
||||
- Resolves: #2150932 - No logrotating nginx logs from nginx:1.22
|
||||
|
||||
* Thu Dec 01 2022 Neal Gompa <ngompa@datto.com> - 1:1.22.1-2
|
||||
- Require pcre2-devel instead of pcre-devel in -mod-devel subpackage
|
||||
Resolves: rhbz#2149965
|
||||
|
Loading…
Reference in New Issue
Block a user