Fix: build: Bump release version to fix z-stream build issue

Resolves: RHEL-104412

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
This commit is contained in:
Reid Wahl 2026-03-17 14:48:09 -07:00
parent 7cb6fffa11
commit 68dadd762b

View File

@ -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 <nwahl@redhat.com> - 1.1-4
- Resolves: RHEL-104412
- Bump release version to fix z-stream build issue
* Wed Dec 04 2025 Reid Wahl <nwahl@redhat.com> - 1.1-3
- Resolves: RHEL-133741