8e8d008d17
Update to the head of the upstream staging branch * Previous patches 0001-0032 are intlcude in the source tarball * Patches 0001-0010 are from the upstream staging branch Rename redhat patches * Previous patches 0033-0044 are not patches 0011-0022 Add dependency on libmount
27 lines
857 B
Diff
27 lines
857 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Wed, 25 Jan 2023 11:35:38 +0100
|
|
Subject: [PATCH] libmultipath: bump ABI version to 18.0.0
|
|
|
|
Commit 6b81153 ("libmultipath: make prflag an enum") changed
|
|
the size and member offsets of struct multipath.
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/libmultipath.version | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libmultipath/libmultipath.version b/libmultipath/libmultipath.version
|
|
index faef2a2d..015623cc 100644
|
|
--- a/libmultipath/libmultipath.version
|
|
+++ b/libmultipath/libmultipath.version
|
|
@@ -43,7 +43,7 @@ LIBMPATHCOMMON_1.0.0 {
|
|
put_multipath_config;
|
|
};
|
|
|
|
-LIBMULTIPATH_17.0.0 {
|
|
+LIBMULTIPATH_18.0.0 {
|
|
global:
|
|
/* symbols referenced by multipath and multipathd */
|
|
add_foreign;
|