From 683776b371fdfe504612348163b2b6d83f69526f Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Mon, 9 Oct 2023 18:02:12 +0300 Subject: [PATCH] Symlinking and creating alias for test-page-background.png --- SOURCES/welcome.conf | 2 +- SPECS/httpd.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf index 232c251..e6025d3 100644 --- a/SOURCES/welcome.conf +++ b/SOURCES/welcome.conf @@ -17,4 +17,4 @@ Alias /.noindex.html /usr/share/httpd/noindex/index.html Alias /poweredby.png /usr/share/httpd/icons/apache_pb3.png -Alias /system_noindex_logo.png /usr/share/httpd/icons/system_noindex_logo.png +Alias /test-page-background.png /usr/share/httpd/icons/test-page-background.png diff --git a/SPECS/httpd.spec b/SPECS/httpd.spec index 7b41c60..edd7fa8 100644 --- a/SPECS/httpd.spec +++ b/SPECS/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.57 -Release: 5%{?dist} +Release: 5%{?dist}.inferit URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc @@ -510,6 +510,8 @@ mkdir $RPM_BUILD_ROOT%{contentdir}/noindex \ $RPM_BUILD_ROOT%{contentdir}/server-status ln -s ../../testpage/index.html \ $RPM_BUILD_ROOT%{contentdir}/noindex/index.html +ln -s ../../pixmaps/test-page-background.png \ + $RPM_BUILD_ROOT%{contentdir}/icons/test-page-background.png install -m 644 -p docs/server-status/* \ $RPM_BUILD_ROOT%{contentdir}/server-status rm -rf %{contentdir}/htdocs @@ -850,6 +852,10 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Mon Oct 09 2023 Sergey Cherevko - 2.4.57-5.inferit +- Symlinking and creating alias for test-page-background.png +- Rebuilt for MSVSphere 9.3 + * Thu Jul 20 2023 Tomas Korbar - 2.4.57-5 - Fix issue found by covscan - Related: #2222001