|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
Summary: Apache HTTP Server
|
|
|
|
|
Name: httpd
|
|
|
|
|
Version: 2.4.62
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 4%{?dist}.inferit
|
|
|
|
|
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
|
|
|
|
@ -486,6 +486,8 @@ mkdir $RPM_BUILD_ROOT%{contentdir}/noindex \
|
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
|
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
|
|
|
|
|
install -m 644 -p docs/server-status/* \
|
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
|
rm -rf %{contentdir}/htdocs
|
|
|
|
@ -831,6 +833,9 @@ exit $rv
|
|
|
|
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 19 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 2.4.62-4.inferit
|
|
|
|
|
- MSVSphere changes, symlinking and creating alias for test-page-background.png
|
|
|
|
|
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.4.62-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|