From 68dadd762b92f8db33e56db94c3eb18a5b044da1 Mon Sep 17 00:00:00 2001 From: Reid Wahl Date: Tue, 17 Mar 2026 14:48:09 -0700 Subject: [PATCH] Fix: build: Bump release version to fix z-stream build issue Resolves: RHEL-104412 Signed-off-by: Reid Wahl --- booth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index 66b4ce9..5a73505 100644 --- a/booth.spec +++ b/booth.spec @@ -41,7 +41,7 @@ Name: booth Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Ticket Manager for Multi-site Clusters License: GPLv2+ Url: https://github.com/%{github_owner}/%{name} @@ -298,6 +298,11 @@ VERBOSE=1 make check %{_usr}/lib/ocf/resource.d/booth/sharedrsc %changelog +* Wed Mar 18 2026 Reid Wahl - 1.1-4 +- Resolves: RHEL-104412 + +- Bump release version to fix z-stream build issue + * Wed Dec 04 2025 Reid Wahl - 1.1-3 - Resolves: RHEL-133741