From ad5c91e8d243d916468a04b8b9b8ad8321d83990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Thu, 13 Aug 2026 16:38:02 +0200 Subject: [PATCH] Apply the logging verbosity patch again This was accidentally removed when rebasing to 0.12.2, but the patch itself was not deleted. --- libssh.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index 119cf5e..aa618a7 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.12.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library implementing the SSH protocol License: LGPL-2.1-or-later URL: http://www.libssh.org @@ -11,6 +11,9 @@ Source2: https://www.libssh.org/files/0x03D5DF8CFDD3E8E7_libssh_libssh_or Source3: libssh_client.config Source4: libssh_server.config +# https://gitlab.com/libssh/libssh-mirror/-/merge_requests/742 +Patch: Update-recently-added-logging-to-be-less-verbose.patch + BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gnupg2 @@ -143,6 +146,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Thu Aug 13 2026 Pavol Žáčik - 0.12.2-2 +- Re-introduce the logging verbosity patch + * Wed Jul 22 2026 Pavol Žáčik - 0.12.2-1 - Rebase to 0.12.2 Resolves: RHEL-148617