From 76b29213072c9cee61435bf6566042d9c6a3d3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Mon, 9 Aug 2021 10:29:50 +0200 Subject: [PATCH] Resolves: #1956386 - Apache trademark update - new logo --- httpd.spec | 9 ++++++++- welcome.conf | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/httpd.spec b/httpd.spec index a7f3e35..25e12cf 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.48 -Release: 13%{?dist} +Release: 14%{?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 @@ -505,6 +505,10 @@ 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} @@ -802,6 +806,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Aug 06 2021 Luboš Uhliarik - 2.4.48-14 +- Resolves: #1956386 - Apache trademark update - new logo + * Wed Jul 28 2021 Joe Orton - 2.4.48-13 - mod_ssl: OpenSSL 3 compatibility update (#1986822) 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