From d398024afe7baedfec2be43cbba34526110cd134 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 Sep 2024 11:55:10 +0200 Subject: [PATCH] 4.6-1 Related: RHEL-55735 --- chrony.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 053dd11..162b0f0 100644 --- a/chrony.spec +++ b/chrony.spec @@ -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 4.6-1 +- update to 4.6 (RHEL-55735) + * Tue Jul 02 2024 Miroslav Lichvar 4.5-6 - fix gnutls build requirement - fix crash on reload command during start (RHEL-45854)