From c7616f29d736b58f801ea5ec49c749b66ad99f7e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 7 Jun 2016 12:24:49 +0200 Subject: [PATCH] 2.4-1 --- chrony.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 0461b4f..a0ac64f 100644 --- a/chrony.spec +++ b/chrony.spec @@ -4,7 +4,7 @@ Name: chrony Version: 2.4 -Release: 0.1.pre1%{?dist} +Release: 1%{?dist} Summary: An NTP client/server Group: System Environment/Daemons @@ -173,6 +173,10 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \ %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Tue Jun 07 2016 Miroslav Lichvar 2.4-1 +- update to 2.4 +- don't require info + * Mon May 16 2016 Miroslav Lichvar 2.4-0.1.pre1 - update to 2.4-pre1 - extend chrony-helper to allow management of static sources (#1331655)