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