|
|
@ -13,7 +13,7 @@
|
|
|
|
Summary: Apache HTTP Server
|
|
|
|
Summary: Apache HTTP Server
|
|
|
|
Name: httpd
|
|
|
|
Name: httpd
|
|
|
|
Version: 2.4.62
|
|
|
|
Version: 2.4.62
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
URL: https://httpd.apache.org/
|
|
|
|
URL: https://httpd.apache.org/
|
|
|
|
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
|
|
|
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
|
|
|
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
|
|
|
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
|
|
|
@ -478,6 +478,8 @@ mkdir $RPM_BUILD_ROOT%{contentdir}/noindex \
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
ln -s ../../testpage/index.html \
|
|
|
|
ln -s ../../testpage/index.html \
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/noindex/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/* \
|
|
|
|
install -m 644 -p docs/server-status/* \
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
$RPM_BUILD_ROOT%{contentdir}/server-status
|
|
|
|
rm -rf %{contentdir}/htdocs
|
|
|
|
rm -rf %{contentdir}/htdocs
|
|
|
@ -819,6 +821,9 @@ exit $rv
|
|
|
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
|
|
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.4.62-1.inferit
|
|
|
|
|
|
|
|
- Symlinking and creating alias for test-page-background.png
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.4.62-1
|
|
|
|
* Sat Aug 03 2024 Luboš Uhliarik <luhliari@redhat.com> - 2.4.62-1
|
|
|
|
- new version 2.4.62
|
|
|
|
- new version 2.4.62
|
|
|
|
- Resolves: RHEL-52724 - Regression introduced by CVE-2024-38474 fix
|
|
|
|
- Resolves: RHEL-52724 - Regression introduced by CVE-2024-38474 fix
|
|
|
|