diff --git a/libssh.spec b/libssh.spec index 0c4c113..9bacb40 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.10.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -150,6 +150,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Fri Dec 12 2025 Pavol Žáčik - 0.10.4-17 +- Bump spec to resolve build tagging issues + * Thu Dec 11 2025 Pavol Žáčik - 0.10.4-16 - Fix CVE-2025-5987 Resolves: RHEL-130051