From 3eddb594f3c78ee2d470b687c8d9efa90aeb6bc7 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Thu, 17 Apr 2025 11:52:05 +0800 Subject: [PATCH] Fix cannot locate converter for mdoc error --- ntp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ntp.spec b/ntp.spec index 89504fd..c5fd360 100644 --- a/ntp.spec +++ b/ntp.spec @@ -2,7 +2,7 @@ Name: ntp Version: 4.2.8p17 -Release: 3 +Release: 4 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/ @@ -29,6 +29,7 @@ Patch6: backport-ntpd-abort-if-fail-to-drop-root.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 +BuildRequires: mandoc Requires(pre): shadow-utils autogen >= 5.18.16 %{?systemd_requires} Recommends: ntpstat timedatex @@ -208,6 +209,12 @@ make check %{_mandir}/man8/*.8* %changelog +* Thu Apr 17 2025 misaka00251 - 4.2.8p17-4 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: Fix cannot locate converter for mdoc error + * Tue Jan 23 2024 chengyechun - 4.2.8p17-3 - Type:bugfix - ID:NA -- Gitee