From 3d5863f7064384f831dba5f606f85247cac1c6e5 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 5 Sep 2024 14:52:57 +0200 Subject: [PATCH] 4.6-1 Related: RHEL-56964 --- chrony.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 3596c4f..06945ec 100644 --- a/chrony.spec +++ b/chrony.spec @@ -9,7 +9,7 @@ Name: chrony Version: 4.6 -Release: 3%{?dist} +Release: 1%{?dist} Summary: An NTP client/server License: GPLv2 @@ -217,6 +217,9 @@ fi %dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Thu Sep 05 2024 Miroslav Lichvar 4.6-1 +- update to 4.6 (RHEL-56964) + * Thu Aug 08 2024 Miroslav Lichvar 4.5-3 - don't repeat error log messages when reloading sourcedir (RHEL-51786) - add support for leap-seconds.list file (RHEL-53484)