From 59ee6ae0c06afe2bc6f2c3abc0d89b52ac99213c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:38:38 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- kbd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kbd.spec b/kbd.spec index 455e938..27dbd96 100644 --- a/kbd.spec +++ b/kbd.spec @@ -5,7 +5,7 @@ Name: kbd Version: 2.6.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools for configuring the console (keyboard, virtual terminals, etc.) License: GPL-2.0-or-later URL: http://www.kbd-project.org/ @@ -185,6 +185,10 @@ make check %{kbd_datadir}/keymaps/legacy %changelog +* Tue Oct 29 2024 Troy Dawson - 2.6.4-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jul 29 2024 Vitezslav Crhonek - 2.6.4-5 - Initialize variable to avoid possible uninitialized use Resolves: RHEL-40728