From b803772c6683b2a0dddea60bcf944029b1da2064 Mon Sep 17 00:00:00 2001 From: xihaochen Date: Wed, 16 Mar 2022 15:58:25 +0800 Subject: [PATCH] remove obsolete lib (cherry picked from commit 6fb3ba877420f8e3245be686d845f47576402098) --- libssh.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libssh.spec b/libssh.spec index 6424a43..3c0c4c0 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.6 -Release: 1 +Release: 2 Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -11,7 +11,7 @@ Source2: https://cryptomilk.org/gpgkey-8DFF53E18F2ABC8D8F3C92237EE0FC4DCC BuildRequires: cmake gcc-c++ gnupg2 openssl-devel pkgconfig zlib-devel BuildRequires: krb5-devel libcmocka-devel openssh-clients openssh-server -BuildRequires: nmap-ncat libssh +BuildRequires: nmap-ncat Recommends: crypto-policies @@ -67,7 +67,6 @@ do ln -s "${_target}" "${_link_name}" done; popd -cp -p %{_libdir}/{libssh,libssh_threads}.so.4.7.0 %{buildroot}%{_libdir}/ %ldconfig_scriptlets @@ -94,6 +93,12 @@ popd %doc ChangeLog README %changelog +* Wed Mar 16 2022 xihaochen - 0.9.6-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove obsolete lib + * Fri Dec 03 2021 gaihuiying - 0.9.6-1 - Type:requirement - Id:NA -- Gitee