From dd304952ec8ba75b054d0968183604c43096cd85 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 18 Jun 2018 15:57:11 +0200 Subject: [PATCH] 3.3-2 --- chrony.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index cac7a27..565f0c4 100644 --- a/chrony.spec +++ b/chrony.spec @@ -4,7 +4,7 @@ Name: chrony Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An NTP client/server Group: System Environment/Daemons @@ -188,6 +188,10 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \ %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Mon Jun 18 2018 Miroslav Lichvar 3.3-2 +- move pidfile to /var/run/chrony to allow chronyd to remove it on exit +- avoid blocking in getrandom system call + * Wed Apr 04 2018 Miroslav Lichvar 3.3-1 - update to 3.3 - enable keyfile by default again