diff --git a/ntp.spec b/ntp.spec index c4673d3011b885482735b7668bc4d69af5bb81dc..660ade432f5999b12290e30db38f0dda23161a50 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 12 +Release: 13 Summary: A protocol designed to synchronize the clocks of computers over a network License: MIT and BSD and BSD with advertising URL: https://www.ntp.org/ @@ -214,6 +214,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Fri Nov 24 2023 chengyechun - 4.2.8p15-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update ntpd.service + * Wed Jul 12 2023 chengyechun - 4.2.8p15-12 - Type:bugfix - ID:NA diff --git a/ntpd.service b/ntpd.service index 22e39fee55138597573363b37b724f42344d30a1..61dee04c70ab0cdab3606a54ea3a4bf0ff35776d 100644 --- a/ntpd.service +++ b/ntpd.service @@ -1,7 +1,7 @@ [Unit] Description=Network Time Service After=syslog.target ntpdate.service sntp.service -Conflicts=systemd-timesyncd.service chronyd.service +Conflicts=chronyd.service systemd-timesyncd.service [Service] Type=forking