public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/haproxy] main: - Upgrade to 3.4.1 (#2492990)
@ 2026-06-25 19:40 Robert Scheck
  0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-06-25 19:40 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/haproxy
            Branch : main
            Commit : bd51ca78af17c01e21c41649ad78230a8658af85
            Author : Robert Scheck <robert@fedoraproject.org>
            Date   : 2026-06-25T21:40:25+02:00
            Stats  : +11/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/haproxy/c/bd51ca78af17c01e21c41649ad78230a8658af85?branch=main

            Log:
            - Upgrade to 3.4.1 (#2492990)
- Add logrotate improvements (thanks to Xose Vazquez Perez)

---
diff --git a/haproxy.logrotate b/haproxy.logrotate
index 03c1aa0..1fcf3cc 100644
--- a/haproxy.logrotate
+++ b/haproxy.logrotate
@@ -1,8 +1,9 @@
-/var/log/haproxy.log {
+/var/log/haproxy.log /var/log/haproxy/*.log {
 	daily
 	rotate 10
 	missingok
 	compress
+	delaycompress
 	notifempty
 	postrotate
 		systemctl try-reload-or-restart rsyslog.service syslog-ng.service

diff --git a/haproxy.spec b/haproxy.spec
index 73560ec..9049f7f 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -2,8 +2,8 @@
 
 Summary:        Reliable, high-performance TCP/HTTP load-balancing reverse proxy
 Name:           haproxy
-Version:        3.4.0
-Release:        2%{?dist}
+Version:        3.4.1
+Release:        1%{?dist}
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 URL:            https://www.haproxy.org/
 Source0:        https://www.haproxy.org/download/%(b=%{version}; echo ${b%.*})/src/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ BuildRequires:  pcre2-devel
 BuildRequires:  systemd-devel
 BuildRequires:  systemd-rpm-macros
 Requires(pre):  shadow-utils
+Recommends:     logrotate
 %{?systemd_requires}
 %{?sysusers_requires_compat}
 
@@ -96,6 +97,7 @@ rm -f doc/{gpl,lgpl}.txt doc/%{name}.1 examples/%{name}.init
 %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.cfg
 %dir %{_sysconfdir}/%{name}/conf.d/
+%dir %{_sysconfdir}/logrotate.d/
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %{_bindir}/halog
@@ -109,6 +111,10 @@ rm -f doc/{gpl,lgpl}.txt doc/%{name}.1 examples/%{name}.init
 %dir %{_localstatedir}/lib/%{name}/
 
 %changelog
+* Thu Jun 25 2026 Robert Scheck <robert@fedoraproject.org> - 3.4.1-1
+- Upgrade to 3.4.1 (#2492990)
+- Add logrotate improvements (thanks to Xose Vazquez Perez)
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 3.4.0-2
 - Rebuilt for openssl 4.0
 

diff --git a/sources b/sources
index da277e2..c877f08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (haproxy-3.4.0.tar.gz) = 982dd97c9d148179e12cdac0e9675960c665f64a9cfb02eb974de9844ef7edfc1d0b99a3a1b3b8e9b145b475fbb9bfe764548486445f66805fc26cf619815310
+SHA512 (haproxy-3.4.1.tar.gz) = 97deb43a9d52031106f432e07112b9bf9912597f9a9a3d42ca01685c76ff53cd0be5c62c299f959d181b95f4166126af8cb7d05271ed3622d2a30825ab89ebfb

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 19:40 [rpms/haproxy] main: - Upgrade to 3.4.1 (#2492990) Robert Scheck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox