diff --git a/libssh.spec b/libssh.spec index c1e9903..5f08f59 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.10.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -148,6 +148,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Wed Oct 01 2025 Pavol Žáčik - 0.10.4-15 +- Bump spec to make the 9.7 NVR higher than the 9.6 one + * Tue Sep 30 2025 Pavol Žáčik - 0.10.4-14 - Fix CVE-2025-5318 Resolves: RHEL-111732