From 751b3ab2f315299d7cf86f6de0159d453e621285 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 22 Feb 2024 14:35:02 +0100 Subject: [PATCH] 4.2-2 Related: RHEL-2026 --- linuxptp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 26c01e5..3fd7efe 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PTP implementation for Linux License: GPLv2+ @@ -113,6 +113,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Thu Feb 22 2024 Miroslav Lichvar 4.2-2 +- fix loading and reloading of leapfile + * Tue Jan 30 2024 Miroslav Lichvar 4.2-1 - update to 4.2 (RHEL-2026 RHEL-2342 RHEL-12182 RHEL-15929) - fix ts2phc to handle large NMEA delay (RHEL-23208)