Bump spec to resolve build tagging issues

Resolves: RHEL-130051
This commit is contained in:
Pavol Žáčik 2025-12-12 12:44:59 +01:00
parent fe22f31e22
commit b903d9f035
No known key found for this signature in database
GPG Key ID: 4EE16C6E333F70A8

View File

@ -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 <pzacik@redhat.com> - 0.10.4-17
- Bump spec to resolve build tagging issues
* Thu Dec 11 2025 Pavol Žáčik <pzacik@redhat.com> - 0.10.4-16
- Fix CVE-2025-5987
Resolves: RHEL-130051