From dca5d561c7e6c775d3f42837f408a8757b4a5a22 Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 1 Sep 2020 16:08:55 +0800 Subject: [PATCH] fix ntpd service start failure --- ntp.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ntp.spec b/ntp.spec index 7d04bfc..cd3a7a3 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 1 +Release: 2 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/ @@ -26,7 +26,7 @@ Patch3: bugfix-fix-ifindex-length.patch BuildRequires: libcap-devel openssl-devel libedit-devel libevent-devel pps-tools-devel BuildRequires: autogen autogen-libopts-devel systemd gcc perl-generators perl-HTML-Parser -Requires(pre): shadow-utils +Requires(pre): shadow-utils autogen >= 5.18.16 %{?systemd_requires} Recommends: ntpstat timedatex Provides: ntpdate sntp @@ -205,6 +205,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Tue Sep 01 2020 yuboyun - 4.2.8p15-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix ntpd service start failure + * Fri Jul 24 2020 yuboyun - 4.2.8p15-1 - Type:bugfix - ID:NA