From 4b5b8e306b2ab62145bff06ab3bcb95ae460153b Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 22 May 2024 10:49:13 +0800 Subject: [PATCH] fix source link --- haproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/haproxy.spec b/haproxy.spec index ddcbef2..8964ea9 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define haproxy_user haproxy %define haproxy_group %{haproxy_user} %define haproxy_homedir %{_localstatedir}/lib/haproxy @@ -14,7 +14,7 @@ Summary: HAProxy reverse proxy for high availability environments License: GPLv2+ -URL: http://www.haproxy.org/ +URL: https://www.haproxy.org/ Source0: %{url}/download/2.7/src/haproxy-%{version}.tar.gz Source1: %{name}.service Source2: %{name}.cfg @@ -146,6 +146,9 @@ done %doc README %changelog +* Wed May 22 2024 mgb01105731 - 2.7.10-2 +- fix source link + * Sat Oct 07 2023 Xiaoping Liu - 2.7.10-1 - Update to 2.7.10 -- Gitee