From 93099b02a84516b9687bd39517cb97c448ba97e0 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Mon, 8 May 2023 14:39:14 +0800 Subject: [PATCH] enable NTS --- chrony.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chrony.spec b/chrony.spec index 4ce2153..476e34c 100644 --- a/chrony.spec +++ b/chrony.spec @@ -2,7 +2,7 @@ Name: chrony Version: 4.1 -Release: 3 +Release: 4 Summary: An NTP client/server License: GPLv2 URL: https://chrony.tuxfamily.org @@ -16,7 +16,7 @@ Patch1: chrony-nm-dispatcher-dhcp.patch Patch6000: backport-check-for-stdout-errors-in-client.patch Patch6001: backport-fix-initial-poll-to-follow-non-LAN-minimum.patch -BuildRequires: gcc gcc-c++ bison systemd libcap-devel libedit-devel nettle-devel pps-tools-devel libseccomp-devel +BuildRequires: gcc gcc-c++ bison systemd libcap-devel libedit-devel nettle-devel pps-tools-devel libseccomp-devel gnutls-devel gnutls-utils Requires: shadow-utils systemd timedatex @@ -138,6 +138,12 @@ fi %{_mandir}/man[158]/%{name}*.[158]* %changelog +* Sat May 6 2023 chengyechun - 4.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add BuildRequire for enable NTS + * Mon Mar 6 2023 chengyechun - 4.1-3 - Type:bugfix - ID:NA -- Gitee