Compare commits
3 Commits
c8
...
a8-depreca
Author | SHA1 | Date | |
---|---|---|---|
|
d9e6887f0f | ||
|
b82050c661 | ||
4d3e2ca265 |
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: chrony
|
Name: chrony
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.alma
|
||||||
Summary: An NTP client/server
|
Summary: An NTP client/server
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -60,7 +60,7 @@ can also operate as an NTPv4 (RFC 5905) server and peer to provide a time
|
|||||||
service to other computers in the network.
|
service to other computers in the network.
|
||||||
|
|
||||||
%if 0%{!?vendorzone:1}
|
%if 0%{!?vendorzone:1}
|
||||||
%global vendorzone %(source /etc/os-release && echo ${ID}.)
|
%global vendorzone cloudlinux.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -219,11 +219,13 @@ fi
|
|||||||
%dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony
|
%dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 4.2-1.alma
|
||||||
|
- use cloudlinux ntp pool
|
||||||
|
|
||||||
* Thu Jul 14 2022 Miroslav Lichvar <mlichvar@redhat.com> 4.2-1
|
* Thu Jul 14 2022 Miroslav Lichvar <mlichvar@redhat.com> 4.2-1
|
||||||
- update to 4.2 (#2062356)
|
- update to 4.2 (#2062356)
|
||||||
- fix chrony-helper to delete sources by their original name (#2061660)
|
- fix chrony-helper to delete sources by their original name (#2061660)
|
||||||
- update ntp2chrony script (#2018045 #2063766)
|
- update ntp2chrony script (#2018045 #2063766)
|
||||||
|
|
||||||
* Tue Jun 15 2021 Miroslav Lichvar <mlichvar@redhat.com> 4.1-1
|
* Tue Jun 15 2021 Miroslav Lichvar <mlichvar@redhat.com> 4.1-1
|
||||||
- update to 4.1 (#1895003 #1847853 #1929157)
|
- update to 4.1 (#1895003 #1847853 #1929157)
|
||||||
- add NetworkManager dispatcher script to add servers from DHCP even without
|
- add NetworkManager dispatcher script to add servers from DHCP even without
|
||||||
|
Loading…
Reference in New Issue
Block a user