From d7a46f122c948409f981f6e7475d72f362515c03 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 27 Mar 2024 11:29:55 +0800 Subject: [PATCH] add BuildRequires mandoc (cherry picked from commit 9d4bc0bc2fe1c167be3ac6cc5d0e53d5834136e3) --- lsof.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lsof.spec b/lsof.spec index 51aeaa0..f2a36e1 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,6 +1,6 @@ Name: lsof Version: 4.96.4 -Release: 3 +Release: 4 Summary: A tool for list open files License: zlib and Sendmail and LGPLv2+ URL: https://people.freebsd.org/~abe/ @@ -14,7 +14,7 @@ Patch5: backport-Check-h_addr_list-0-before-accessing-1.patch Patch6: backport-linux-Fix-handling-of-empty-command-name-closing-246.patch Patch7: backport-Fix-empty-process-name-testcase-to-allow-the-dialect.patch -BuildRequires: gcc git libtirpc-devel libselinux-devel +BuildRequires: gcc git libtirpc-devel libselinux-devel mandoc %description Lsof is a free, open-source, Unix administrative tool for displays information @@ -58,6 +58,12 @@ popd %{_mandir}/man*/* %changelog +* Wed Mar 27 2024 zhuofeng - 4.96.4-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add BuildRequires mandoc + * Thu Mar 23 2023 yixiangzhike - 4.96.4-3 - Type:bugfix - ID:NA -- Gitee