Related: RHEL-76760 RHEL-76786
This commit is contained in:
Miroslav Lichvar 2025-01-30 16:33:59 +01:00
parent c4396f9c5c
commit d86fa5e0c2

View File

@ -6,7 +6,7 @@
Name: linuxptp Name: linuxptp
Version: 4.4 Version: 4.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: PTP implementation for Linux Summary: PTP implementation for Linux
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -174,6 +174,10 @@ fi
%{_mandir}/man8/*.8* %{_mandir}/man8/*.8*
%changelog %changelog
* Thu Jan 30 2025 Miroslav Lichvar <mlichvar@redhat.com> 4.4-2
- update selinux policy (RHEL-76786)
- harden systemd services (RHEL-76760)
* Tue Dec 03 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.4-1 * Tue Dec 03 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.4-1
- update to 4.4 (RHEL-58210) - update to 4.4 (RHEL-58210)
- fix port-specific ptp/p2p_dst_ipv4 configuration (RHEL-60055) - fix port-specific ptp/p2p_dst_ipv4 configuration (RHEL-60055)