From 36811e6a39865c646c34cee1966005cda032247b Mon Sep 17 00:00:00 2001 From: small_leek Date: Tue, 22 Aug 2023 03:23:16 +0000 Subject: [PATCH] replace /usr/bin/man with man-db Signed-off-by: small_leek --- libssh2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index 8fe0073..131f1f3 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,12 +1,12 @@ Name: libssh2 Version: 1.11.0 -Release: 1 +Release: 2 Summary: A library implementing the SSH2 protocol License: BSD URL: https://www.libssh2.org/ Source0: https://libssh2.org/download/libssh2-%{version}.tar.gz -BuildRequires: coreutils findutils /usr/bin/man zlib-devel +BuildRequires: coreutils findutils man-db zlib-devel BuildRequires: gcc make sed openssl-devel > 1:1.0.2 openssh-server BuildRequires: glibc-langpack-en groff @@ -84,6 +84,12 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_mandir}/man3/libssh2_*.3* %changelog +* Tue Aug 22 2023 senlin - 1.11.0-2 +- Type:modification +- ID:NA +- SUG:NA +- DESC:replace /usr/bin/man with man-db, which provides it + * Mon Aug 7 2023 renmingshuai - 1.11.0-1 - Type:requirement - ID:NA -- Gitee