diff --git a/SPECS/chrony.spec b/SPECS/chrony.spec index 515002e..5bcbbac 100644 --- a/SPECS/chrony.spec +++ b/SPECS/chrony.spec @@ -5,7 +5,7 @@ Name: chrony Version: 3.5 -Release: 2%{?dist} +Release: 2%{?dist}.alma Summary: An NTP client/server Group: System Environment/Daemons @@ -53,7 +53,7 @@ can also operate as an NTPv4 (RFC 5905) server and peer to provide a time service to other computers in the network. %if 0%{!?vendorzone:1} -%global vendorzone %(source /etc/os-release && echo ${ID}.) +%global vendorzone cloudlinux. %endif %prep @@ -202,6 +202,9 @@ fi %dir %attr(-,chrony,chrony) %{_localstatedir}/log/chrony %changelog +* Wed May 19 2021 Andrew Lukoshko 3.5-2.alma +- use cloudlinux ntp pool + * Mon Mar 01 2021 Miroslav Lichvar 3.5-2 - recommend dhcp-client to get DHCP NTP servers with NetworkManager (#1930468)