From 9b953428e859f6000030799d5d0462834ccafb0d Mon Sep 17 00:00:00 2001 From: Scott Mayhew Date: Wed, 12 Feb 2025 16:24:31 -0500 Subject: [PATCH] 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 --- ktls-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ktls-utils.spec b/ktls-utils.spec index 827514c..6f1c4fe 100644 --- a/ktls-utils.spec +++ b/ktls-utils.spec @@ -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 0.11-2 +- Bump release to satisfy the errata automation + * Tue Feb 04 2025 Steve Dickson 0.11-1 - tlshd: link .nvme default keyring into the session (RHEL-71505)