From 2cb8c7abab6bf20d0e46c72603d45686260ae64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Wed, 1 Oct 2025 08:45:35 +0200 Subject: [PATCH] Bump spec Resolves: RHEL-111732 --- libssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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