From c486ae8561c6e3d41c7586471262a1049db88811 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:04:17 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- ppp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ppp.spec b/ppp.spec index bbd67ec..7f6fd2f 100644 --- a/ppp.spec +++ b/ppp.spec @@ -18,7 +18,7 @@ Name: ppp # These all need to be patched (if necessary) and rebuilt for new # versions of ppp. Version: 2.5.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: The Point-to-Point Protocol daemon License: bsd-3-clause AND zlib AND licenseref-fedora-public-domain AND bsd-attribution-hpnd-disclaimer AND bsd-4.3tahoe AND bsd-4-clause-uc AND apache-2.0 AND lgpl-2.0-or-later AND (gpl-2.0-or-later OR bsd-2-clause OR bsd-3-clause OR bsd-4-clause) AND gpl-2.0-or-later AND xlock AND gpl-1.0-or-later AND mackerras-3-clause-acknowledgment AND mackerras-3-clause AND hpnd-fenneberg-Livingston AND sun-ppp AND hpnd-inria-imag AND sun-ppp-2000 URL: http://www.samba.org/ppp @@ -183,6 +183,10 @@ mkdir -p %{buildroot}%{_rundir}/pppd/lock %{_libdir}/pkgconfig/pppd.pc %changelog +* Tue Oct 29 2024 Troy Dawson - 2.5.0-13 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Jun 27 2024 Jaroslav Škarvada - 2.5.0-12 - Fixed radiusclient parser Resolves: RHEL-44665