From 052f7a240186f5bd0b62399452a947d1f8e2b9fc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:20:51 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- device-mapper-multipath.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index 24aee58..f92c5c7 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,6 +1,6 @@ Name: device-mapper-multipath Version: 0.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tools to manage multipath devices using device-mapper License: GPLv2 URL: http://christophe.varoqui.free.fr/ @@ -234,6 +234,10 @@ fi %{_pkgconfdir}/libdmmp.pc %changelog +* Tue Oct 29 2024 Troy Dawson - 0.9.9-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Sep 13 2024 Benjamin Marzinski - 0.9.9-3 - Add 0015-libmultipath-fix-ontap-prioritizer-snprintf-limits.patch - Resolves: RHEL-49747