Related: #2079893 #2066452
This commit is contained in:
Miroslav Lichvar 2022-06-09 15:19:27 +02:00
parent e3c74a41a6
commit 6d626b6b48
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: linuxptp
Version: 3.1.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: PTP implementation for Linux
License: GPLv2+
@ -130,6 +130,10 @@ PATH=..:$PATH ./run
%{_mandir}/man8/*.8*
%changelog
* Thu Jun 09 2022 Miroslav Lichvar <mlichvar@redhat.com> 3.1.1-3
- add support for virtual clocks (#2067310)
- make sanity clock check more reliable (#2079893)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688