public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/device-mapper-multipath] rawhide: device-mapper-multipath-0.15.1-1
@ 2026-09-03 3:14 Benjamin Marzinski
0 siblings, 0 replies; only message in thread
From: Benjamin Marzinski @ 2026-09-03 3:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/device-mapper-multipath
Branch : rawhide
Commit : d95988f94fea6d40e9e06f27f740baba83374dea
Author : Benjamin Marzinski <bmarzins@redhat.com>
Date : 2026-09-02T22:08:47-04:00
Stats : +68/-88 in 16 file(s)
URL : https://src.fedoraproject.org/rpms/device-mapper-multipath/c/d95988f94fea6d40e9e06f27f740baba83374dea?branch=rawhide
Log:
device-mapper-multipath-0.15.1-1
Update source to upstream release 0.15.1
Rebase redhat patches
---
diff --git a/.gitignore b/.gitignore
index 05f4cc2..af1d5d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ multipath-tools-091027.tar.gz
/multipath-tools-0.13.0.tgz
/multipath-tools-0.13.1.tgz
/multipath-tools-0.14.3.tgz
+/multipath-tools-0.15.1.tgz
diff --git a/0001-RH-fixup-udev-rules-for-redhat.patch b/0001-RH-fixup-udev-rules-for-redhat.patch
index dee48ff..661984b 100644
--- a/0001-RH-fixup-udev-rules-for-redhat.patch
+++ b/0001-RH-fixup-udev-rules-for-redhat.patch
@@ -1,4 +1,4 @@
-From 0c785110d8863803a48388ca3a6103b7edcfa5b7 Mon Sep 17 00:00:00 2001
+From d4359b3d13c0f657a928196162182f515e20ce2a Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 13 Apr 2017 07:22:23 -0500
Subject: [PATCH] RH: fixup udev rules for redhat
diff --git a/0002-RH-Remove-the-property-blacklist-exception-builtin.patch b/0002-RH-Remove-the-property-blacklist-exception-builtin.patch
index cd1c06c..5989aac 100644
--- a/0002-RH-Remove-the-property-blacklist-exception-builtin.patch
+++ b/0002-RH-Remove-the-property-blacklist-exception-builtin.patch
@@ -1,4 +1,4 @@
-From 18ea18272077197976602814702de3c8b826fbc1 Mon Sep 17 00:00:00 2001
+From 6a21e307550a1d74f8e1256dc7a9d1e3e3bf46ae Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Wed, 2 Jul 2014 12:49:53 -0500
Subject: [PATCH] RH: Remove the property blacklist exception builtin
@@ -42,10 +42,10 @@ index bdade4cc..c88334a7 100644
udev_device_get_properties_list_entry(udev)) {
diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in
-index 84cd1a0a..11289fb2 100644
+index a577dfc8..7d3c0ff9 100644
--- a/multipath/multipath.conf.5.in
+++ b/multipath/multipath.conf.5.in
-@@ -1486,9 +1486,14 @@ keywords. Both are regular expressions. For a full description of these keywords
+@@ -1449,9 +1449,14 @@ keywords. Both are regular expressions. For a full description of these keywords
Regular expression for an udev property. All
devices that have matching udev properties will be excluded/included.
The handling of the \fIproperty\fR keyword is special,
@@ -61,7 +61,7 @@ index 84cd1a0a..11289fb2 100644
.
.RS
.PP
-@@ -1499,10 +1504,6 @@ Blacklisting by missing properties is only applied to devices which do have the
+@@ -1462,10 +1467,6 @@ Blacklisting by missing properties is only applied to devices which do have the
property specified by \fIuid_attribute\fR (e.g. \fIID_SERIAL\fR)
set. Previously, it was applied to every device, possibly causing devices to be
blacklisted because of temporary I/O error conditions.
diff --git a/0003-RH-don-t-start-without-a-config-file.patch b/0003-RH-don-t-start-without-a-config-file.patch
index 0c1fb27..b7cce2d 100644
--- a/0003-RH-don-t-start-without-a-config-file.patch
+++ b/0003-RH-don-t-start-without-a-config-file.patch
@@ -1,4 +1,4 @@
-From b99e299c1562053257f0870ae6495de588607977 Mon Sep 17 00:00:00 2001
+From 260c133184709e5a215048b1dfa6d44b1c0e32b8 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Wed, 15 Oct 2014 10:39:30 -0500
Subject: [PATCH] RH: don't start without a config file
@@ -22,10 +22,10 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
7 files changed, 25 insertions(+)
diff --git a/libmultipath/config.c b/libmultipath/config.c
-index f9198d60..f488406e 100644
+index 0d877422..e6c4995e 100644
--- a/libmultipath/config.c
+++ b/libmultipath/config.c
-@@ -946,6 +946,19 @@ int init_config__ (const char *file, struct config *conf)
+@@ -940,6 +940,19 @@ int init_config__ (const char *file, struct config *conf)
}
factorize_hwtable(conf->hwtable, builtin_hwtable_size, file);
validate_pctable(conf->overrides, 0, file);
@@ -46,7 +46,7 @@ index f9198d60..f488406e 100644
conf->processed_main_config = 1;
diff --git a/libmultipath/config.h b/libmultipath/config.h
-index 618fa572..a9b6e9d0 100644
+index ad3b2423..15de7df0 100644
--- a/libmultipath/config.h
+++ b/libmultipath/config.h
@@ -10,6 +10,7 @@
@@ -99,10 +99,10 @@ index 2ac1972f..cc248231 100644
ENV{DEVTYPE}!="partition", GOTO="test_dev"
IMPORT{parent}="DM_MULTIPATH_DEVICE_PATH"
diff --git a/multipathd/multipathd.8.in b/multipathd/multipathd.8.in
-index 38a243e3..60438ac2 100644
+index 632cbe40..6fd71698 100644
--- a/multipathd/multipathd.8.in
+++ b/multipathd/multipathd.8.in
-@@ -49,6 +49,8 @@ map regains its maximum performance and redundancy.
+@@ -45,6 +45,8 @@ map regains its maximum performance and redundancy.
With the \fB-k\fR option, \fBmultipathd\fR acts as a client utility that
sends commands to a running instance of the multipathd daemon (see
\fBCOMMANDS\fR below).
@@ -112,7 +112,7 @@ index 38a243e3..60438ac2 100644
.
.\" ----------------------------------------------------------------------------
diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in
-index eb58943c..ab166435 100644
+index bad83394..e0d40f20 100644
--- a/multipathd/multipathd.service.in
+++ b/multipathd/multipathd.service.in
@@ -6,6 +6,7 @@ Wants=systemd-udevd-kernel.socket multipathd-queueing.service @MODPROBE_UNIT@
diff --git a/0004-RH-Fix-nvme-function-missing-argument.patch b/0004-RH-Fix-nvme-function-missing-argument.patch
index 4e77d00..12c1137 100644
--- a/0004-RH-Fix-nvme-function-missing-argument.patch
+++ b/0004-RH-Fix-nvme-function-missing-argument.patch
@@ -1,4 +1,4 @@
-From e8d504e1dc3598bfd598367fe3f15499068fd390 Mon Sep 17 00:00:00 2001
+From 0f80484874cda4e893bf88196856ca9b21685f69 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Fri, 25 Jan 2019 14:54:56 -0600
Subject: [PATCH] RH: Fix nvme function missing argument
diff --git a/0005-RH-use-rpm-optflags-if-present.patch b/0005-RH-use-rpm-optflags-if-present.patch
index 85d0e9c..cabcf51 100644
--- a/0005-RH-use-rpm-optflags-if-present.patch
+++ b/0005-RH-use-rpm-optflags-if-present.patch
@@ -1,4 +1,4 @@
-From e9e0ca3132401289b41d4d10fe122e1a49b73a8d Mon Sep 17 00:00:00 2001
+From 24eb5afb9a097f45c1e9129a490efc80265dcc4e Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Wed, 19 Apr 2017 06:10:01 -0500
Subject: [PATCH] RH: use rpm optflags if present
diff --git a/0006-RH-add-mpathconf.patch b/0006-RH-add-mpathconf.patch
index e2243f2..612284b 100644
--- a/0006-RH-add-mpathconf.patch
+++ b/0006-RH-add-mpathconf.patch
@@ -1,4 +1,4 @@
-From c859a70d2a097b9f74161d8909ab781edf00ef20 Mon Sep 17 00:00:00 2001
+From 15dc9b9f980aa368e87113cc88e5005d80d24405 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 16 Oct 2014 15:49:01 -0500
Subject: [PATCH] RH: add mpathconf
@@ -13,44 +13,19 @@ a single command.
Co-authored-by: Paul Donohue <git@PaulSD.com>
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
- .github/actions/spelling/expect.txt | 3 +
- libmultipath/config.c | 2 +
- multipath/Makefile | 4 +
- multipath/mpathconf | 658 ++++++++++++++++++++++++++++
- multipath/mpathconf.8 | 151 +++++++
- 5 files changed, 818 insertions(+)
+ libmultipath/config.c | 2 +
+ multipath/Makefile | 4 +
+ multipath/mpathconf | 658 ++++++++++++++++++++++++++++++++++++++++++
+ multipath/mpathconf.8 | 151 ++++++++++
+ 4 files changed, 815 insertions(+)
create mode 100644 multipath/mpathconf
create mode 100644 multipath/mpathconf.8
-diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt
-index dd39ed67..0875a1f2 100644
---- a/.github/actions/spelling/expect.txt
-+++ b/.github/actions/spelling/expect.txt
-@@ -136,9 +136,11 @@ Marzinski
- misdetection
- mpath
- mpathb
-+mpathconf
- mpathpersist
- mpathvalid
- msecs
-+multipathable
- multipathc
- multipathd
- multipathed
-@@ -159,6 +161,7 @@ ontap
- OOM
- opensvc
- OPTFLAGS
-+outfile
- paramp
- partx
- pathgroup
diff --git a/libmultipath/config.c b/libmultipath/config.c
-index f488406e..b730cd69 100644
+index e6c4995e..3ca9350e 100644
--- a/libmultipath/config.c
+++ b/libmultipath/config.c
-@@ -948,6 +948,8 @@ int init_config__ (const char *file, struct config *conf)
+@@ -942,6 +942,8 @@ int init_config__ (const char *file, struct config *conf)
validate_pctable(conf->overrides, 0, file);
} else {
condlog(0, "/etc/multipath.conf does not exist, blacklisting all devices.");
diff --git a/0007-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch b/0007-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
index ab85adb..d115ee7 100644
--- a/0007-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
+++ b/0007-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
@@ -1,4 +1,4 @@
-From de105098997fdb8844ada6a419848e3a9ccfebd9 Mon Sep 17 00:00:00 2001
+From 1415fea7331b37698a442d5dd2f6857ff7dfa186 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Fri, 17 Oct 2014 11:20:34 -0500
Subject: [PATCH] RH: add wwids from kernel cmdline mpath.wwids with -A
@@ -113,10 +113,10 @@ index 4d9fbbaa..a5e67c15 100644
usage(argv[0]);
exit(RTVL_OK);
diff --git a/multipath/multipath.8.in b/multipath/multipath.8.in
-index b88e9a4c..edd742aa 100644
+index da5effb0..9c6b39f5 100644
--- a/multipath/multipath.8.in
+++ b/multipath/multipath.8.in
-@@ -64,7 +64,7 @@ multipath \- Device mapper target autoconfig.
+@@ -60,7 +60,7 @@ multipath \- Device mapper target autoconfig.
.B multipath
.RB [\| \-v\ \c
.IR level \|]
@@ -125,7 +125,7 @@ index b88e9a4c..edd742aa 100644
.
.LP
.B multipath
-@@ -146,6 +146,11 @@ device mapper, path checkers ...).
+@@ -142,6 +142,11 @@ device mapper, path checkers ...).
Add the WWID for the specified device to the WWIDs file.
.
.TP
@@ -138,13 +138,13 @@ index b88e9a4c..edd742aa 100644
Remove the WWID for the specified device from the WWIDs file.
.
diff --git a/multipathd/multipathd.service.in b/multipathd/multipathd.service.in
-index ab166435..1ec08c6e 100644
+index e0d40f20..81eb6484 100644
--- a/multipathd/multipathd.service.in
+++ b/multipathd/multipathd.service.in
-@@ -19,6 +19,7 @@ StartLimitBurst=3
- [Service]
+@@ -20,6 +20,7 @@ StartLimitBurst=3
Type=notify
NotifyAccess=main
+ NonBlocking=true
+ExecStartPre=-@BINDIR@/multipath -A
ExecStart=@BINDIR@/multipathd -d -s
ExecReload=@BINDIR@/multipathd reconfigure
diff --git a/0008-RH-reset-default-find_mutipaths-value-to-off.patch b/0008-RH-reset-default-find_mutipaths-value-to-off.patch
index f89f59c..b4ade62 100644
--- a/0008-RH-reset-default-find_mutipaths-value-to-off.patch
+++ b/0008-RH-reset-default-find_mutipaths-value-to-off.patch
@@ -1,4 +1,4 @@
-From 8daa3995270331234f12a469f7e000c9cd57d71e Mon Sep 17 00:00:00 2001
+From 5c6013c062cf4df3c9396b6b6ab5f3a2822c70a0 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 7 Jun 2018 17:43:52 -0500
Subject: [PATCH] RH: reset default find_mutipaths value to off
@@ -14,10 +14,10 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
-index d80dd7d4..d112e0ad 100644
+index c3ae42e9..048804e6 100644
--- a/libmultipath/defaults.h
+++ b/libmultipath/defaults.h
-@@ -24,7 +24,7 @@
+@@ -23,7 +23,7 @@
#define DEFAULT_NO_PATH_RETRY NO_PATH_RETRY_UNDEF
#define DEFAULT_VERBOSITY 2
#define DEFAULT_REASSIGN_MAPS 0
@@ -27,10 +27,10 @@ index d80dd7d4..d112e0ad 100644
#define DEFAULT_DEV_LOSS_TMO 600
#define DEFAULT_RETAIN_HWHANDLER RETAIN_HWHANDLER_ON
diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in
-index 11289fb2..6f97acfd 100644
+index 7d3c0ff9..91b44966 100644
--- a/multipath/multipath.conf.5.in
+++ b/multipath/multipath.conf.5.in
-@@ -1227,7 +1227,7 @@ as non-multipath and passed on to upper layers.
+@@ -1191,7 +1191,7 @@ as non-multipath and passed on to upper layers.
\fBNote:\fR this may cause delays during device detection if
there are single-path devices which aren\'t blacklisted.
.TP
diff --git a/0009-RH-attempt-to-get-ANA-info-via-sysfs-first.patch b/0009-RH-attempt-to-get-ANA-info-via-sysfs-first.patch
index b92f4e6..26ea455 100644
--- a/0009-RH-attempt-to-get-ANA-info-via-sysfs-first.patch
+++ b/0009-RH-attempt-to-get-ANA-info-via-sysfs-first.patch
@@ -1,4 +1,4 @@
-From 41fcf45a376242dd11439955a4712e210c82a7d0 Mon Sep 17 00:00:00 2001
+From b712507afcef1a83b073bbb7a1d8448e3e496115 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 11 Apr 2019 13:25:42 -0500
Subject: [PATCH] RH: attempt to get ANA info via sysfs first
@@ -13,7 +13,7 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
1 file changed, 29 insertions(+), 2 deletions(-)
diff --git a/libmultipath/prioritizers/ana.c b/libmultipath/prioritizers/ana.c
-index ac2090dd..5c1762dc 100644
+index 68054713..2a49591d 100644
--- a/libmultipath/prioritizers/ana.c
+++ b/libmultipath/prioritizers/ana.c
@@ -23,6 +23,7 @@
@@ -68,7 +68,7 @@ index ac2090dd..5c1762dc 100644
static int get_ana_info(struct path * pp)
{
int rc;
-@@ -208,8 +232,11 @@ int getprio(struct path *pp, __attribute__((unused)) char *args)
+@@ -212,8 +236,11 @@ int getprio(struct path *pp, __attribute__((unused)) char *args)
if (pp->fd < 0)
rc = -ANA_ERR_NO_INFORMATION;
diff --git a/0010-RH-make-parse_vpd_pg83-match-scsi_id-output.patch b/0010-RH-make-parse_vpd_pg83-match-scsi_id-output.patch
index 7a9197d..5bc2751 100644
--- a/0010-RH-make-parse_vpd_pg83-match-scsi_id-output.patch
+++ b/0010-RH-make-parse_vpd_pg83-match-scsi_id-output.patch
@@ -1,4 +1,4 @@
-From 59252e64b8276875340935fba3b36517559c881d Mon Sep 17 00:00:00 2001
+From d8e58926b5dec26e8f3d67b42bbebb09d3d3a1de Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 25 Mar 2021 13:05:10 -0500
Subject: [PATCH] RH: make parse_vpd_pg83 match scsi_id output
@@ -14,10 +14,10 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/libmultipath/discovery.c b/libmultipath/discovery.c
-index 0efb8213..51797d2b 100644
+index 344da19c..8b35f903 100644
--- a/libmultipath/discovery.c
+++ b/libmultipath/discovery.c
-@@ -1236,13 +1236,9 @@ parse_vpd_pg83(const unsigned char *in, size_t in_len,
+@@ -1248,13 +1248,9 @@ parse_vpd_pg83(const unsigned char *in, size_t in_len,
good_len = 8;
break;
case 2:
@@ -33,7 +33,7 @@ index 0efb8213..51797d2b 100644
good_len = 8;
break;
default:
-@@ -1260,10 +1256,6 @@ parse_vpd_pg83(const unsigned char *in, size_t in_len,
+@@ -1272,10 +1268,6 @@ parse_vpd_pg83(const unsigned char *in, size_t in_len,
break;
case 0x8:
/* SCSI Name: Prio 3 */
@@ -45,7 +45,7 @@ index 0efb8213..51797d2b 100644
case 0x1:
/* T-10 Vendor ID: Prio 2 */
diff --git a/tests/vpd.c b/tests/vpd.c
-index f9e22cd8..ab86ef0b 100644
+index 8b07df16..9bc70c5c 100644
--- a/tests/vpd.c
+++ b/tests/vpd.c
@@ -232,11 +232,13 @@ static const char * const str_prefix[] = {
@@ -62,23 +62,23 @@ index f9e22cd8..ab86ef0b 100644
/**
* create_scsi_string_desc() - create a SCSI name string descriptor.
-@@ -778,6 +780,7 @@ make_test_vpd_naa(2, 18);
+@@ -823,6 +825,7 @@ make_test_vpd_naa(2, 18);
make_test_vpd_naa(2, 17);
make_test_vpd_naa(2, 16);
+#if 0
/* SCSI Name string: EUI64, WWID size: 17 */
- make_test_vpd_str(0, 20, 18)
- make_test_vpd_str(0, 20, 17)
-@@ -813,6 +816,7 @@ make_test_vpd_str(18, 20, 18)
- make_test_vpd_str(18, 20, 17)
- make_test_vpd_str(18, 20, 16)
- make_test_vpd_str(18, 20, 15)
+ make_test_vpd_str(0, 20, 18);
+ make_test_vpd_str(0, 20, 17);
+@@ -865,6 +868,7 @@ make_test_vpd_prespc3(34);
+ make_test_vpd_prespc3(33);
+ make_test_vpd_prespc3(32);
+ make_test_vpd_prespc3(20);
+#endif
static int test_vpd(void)
{
-@@ -921,6 +925,7 @@ static int test_vpd(void)
+@@ -973,6 +977,7 @@ static int test_vpd(void)
cmocka_unit_test(test_vpd_naa_2_18),
cmocka_unit_test(test_vpd_naa_2_17),
cmocka_unit_test(test_vpd_naa_2_16),
@@ -86,10 +86,10 @@ index f9e22cd8..ab86ef0b 100644
cmocka_unit_test(test_vpd_str_0_20_18),
cmocka_unit_test(test_vpd_str_0_20_17),
cmocka_unit_test(test_vpd_str_0_20_16),
-@@ -945,6 +950,7 @@ static int test_vpd(void)
- cmocka_unit_test(test_vpd_str_18_20_17),
- cmocka_unit_test(test_vpd_str_18_20_16),
- cmocka_unit_test(test_vpd_str_18_20_15),
+@@ -1002,6 +1007,7 @@ static int test_vpd(void)
+ cmocka_unit_test(test_vpd_prespc3_33),
+ cmocka_unit_test(test_vpd_prespc3_32),
+ cmocka_unit_test(test_vpd_prespc3_20),
+*/
};
return cmocka_run_group_tests(tests, setup, teardown);
diff --git a/0011-RH-add-scsi-device-handlers-to-modules-load.d.patch b/0011-RH-add-scsi-device-handlers-to-modules-load.d.patch
index e619b97..893fcf2 100644
--- a/0011-RH-add-scsi-device-handlers-to-modules-load.d.patch
+++ b/0011-RH-add-scsi-device-handlers-to-modules-load.d.patch
@@ -1,4 +1,4 @@
-From 3074a701414a32df6314f42096b07ef22ecb6a5f Mon Sep 17 00:00:00 2001
+From b7d011c785cd82e261b13e26db8b392428ea0779 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Fri, 25 Mar 2022 18:12:06 -0500
Subject: [PATCH] RH: add scsi device handlers to modules-load.d
diff --git a/0012-RH-compile-with-libreadline-support.patch b/0012-RH-compile-with-libreadline-support.patch
index 7a30772..f70a43c 100644
--- a/0012-RH-compile-with-libreadline-support.patch
+++ b/0012-RH-compile-with-libreadline-support.patch
@@ -1,4 +1,4 @@
-From ca64d7d2f5173a8919a9b8f1375a061379c3b37e Mon Sep 17 00:00:00 2001
+From c1034763dd05b2ff64b305bbc68af7eb1aa9df5b Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Tue, 15 Nov 2022 18:03:33 -0600
Subject: [PATCH] RH: compile with libreadline support
diff --git a/0013-RH-Add-mpathcleanup.patch b/0013-RH-Add-mpathcleanup.patch
index 03ee3a4..d81915f 100644
--- a/0013-RH-Add-mpathcleanup.patch
+++ b/0013-RH-Add-mpathcleanup.patch
@@ -1,4 +1,4 @@
-From 1b78eefd855b87ee84b18ef8e19e356e5c348979 Mon Sep 17 00:00:00 2001
+From 6d48924943a5e797c707115f6d80c606eed56e2c Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Fri, 7 Jul 2023 15:25:59 -0500
Subject: [PATCH] RH: Add mpathcleanup
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 6a979be..2f6514d 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,6 +1,6 @@
Name: device-mapper-multipath
-Version: 0.14.3
-Release: 2%{?dist}
+Version: 0.15.1
+Release: 1%{?dist}
Summary: Tools to manage multipath devices using device-mapper
# readline uses GPL-3.0-only
License: GPL-2.0-only AND GPL-3.0-only
@@ -8,8 +8,8 @@ URL: http://christophe.varoqui.free.fr/
# The source for this package was pulled from upstream's git repo. Use the
# following command to generate the tarball
-# curl -L https://github.com/opensvc/multipath-tools/archive/0.14.3.tar.gz -o multipath-tools-0.14.3.tgz
-Source0: multipath-tools-0.14.3.tgz
+# curl -L https://github.com/opensvc/multipath-tools/archive/0.15.1.tar.gz -o multipath-tools-0.15.1.tgz
+Source0: multipath-tools-0.15.1.tgz
Source1: multipath.conf
Patch0001: 0001-RH-fixup-udev-rules-for-redhat.patch
Patch0002: 0002-RH-Remove-the-property-blacklist-exception-builtin.patch
@@ -111,7 +111,7 @@ This package contains the files needed to develop applications that use
device-mapper-multipath's libdmmp C API library
%prep
-%autosetup -n multipath-tools-0.14.3 -p1
+%autosetup -n multipath-tools-0.15.1 -p1
cp %{SOURCE1} .
%build
@@ -234,6 +234,10 @@ fi
%{_pkgconfdir}/libdmmp.pc
%changelog
+* Wed Sep 2 2026 Benjamin Marzinski <bmarzins@redhat.com> - 0.15.1-1
+- Update source to upstream release 0.15.1
+- Rebase redhat patches
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 6ac7d1c..cb59b2c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (multipath-tools-0.14.3.tgz) = 8434396da58636d0f7082fdbca2ee8f1e50c38e39d9c1e00a8a235f18d3bc34973a3d7c6c011ba8a1a48454a3b9366c5a7ccce57d2ddc0ed2decc013a8f9728e
+SHA512 (multipath-tools-0.15.1.tgz) = 14227c5268a765aad145e9a5cb8abff539bb5391ac158f4b20a7a16c667c01852ab07c3e68391d9604f320a13cae3ea5d1ff3b118f56616346ec129da0bae8a7
SHA512 (multipath.conf) = 71953dce5a68adcf60a942305f5a66023e6f4c4baf53b1bfdb4edf65ed5b8e03db804363c36d1dcfd85591f4766f52b515269904c53b84d7b076da0b80b09942
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 3:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 3:14 [rpms/device-mapper-multipath] rawhide: device-mapper-multipath-0.15.1-1 Benjamin Marzinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox