Related: RHEL-55735
This commit is contained in:
Miroslav Lichvar 2024-09-03 11:55:10 +02:00
parent 665bdf5b45
commit d398024afe

View File

@ -9,7 +9,7 @@
Name: chrony
Version: 4.6
Release: 6%{?dist}
Release: 1%{?dist}
Summary: An NTP client/server
License: GPL-2.0-only
@ -206,6 +206,9 @@ fi
%dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony
%changelog
* Tue Sep 03 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.6-1
- update to 4.6 (RHEL-55735)
* Tue Jul 02 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.5-6
- fix gnutls build requirement
- fix crash on reload command during start (RHEL-45854)