add symlink to system logo for noindex test page
This commit is contained in:
parent
aee92c2c6a
commit
f4a1af86c2
@ -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 <luhliari@redhat.com> - 2.4.48-5
|
||||
- add symlink to system logo for noindex test page
|
||||
|
||||
* Fri Aug 6 2021 Joe Orton <jorton@redhat.com> - 2.4.48-4
|
||||
- add OpenSSL 3.x compatibility patch
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user