From b113e487af32ebe73d40f5a80205f9c322842dcc Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Thu, 17 Aug 2023 08:58:31 -0500 Subject: [PATCH] change for CentOS Stream Branding --- .httpd.metadata | 1 + httpd.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .httpd.metadata diff --git a/.httpd.metadata b/.httpd.metadata new file mode 100644 index 0000000..a98ee9a --- /dev/null +++ b/.httpd.metadata @@ -0,0 +1 @@ +4a38471de821288b0300148016f2b03dfee8adf2 httpd-2.4.37.tar.bz2 diff --git a/httpd.spec b/httpd.spec index 812ced3..a3ce992 100644 --- a/httpd.spec +++ b/httpd.spec @@ -3,7 +3,7 @@ %define suexec_caller apache %define mmn 20120211 %define mmnisa %{mmn}%{__isa_name}%{__isa_bits} -%define vstring %(source /etc/os-release; echo ${REDHAT_SUPPORT_PRODUCT}) +%define vstring %(source /etc/os-release; echo ${NAME}) %if 0%{?fedora} > 26 || 0%{?rhel} > 7 %global mpm event %else @@ -983,6 +983,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Thu Aug 17 2023 Johnny Hughes - 2.4.37-62 +- change for CentOS Stream Branding + * Thu Jul 27 2023 Luboš Uhliarik - 2.4.37-62 - Resolves: #2221083 - Apache Bug 57087: mod_proxy_fcgi doesn't send cgi CONTENT_LENGTH variable when the client request used Transfer-Encoding:chunked