MSVSphere changes, symlinking and creating alias for test-page-background.png

i8-stream-2.4 changed/i8-stream-2.4/httpd-2.4.37-56.module+el8.8.0+18556+a66138c1.4.inferit
Sergey Cherevko 1 year ago
parent cde71c4e28
commit 436ad56df3
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -16,4 +16,5 @@
</Directory>
Alias /.noindex.html /usr/share/httpd/noindex/index.html
Alias /poweredby.png /usr/share/httpd/icons/apache_pb3.png
Alias /poweredby.png /usr/share/httpd/icons/apache_pb3.png
Alias /test-page-background.png /usr/share/httpd/icons/test-page-background.png

@ -13,7 +13,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.37
Release: 56%{?dist}.4
Release: 56%{?dist}.4.inferit
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source2: httpd.logrotate
@ -677,6 +677,8 @@ EOF
mkdir $RPM_BUILD_ROOT%{contentdir}/noindex
ln -s ../../testpage/index.html \
$RPM_BUILD_ROOT%{contentdir}/noindex/index.html
ln -s ../../pixmaps/test-page-background.png \
$RPM_BUILD_ROOT%{contentdir}/icons/test-page-background.png
rm -rf %{contentdir}/htdocs
# remove manual sources
@ -974,7 +976,8 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.4.37-56.4
* Mon Dec 18 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.4.37-56.4.inferit
- MSVSphere changes, symlinking and creating alias for test-page-background.png (by Alexey Lyubimov <a.lyubimov@msvsphere-os.ru>)
- Rebuilt for MSVSphere 8.8
* Sat Mar 18 2023 Luboš Uhliarik <luhliari@redhat.com> - 2.4.37-56.4

Loading…
Cancel
Save