Merge branch 'i9c' into i9

pull/2/head changed/i9/nginx-1.20.1-14.el9.inferit
Sergey Cherevko 1 year ago
commit 36979c27f7
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -1,4 +1,5 @@
/var/log/nginx/*log {
/var/log/nginx/*.log {
create 0640 nginx root
daily
rotate 10
missingok

@ -41,7 +41,7 @@
Name: nginx
Epoch: 1
Version: 1.20.1
Release: 13%{?dist}.inferit
Release: 14%{?dist}.inferit
Summary: A high performance web server and reverse proxy server
# BSD License (two clause)
@ -552,7 +552,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}
@ -603,14 +605,18 @@ fi
%changelog
* Thu Jun 01 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1:1.20.1-14.inferit
- Rebuilt for MSVSphere 9.2
* Mon Apr 03 2023 Alexey Lyubimov <a.lyubimov@msvsphere.ru> - 1:1.20.1-13.inferit
- MSVSphere 9.1 changes, debranding and localization added.
- Symlinking test-page-background.png from system-logos-httpd package for
debranded index.html
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.20.1-13
- Rebuilt for MSVSphere 9.1.
* Thu Nov 24 2022 Luboš Uhliarik <luhliari@redhat.com> - 1:1.20.1-14
- Resolves: #2086527 - Fix logrotate config and nginx log dir permissions
* Wed Jun 22 2022 Luboš Uhliarik <luhliari@redhat.com> - 1:1.20.1-13
- Resolves: #2099752 - nginx minimisation for ubi-micro

Loading…
Cancel
Save