From 5e4ef9bcbf2e531da55f325c58f746160ab5753d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 20 Nov 2025 13:35:31 +0100 Subject: [PATCH] Resolves: RHEL-102548 - Remove 50x.html for nginx 1.26 --- nginx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nginx.spec b/nginx.spec index 5ce7e22..9090a79 100644 --- a/nginx.spec +++ b/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 2 Version: 1.20.1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -409,6 +409,8 @@ install -p -m 0644 ./nginx.conf \ %{buildroot}%{_sysconfdir}/nginx rm -f %{buildroot}%{_datadir}/nginx/html/index.html +rm -f %{buildroot}%{_datadir}/nginx/html/50x.html + %if 0%{?el7} ln -s ../../doc/HTML/index.html \ %{buildroot}%{_datadir}/nginx/html/index.html @@ -629,6 +631,9 @@ fi %changelog +* Thu Nov 20 2025 Luboš Uhliarik - 2:1.20.1-26 +- Resolves: RHEL-102548 - Remove 50x.html for nginx 1.26 + * Wed Nov 19 2025 Luboš Uhliarik - 2:1.20.1-25 - Resolves: RHEL-114935 - Image mode: The dir /var/lib and /var/log is not created when updating system in image mode