From 419b95c23eb970ec66b4e417856ccb9450c65027 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 20 Mar 2023 14:03:27 +0100 Subject: [PATCH] 3.1.1-4 Related: #2174900 --- linuxptp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 8a56dec..d88661e 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PTP implementation for Linux Group: System Environment/Base @@ -132,6 +132,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Mon Mar 20 2023 Miroslav Lichvar 3.1.1-4 +- don't re-arm fault clearing timer on unrelated netlink events (#2174900) + * Wed Jun 29 2022 Miroslav Lichvar 3.1.1-3 - handle PHC read failing with EBUSY in phc2sys (#2079129)