Resolves: #1991600 - Add logo symlink required by new testpage
This commit is contained in:
parent
fbdace7b55
commit
74db40530a
10
nginx.spec
10
nginx.spec
@ -29,7 +29,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
# BSD License (two clause)
|
# BSD License (two clause)
|
||||||
@ -338,6 +338,11 @@ mkdir -p %{buildroot}%{_datadir}/nginx/html/icons
|
|||||||
ln -s ../../../pixmaps/poweredby.png \
|
ln -s ../../../pixmaps/poweredby.png \
|
||||||
%{buildroot}%{_datadir}/nginx/html/icons/poweredby.png
|
%{buildroot}%{_datadir}/nginx/html/icons/poweredby.png
|
||||||
|
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
ln -s ../../pixmaps/system-noindex-logo.png \
|
||||||
|
%{buildroot}%{_datadir}/nginx/html/system_noindex_logo.png
|
||||||
|
%endif
|
||||||
|
|
||||||
install -p -m 0644 %{SOURCE103} %{SOURCE104} \
|
install -p -m 0644 %{SOURCE103} %{SOURCE104} \
|
||||||
%{buildroot}%{_datadir}/nginx/html
|
%{buildroot}%{_datadir}/nginx/html
|
||||||
|
|
||||||
@ -504,6 +509,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Luboš Uhliarik <luhliari@redhat.com> - 1:1.20.1-3
|
||||||
|
- Resolves: #1991600 - Add logo symlink required by new testpage
|
||||||
|
|
||||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.20.1-2
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.20.1-2
|
||||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||||
Related: rhbz#1971065
|
Related: rhbz#1971065
|
||||||
|
Loading…
Reference in New Issue
Block a user