From 2ff6d351acf9b6b5659959025a90d42232683cff Mon Sep 17 00:00:00 2001 From: Benjamin Marzinski Date: Fri, 3 Feb 2023 11:21:17 -0600 Subject: [PATCH] device-mapper-multipath-0.8.7-19 Fix bugzilla linked to the changes (was previously linked to the wrong bug, 2162536) Resolves: bz #2166467 --- device-mapper-multipath.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec index b1a4439..89567fb 100644 --- a/device-mapper-multipath.spec +++ b/device-mapper-multipath.spec @@ -1,6 +1,6 @@ Name: device-mapper-multipath Version: 0.8.7 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Tools to manage multipath devices using device-mapper License: GPLv2 URL: http://christophe.varoqui.free.fr/ @@ -294,12 +294,17 @@ fi %{_pkgconfdir}/libdmmp.pc %changelog +* Fri Feb 3 2023 Benjamin Marzinski - 0.8.7-19 +- Fix bugzilla linked to the changes (was previously linked to + the wrong bug, 2162536) +- Resolves: bz #2166467 + * Wed Feb 1 2023 Benjamin Marzinski - 0.8.7-18 - Add 0079-libmultipath-use-select_reload_action-in-select_acti.patch - Add 0080-libmultipath-select-resize-action-even-if-reload-is-.patch - Add 0081-libmultipath-cleanup-ACT_CREATE-code-in-select_actio.patch - Add 0082-libmultipath-keep-renames-from-stopping-other-multip.patch -- Resolves: bz #2162536 +- Resolves: bz #2166467 * Wed Dec 21 2022 Benjamin Marzinski - 0.8.7-17 - Add 0077-libmultipath-don-t-leak-memory-on-invalid-strings.patch