Bump release to satify the errata automation

When ktls-utils was added to 9.4.z the release was bumped incorrectly,
and now the errata automation bot is reporting this error for the most
recent change:

Erratum 145656: Unable to add build 'ktls-utils-0.11-1.el9' which is older than ktls-utils-0.11-1.el9_4

Bump the release to fix it.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
This commit is contained in:
Scott Mayhew 2025-02-12 16:24:31 -05:00
parent 84687675d8
commit 9b953428e8

View File

@ -3,7 +3,7 @@
Name: ktls-utils
Version: %{baseversion}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: TLS handshake agent for kernel sockets
%forgemeta
@ -71,6 +71,9 @@ standard kTLS socket options.
%systemd_postun_with_restart tlshd.service
%changelog
* Wed Feb 12 2025 Scott Mayhew <smayhew@redhat.com> 0.11-2
- Bump release to satisfy the errata automation
* Tue Feb 04 2025 Steve Dickson <steved@redhat.com> 0.11-1
- tlshd: link .nvme default keyring into the session (RHEL-71505)