From 847cc1d4ebd0720417b14f48ee8e0aac0035ac2c Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 9 Mar 2023 09:44:08 +0100 Subject: [PATCH] 3.1.1-7 Related: #2172650 --- linuxptp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 8f9ab62..1860ae4 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PTP implementation for Linux License: GPLv2+ @@ -145,6 +145,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Thu Mar 09 2023 Miroslav Lichvar 3.1.1-7 +- don't re-arm fault clearing timer on unrelated netlink events (#2172650) + * Thu Jan 05 2023 Miroslav Lichvar 3.1.1-6 - add support for VLAN over bond (#2120521) - handle EINTR when waiting for transmit timestamp (#2128786)