From 3ef5b32725447843e03317fa854ed866f3f7130d Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 15 Feb 2012 14:36:19 +0100 Subject: [PATCH] 1.26-6.20110831gitb088 --- chrony.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index e2bedb4..9057889 100644 --- a/chrony.spec +++ b/chrony.spec @@ -1,7 +1,7 @@ %define gitpatch 20110831gitb088b7 Name: chrony Version: 1.26 -Release: 5%{?gitpatch:.%{gitpatch}}%{?dist} +Release: 6%{?gitpatch:.%{gitpatch}}%{?dist} Summary: An NTP client/server Group: System Environment/Daemons @@ -139,6 +139,9 @@ fi %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Wed Feb 15 2012 Miroslav Lichvar 1.26-6.20110831gitb088b7 +- remove old servers on DHCP update (#787042) + * Fri Feb 10 2012 Miroslav Lichvar 1.26-5.20110831gitb088b7 - improve chrony-helper to keep track of servers added from DHCP (#787042) - fix dhclient script to always return with zero exit code (#767859)