From 5cee2cce387119dd84cfa8c71e520739f52f5b21 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 3 May 2023 16:03:46 +0200 Subject: [PATCH] 3.1.1-6 Related: #2192560 --- linuxptp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index bc1970b..8aef97b 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PTP implementation for Linux Group: System Environment/Base @@ -138,6 +138,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Wed May 03 2023 Miroslav Lichvar 3.1.1-6 +- clear pending errors on sockets (#2192560) + * Wed Apr 12 2023 Miroslav Lichvar 3.1.1-5 - handle EINTR when waiting for transmit timestamp (#2123224)