From 76a6824bed2c4424201ae6522e99d088f7720592 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 9 Dec 2021 15:08:20 +0800 Subject: [PATCH] add ntp-help dependency for ntp --- ntp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ntp.spec b/ntp.spec index 2943174..929656f 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p15 -Release: 4 +Release: 5 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/ @@ -31,6 +31,7 @@ BuildRequires: autogen autogen-libopts-devel systemd gcc perl-generators Requires(pre): shadow-utils autogen >= 5.18.16 %{?systemd_requires} Recommends: ntpstat timedatex +Requires: %{name}-help Provides: ntpdate sntp Obsoletes: ntpdate sntp @@ -207,6 +208,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Thu Dec 9 2021 renmingshuai - 4.2.8p15-5 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:add ntp-help dependency for ntp + * Tue Aug 10 2021 renmingshuai - 4.2.8p15-4 - Type:bugfix - ID:NA -- Gitee