Apply the logging verbosity patch again

This was accidentally removed when rebasing to 0.12.2,
but the patch itself was not deleted.
This commit is contained in:
Pavol Žáčik 2026-08-13 16:38:02 +02:00
parent f5dfdf6e1a
commit ad5c91e8d2
No known key found for this signature in database
GPG Key ID: 4EE16C6E333F70A8

View File

@ -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 <pzacik@redhat.com> - 0.12.2-2
- Re-introduce the logging verbosity patch
* Wed Jul 22 2026 Pavol Žáčik <pzacik@redhat.com> - 0.12.2-1
- Rebase to 0.12.2
Resolves: RHEL-148617