4.5-2.el8_10

Related: RHEL-59032 RHEL-59112
This commit is contained in:
Miroslav Lichvar 2024-09-18 16:06:30 +02:00
parent b14e4497ff
commit be20ff9c39

View File

@ -6,7 +6,7 @@
Name: chrony
Version: 4.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: An NTP client/server
Group: System Environment/Daemons
@ -225,6 +225,10 @@ fi
%dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony
%changelog
* Wed Sep 18 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.5-2.el8_10
- fix crash on reload command during start (RHEL-59112)
- enable AES-CMAC support using gnutls (RHEL-59032)
* Wed Jan 10 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.5-1
- update to 4.5 (RHEL-21069 RHEL-10701)