diff --git a/linuxptp.spec b/linuxptp.spec index f941b07..0d03845 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -6,7 +6,7 @@ Name: linuxptp Version: 4.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PTP implementation for Linux License: GPL-2.0-or-later @@ -201,6 +201,10 @@ fi %{_mandir}/man8/*.8* %changelog +* Tue Dec 09 2025 Miroslav Lichvar 4.4-6 +- add support for dropping root privileges (disabled by default) (RHEL-12183) +- create linuxptp user and /run/ptp directory + * Tue Sep 23 2025 Miroslav Lichvar 4.4-5 - handle missing pulses in ts2phc (RHEL-112344)