From e6e28f3d0431c7b59815b8911b268b3d8d586c50 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Tue, 11 Apr 2023 23:58:53 +0300 Subject: [PATCH] MSVSphere 9.1 changes, symlinking and creating alias for test-page-background.png --- SOURCES/welcome.conf | 1 + SPECS/httpd.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf index 232c251..d9ec8f2 100644 --- a/SOURCES/welcome.conf +++ b/SOURCES/welcome.conf @@ -18,3 +18,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 aad7b03..bbea741 100644 --- a/SPECS/httpd.spec +++ b/SPECS/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.53 -Release: 7%{?dist} +Release: 7%{?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 @@ -523,6 +523,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 @@ -863,6 +865,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Tue Apr 11 2023 Alexey Lyubimov - 2.4.53-7 +- MSVSphere 9.1 changes, symlinking and creating alias for test-page-background.png + * Wed Mar 15 2023 MSVSphere Packaging Team - 2.4.53-7 - Rebuilt for MSVSphere 9.1.