From 99addd976986b4b2d500c6ee9f8a4a86e27a6874 Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Fri, 30 Apr 2021 12:04:12 +0000 Subject: [PATCH] Resolves: #1955560 - centralizing default index.html on nginx --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index a10c750..d6a0fbf 100644 --- a/nginx.spec +++ b/nginx.spec @@ -29,7 +29,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 # BSD License (two clause) @@ -323,7 +323,7 @@ ln -s ../../doc/HTML/img \ ln -s ../../doc/HTML/en-US \ %{buildroot}%{_datadir}/nginx/html/en-US %else -ln -s ../../fedora-testpage/index.html \ +ln -s ../../testpage/index.html \ %{buildroot}%{_datadir}/nginx/html/index.html %endif install -p -m 0644 %{SOURCE102} \ @@ -501,6 +501,9 @@ fi %changelog +* Fri Apr 30 2021 Lubos Uhliarik - 1:1.20.0-4 +- Resolves: #1955560 - centralizing default index.html on nginx + * Mon Apr 26 2021 Lubos Uhliarik - 1:1.20.0-3 - Resolve: #1953639 - Rebase nginx to 1.20