Related: RHEL-2026
This commit is contained in:
Miroslav Lichvar 2024-02-22 14:35:02 +01:00
parent 26eba209f4
commit 751b3ab2f3

View File

@ -4,7 +4,7 @@
Name: linuxptp
Version: 4.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PTP implementation for Linux
License: GPLv2+
@ -113,6 +113,9 @@ PATH=..:$PATH ./run
%{_mandir}/man8/*.8*
%changelog
* Thu Feb 22 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.2-2
- fix loading and reloading of leapfile
* Tue Jan 30 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.2-1
- update to 4.2 (RHEL-2026 RHEL-2342 RHEL-12182 RHEL-15929)
- fix ts2phc to handle large NMEA delay (RHEL-23208)