From f4a1af86c2020b698821d9061d1c3f40bfad81e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Fri, 6 Aug 2021 16:57:00 +0200 Subject: [PATCH] add symlink to system logo for noindex test page --- httpd.spec | 8 +++++++- welcome.conf | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/httpd.spec b/httpd.spec index 91e0ce6..cb5e9d6 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.48 -Release: 4%{?dist} +Release: 5%{?dist} 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 @@ -485,6 +485,9 @@ rm -v $RPM_BUILD_ROOT%{docroot}/html/*.html \ ln -s ../../pixmaps/poweredby.png \ $RPM_BUILD_ROOT%{contentdir}/icons/poweredby.png +# Symlink for the system logo +ln -s ../../pixmaps/system_noindex_logo.png \ + $RPM_BUILD_ROOT%{contentdir}/icons/system_noindex_logo.png # symlinks for /etc/httpd rmdir $RPM_BUILD_ROOT/etc/httpd/{state,run} @@ -782,6 +785,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Aug 06 2021 Luboš Uhliarik - 2.4.48-5 +- add symlink to system logo for noindex test page + * Fri Aug 6 2021 Joe Orton - 2.4.48-4 - add OpenSSL 3.x compatibility patch diff --git a/welcome.conf b/welcome.conf index a5e221b..232c251 100644 --- a/welcome.conf +++ b/welcome.conf @@ -17,3 +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