Skip to content

Commit 66a5574

Browse files
kgodara912Kshitiz Godara
and
Kshitiz Godara
authored
Support for Prometheus exporter in HAProxy (#12095)
Signed-off-by: Kshitiz Godara <[email protected]> Co-authored-by: Kshitiz Godara <[email protected]>
1 parent 89b6459 commit 66a5574

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/haproxy/haproxy.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A fast, reliable HA, load balancing, and proxy solution.
22
Name: haproxy
33
Version: 2.9.11
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: GPLv2+
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -33,7 +33,7 @@ Requires: %{name} = %{version}-%{release}
3333

3434
%build
3535
make %{?_smp_mflags} TARGET="linux-glibc" USE_PCRE2=1 USE_OPENSSL=1 \
36-
USE_GETADDRINFO=1 USE_ZLIB=1 USE_SYSTEMD=1
36+
USE_GETADDRINFO=1 USE_ZLIB=1 USE_SYSTEMD=1 USE_PROMEX=1
3737
make %{?_smp_mflags} -C admin/systemd
3838
sed -i s/"local\/"/""/g admin/systemd/haproxy.service
3939
sed -i "s/\/run/\/var\/run/g" admin/systemd/haproxy.service
@@ -59,6 +59,9 @@ install -vDm644 examples/transparent_proxy.cfg %{buildroot}/%{_sysconfdir}/hapr
5959
%{_mandir}/*
6060

6161
%changelog
62+
* Thu Jan 23 2025 Kshitiz Godara <[email protected]> - 2.9.11-2
63+
- Support for Prometheus exporter in HAProxy
64+
6265
* Wed Sep 25 2024 Archana Choudhary <[email protected]> - 2.9.11-1
6366
- Upgrade to 2.9.11
6467
- Fix CVE-2024-45506

0 commit comments

Comments
 (0)