From 8d89c47b8c177dead71446e4409324ab9b76f60c Mon Sep 17 00:00:00 2001 From: Hailiang Date: Sat, 15 Mar 2025 17:37:48 +0800 Subject: [PATCH] fix build error for sw_64 (cherry picked from commit 167fb1a289e7cf080f5f72f0eaf1ddc37ec665c9) --- httpd.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/httpd.spec b/httpd.spec index c9fd736..4ef6c0d 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Name: httpd Summary: Apache HTTP Server Version: 2.4.58 -Release: 7 +Release: 8 License: ASL 2.0 URL: https://httpd.apache.org/ Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -205,7 +205,7 @@ sed 's/@MPM@/%{mpm}/' < $RPM_SOURCE_DIR/httpd.service.xml \ xmlto man ./httpd.service.xml %build -%ifarch loongarch64 +%ifarch loongarch64 sw_64 %_update_config_guess %_update_config_sub %endif @@ -525,6 +525,12 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Sat Mar 15 2025 mahailiang - 2.4.58-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix build error for sw_64 + * Fri Jul 26 2024 Han Jinpeng - 2.4.58-7 - Type:CVE - ID:CVE-2024-40725 -- Gitee