Mon, 20 May 2024 13:31:59 UTC | login

Information for build device-mapper-multipath-0.9.4-2.fc38

ID239035
Package Namedevice-mapper-multipath
Version0.9.4
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/device-mapper-multipath.git#bbfe9b12298331b52b0d1de1f1087bc8eac1374a
SummaryTools to manage multipath devices using device-mapper
Descriptiondevice-mapper-multipath provides tools to manage multipath devices by instructing the device-mapper multipath kernel module what to do. The tools are : * multipath - Scan the system for multipath devices and assemble them. * multipathd - Detects when paths fail and execs multipath to update things.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Mar 2023 08:18:48 UTC
CompletedSun, 12 Mar 2023 09:03:16 UTC
Taskbuild (f38, /rpms/device-mapper-multipath.git:bbfe9b12298331b52b0d1de1f1087bc8eac1374a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/device-mapper-multipath.git#bbfe9b12298331b52b0d1de1f1087bc8eac1374a'}}
Tags
f38
f39
f40
RPMs
src
device-mapper-multipath-0.9.4-2.fc38.src.rpm (info) (download)
riscv64
device-mapper-multipath-0.9.4-2.fc38.riscv64.rpm (info) (download)
device-mapper-multipath-devel-0.9.4-2.fc38.riscv64.rpm (info) (download)
device-mapper-multipath-libs-0.9.4-2.fc38.riscv64.rpm (info) (download)
kpartx-0.9.4-2.fc38.riscv64.rpm (info) (download)
libdmmp-0.9.4-2.fc38.riscv64.rpm (info) (download)
libdmmp-devel-0.9.4-2.fc38.riscv64.rpm (info) (download)
device-mapper-multipath-debuginfo-0.9.4-2.fc38.riscv64.rpm (info) (download)
device-mapper-multipath-debugsource-0.9.4-2.fc38.riscv64.rpm (info) (download)
device-mapper-multipath-libs-debuginfo-0.9.4-2.fc38.riscv64.rpm (info) (download)
kpartx-debuginfo-0.9.4-2.fc38.riscv64.rpm (info) (download)
libdmmp-debuginfo-0.9.4-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Feb 02 2023 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.4-2 - Update to the head of the upstream staging branch * Patches 0011-0015 are from the upstream staging branch - Rename redhat patches * Previous patches 0011-0022 are now patches 0016-0027 * Thu Jan 26 2023 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.4-1 - Update to the head of the upstream staging branch * Previous patches 0001-0032 are included in the source tarball * Patches 0001-0010 are from the upstream staging branch - Rename redhat patches * Previous patches 0033-0044 are now patches 0011-0022 - Add dependency on libmount * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 15 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.3-1 - Update to the head of the upstream staging branch * Previous patches 0001-0042 are included in the source tarball * Patches 0001-0032 are from the upstream staging branch - Rename redhat patches * Previous patches 0043-0053 are now patches 0033-0043 - Change back to using readline instead of libedit * The code the uses readline has been isolated from the code that is licensed gpl v2 only. - Add libmpathutil libraries to spec file - Add multipathc program to spec file - Add multipath.conf systemd tempfile configuration to spec file - Misc spec file cleanups * Fri Aug 19 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.0-3 - Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 - Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 - Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. - Remove README.alua * information moved to README.md * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 13 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.9.0-1 - Update source to upstream version 0.9.0 * Previous patches 0001-0005 are included in the commit. * This version deprecates multiple options: mutlipath_dir, config_dir, and getuid_callout, along with the "default_" prefixed alternate names for the default section parameters. - Add patches from upstream staging branch * Patches 0001-0006 are from the upstream staging branch - Rename redhat patches * Previous patches 0006-0016 are now patches 0007-0017 * Mon Mar 28 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.9-1 - Update source to upstream version 0.8.9 * Previous patches 0001-0024 & 0035 are included in the commit. - Add patches from upstream staging branch * Patches 0001-0005 are from the upstream staging branch - Rename redhat patches * Previous patches 0025-0034 are now patches 0006-0015 - Combine redhat patches * Previous patches 0036 & 0037 are now part of patch 0011 - Add 0016-RH-add-scsi-device-handlers-to-modules-load.d.patch - Spec file changes * Install multipath.conf and scsi_dh.conf to /usr/lib/modules-load.d * Mon Feb 07 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-8 - Add 0036-RH-add-support-to-mpathconf-for-setting-arbitrary-de.patch * add the ability for mpathconf to set arbitray options with --option - Add 0037-RH-add-support-to-mpathconf-for-setting-recheck_wwid.patch * add --recheck_wwid option to mpathconf * Wed Jan 26 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-7 - Add 0035-libmultipath-use-asprintf-to-allocate-prefixed_uuid.patch - Resolves: bz #2045309 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jan 06 2022 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-5 - Modify 0030-RH-add-mpathconf.patch * fix setting property_blacklist with no blacklist_exceptions section * Mon Dec 13 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-4 - Update to the head of the upstream staging branch * Patches 0013 - 0024 are from the upstream staging branch - Rename redhat patches * Previous patches 0013-0022 are now patches 0025-0034 * Thu Oct 28 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-3 - Update to the head of the upstream staging branch * Patches 0011 & 0012 are from the upstream staging branch - Rename redhat patches * Previous patches 0011-0020 are now patches 0013-0022 * Wed Oct 06 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-2 - Modify 0013-RH-don-t-start-without-a-config-file.patch * add condtion to multipathd.socket as well * Wed Oct 06 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.7-1 - Update source to upstream version 0.8.7 * Previous patches 0001-0023 are included in the commit. - Add patches from upstream staging branch * Patches 0001-0010 are from the upstream staging branch - Rename redhat patches * Previous patches 0024-0033 are now patches 0011-0020 * Fri Jul 30 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-5 - Update to the head of the upstream staging branch plus redhat patches * Patches 0016-0018 are from the upstream staging branch * Patches 0019-0024 have been submitted upstream - Rename files * Previous patches 0016-0025 are now patches 0024-0033 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 0.8.6-3 - Rebuild for versioned symbols in json-c * Thu Jul 01 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-2 - Pull in latest upstream post-tag commits * Patches 0001-0015 are from https://github.com/openSUSE/multipath-tools/tree/queue and are already queued for upstream - Rename files * Previous patches 0001-0010 and now patches 0016-0025 * Wed Jun 23 2021 Cole Robinson <crobinso@redhat.com> - 0.8.6-1.fc35.1 - Rebuild for userspace-rcu soname bump * Mon Apr 05 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.6-1 - Update Source to upstream version 0.8.6 * Previous patches 0001-0146 are included in the commit - Rename files * Previous patches 0147-0156 are now patches 0001-0010 - sync tests with RHEL repository * Fri Mar 26 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.5-6 - Change patch format to remove Git version * Patches 0001-0122 only have the patch format modified - Update to the head of the upstream staging branch plus redhat patches * Patches 0123-0134 & 1036-0142 are from the upstream staging branch * Patches 0143-1046 have been submitted upstream * Patch 0156 is a Red Hat only patch. Red Hat udev rules set ID_SERIAL from 60-persistent-storage.rules instead of 55-scsi-sg3_id.rules. Multipath's parse_vpd_pg83() function needs to match the ID_SERIAL value from udev. - Rename files * Previous patches 0123-0132 are now patches 1035 & 0147-0155 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8.5-5 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Thu Feb 11 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.8.5-4 - Update Source to upstream version 0.8.5 plus post tag commits * Patches 0001-0121 are from https://github.com/openSUSE/multipath-tools/tree/queue and are already queued for upstream * Patches 0122&0123 have been posted for upstream inclusion - Rename files * Previous patches 0103-0111 are now patches 0124-0132