From c4d6c17a34e3ff032275492950fb639ba64da607 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 19:37:10 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- httpd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/httpd.spec b/httpd.spec index a7f3e35..373c216 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.48 -Release: 13%{?dist} +Release: 14%{?dist} 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 @@ -802,6 +802,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Aug 6 2021 Florian Weimer - 2.4.48-14 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Wed Jul 28 2021 Joe Orton - 2.4.48-13 - mod_ssl: OpenSSL 3 compatibility update (#1986822)