From aff1e77c4cb843f0d947730dbe7429dd61aa5655 Mon Sep 17 00:00:00 2001 From: wjyscu Date: Mon, 22 Jul 2024 11:27:09 +0800 Subject: [PATCH] update Source0 url --- httpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd.spec b/httpd.spec index d01caa2..46f9154 100644 --- a/httpd.spec +++ b/httpd.spec @@ -16,7 +16,7 @@ Name: httpd Version: 2.4.37 Release: 62%{anolis_release}%{?dist} URL: https://httpd.apache.org/ -Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 +Source0: https://archive.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source2: httpd.logrotate Source3: instance.conf Source4: httpd-ssl-pass-dialog -- Gitee