import chrony-3.5-2.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:54:30 -04:00 committed by Andrew Lukoshko
parent f4debe48a5
commit 8751a89929
1 changed files with 8 additions and 1 deletions

View File

@ -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 <mlichvar@redhat.com> 3.5-2
- recommend dhcp-client to get DHCP NTP servers with NetworkManager (#1930468)
* Tue May 21 2019 Miroslav Lichvar <mlichvar@redhat.com> 3.5-1
- update to 3.5 (#1685469 #1677218)
- fix shellcheck warnings in helper scripts (#1711948)