From 28d7b6fc3af334a78ab4964719c8cdee19ca4410 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 15 Sep 2021 09:34:40 +0000 Subject: [PATCH] AlmaLinux changes --- SPECS/httpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/httpd.spec b/SPECS/httpd.spec index 584035e..ca84e71 100644 --- a/SPECS/httpd.spec +++ b/SPECS/httpd.spec @@ -1,9 +1,10 @@ +%global dist %{?dist}.alma %define contentdir %{_datadir}/httpd %define docroot /var/www %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 @@ -867,6 +868,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Tue Apr 20 2021 Andrew Lukoshko - 2.4.37-39.alma +- include AlmaLinux in version string + * Tue Jan 26 2021 Artem Egorenkov - 2.4.37-39 - prevent htcacheclean from while break when first file processed