diff --git a/SPECS/chrony.spec b/SPECS/chrony.spec index ee7d947..515002e 100644 --- a/SPECS/chrony.spec +++ b/SPECS/chrony.spec @@ -5,7 +5,7 @@ Name: chrony Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An NTP client/server Group: System Environment/Daemons @@ -38,6 +38,10 @@ Requires(pre): shadow-utils # install timedated implementation that can control chronyd service Recommends: timedatex +# recommend dhclient to get NTP servers from DHCP with NetworkManager +# using the dhclient NM-dispatcher script +Recommends: dhcp-client + # suggest drivers for hardware reference clocks Suggests: ntp-refclock @@ -198,6 +202,9 @@ fi %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Mon Mar 01 2021 Miroslav Lichvar 3.5-2 +- recommend dhcp-client to get DHCP NTP servers with NetworkManager (#1930468) + * Tue May 21 2019 Miroslav Lichvar 3.5-1 - update to 3.5 (#1685469 #1677218) - fix shellcheck warnings in helper scripts (#1711948)