Related: #2179041
This commit is contained in:
Miroslav Lichvar 2023-03-20 11:48:30 +01:00
parent f180642b5e
commit b8716c3d4b

View File

@ -4,7 +4,7 @@
Name: linuxptp
Version: 3.1.1
Release: 7%{?dist}
Release: 8%{?dist}
Summary: PTP implementation for Linux
License: GPLv2+
@ -145,6 +145,9 @@ PATH=..:$PATH ./run
%{_mandir}/man8/*.8*
%changelog
* Mon Mar 20 2023 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-8
- don't switch from system clock to PHC with SW timestamping (#2179041)
* Thu Mar 09 2023 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-7
- don't re-arm fault clearing timer on unrelated netlink events (#2172650)