From eea7d8e7b5c474cbbe3011942b69af9f39b7579f Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Sat, 7 Nov 2020 16:46:13 +0800 Subject: [PATCH] add chrony-help dependency for chrony --- chrony.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chrony.spec b/chrony.spec index a794db1..cb610ce 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ Name: chrony Version: 3.5 -Release: 2 +Release: 3 Summary: An NTP client/server License: GPLv2 URL: https://chrony.tuxfamily.org @@ -20,7 +20,7 @@ Patch1: chrony-packettest.patch Patch2: 0001-main-create-new-file-when-writing-pidfile.patch BuildRequires: gcc gcc-c++ bison systemd libcap-devel libedit-devel nettle-devel pps-tools-devel libseccomp-devel -Requires: shadow-utils systemd timedatex +Requires: shadow-utils systemd timedatex %{name}-help %description chrony is a versatile implementation of the Network Time Protocol (NTP). @@ -137,6 +137,12 @@ fi %{_mandir}/man[158]/%{name}*.[158]* %changelog +* Mon Nov 09 2020 quanhongfei - 3.5-3 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:add chrony-help depenfency for chrony + * Mon Sep 21 2020 yuboyun - 3.5-2 - Type:CVE - ID:CVE-2020-14367 -- Gitee