From b903d9f0356834c98e7a6e461d27d747c5a25d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20=C5=BD=C3=A1=C4=8Dik?= Date: Fri, 12 Dec 2025 12:44:59 +0100 Subject: [PATCH] Bump spec to resolve build tagging issues Resolves: RHEL-130051 --- libssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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