diff --git a/linuxptp.spec b/linuxptp.spec index cf74feb..0dafd02 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PTP implementation for Linux Group: System Environment/Base @@ -135,6 +135,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Wed Apr 12 2023 Miroslav Lichvar 3.1.1-5 +- handle EINTR when waiting for transmit timestamp (#2123224) + * Mon Mar 20 2023 Miroslav Lichvar 3.1.1-4 - don't re-arm fault clearing timer on unrelated netlink events (#2174900)