Related: #2192560
This commit is contained in:
Miroslav Lichvar 2023-05-03 16:03:46 +02:00
parent 8f00bc117e
commit 5cee2cce38

View File

@ -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 <mlichvar@redhat.com> 3.1.1-6
- clear pending errors on sockets (#2192560)
* Wed Apr 12 2023 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-5
- handle EINTR when waiting for transmit timestamp (#2123224)