Fix source URL

This commit is contained in:
Ryan O'Hara 2021-02-08 12:36:59 -06:00
parent 24791f4b12
commit 9a316ea2d1

View File

@ -8,13 +8,13 @@
Name: haproxy
Version: 2.3.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: HAProxy reverse proxy for high availability environments
License: GPLv2+
URL: http://www.haproxy.org/
Source0: %{url}/download/2.2/src/haproxy-%{version}.tar.gz
Source0: %{url}/download/2.3/src/haproxy-%{version}.tar.gz
Source1: %{name}.service
Source2: %{name}.cfg
Source3: %{name}.logrotate
@ -133,6 +133,9 @@ exit 0
%{_mandir}/man1/*
%changelog
* Mon Feb 08 2021 Ryan O'Hara <rohara@redhat.com> - 2.3.5-2
- Fix source URL
* Mon Feb 08 2021 Ryan O'Hara <rohara@redhat.com> - 2.3.5-1
- Update to 2.3.5 (#1925774)