Resolves: #1956386 - Apache trademark update - new logo

This commit is contained in:
Luboš Uhliarik 2021-08-09 10:29:50 +02:00
parent 6ba433c549
commit 76b2921307
2 changed files with 9 additions and 1 deletions

View File

@ -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 <luhliari@redhat.com> - 2.4.48-14
- Resolves: #1956386 - Apache trademark update - new logo
* Wed Jul 28 2021 Joe Orton <jorton@redhat.com> - 2.4.48-13
- mod_ssl: OpenSSL 3 compatibility update (#1986822)

View File

@ -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