forked from pool/multipath-tools
Accepting request 1146796 from Base:System
- Update to version 0.9.8~1+82+suse.dcd98a3: * Adapt package version such that it shows as a 0.9.8 prerelease * Add missing udev rules file - Update to version 0.9.7+148+suse.9780ae0: * 11-dm-mpath.rules: Fix quoting mistake (bsc#1219142) - Update to version 0.9.7+148+suse.7d9953e.obscpio * This is a multipath-tools 0.9.8 pre-release * fix fast_io_fail for Infinibox (bsc#1219348) * Fix activation of LVM volume groups during coldplug (bsc#1219142) - Update to version 0.9.7+140+suse.2d78457: * This is a multipath-tools 0.9.8 pre-release * Socket activation via multipathd.socket has been disabled by default because it has undesirable side effects on systems without multipath. Users with multipath hardware should enable multipathd.service * The restorequeueing CLI command now only enables queueing if disablequeueing had been sent before * Avoid multipathd hang during map flush * multipathd now tracks the queueing mode of maps in its internal features string * Improve error messages in 'multipathd -k' * Fix segfault in autoresize code (bsc#1219289) * Fix missing map reloads (bsc#1219796) * Documentation fixes, spelling fixes, minor code fixes OBS-URL: https://build.opensuse.org/request/show/1146796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=160
This commit is contained in:
commit
73acb5232d
4
_service
4
_service
@ -6,7 +6,9 @@
|
|||||||
<param name="filename">multipath-tools</param>
|
<param name="filename">multipath-tools</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
||||||
<param name="revision">factory</param>
|
<param name="revision">factory</param>
|
||||||
<param name="match-tag">0.[0-9].[0-9]</param>
|
<param name="match-tag">0.[0-9].[0-9]*</param>
|
||||||
|
<param name="versionrewrite-pattern">[-]pre\.([0-9])</param>
|
||||||
|
<param name="versionrewrite-replacement">~\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="manual"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||||
<param name="changesrevision">e2f2272965b84e18c88f714a5da944261386c22c</param></service></servicedata>
|
<param name="changesrevision">dcd98a3c394ae7817a5e7ac81bd58c7635201e9e</param></service></servicedata>
|
@ -1,2 +1,2 @@
|
|||||||
# Make sure the tmpfiles entry exists in initramfs already
|
# Make sure the tmpfiles entry and rules files exist in initramfs already
|
||||||
install_items+=" @TMPFILESDIR@/multipath.conf "
|
install_items+=" @TMPFILESDIR@/multipath.conf @UDEVRULESDIR@/99-z-dm-mpath-late.rules "
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a2e1d81d48871d3384bbe65c360f780a0556196d07d0e7e1a0e0194b109e331
|
|
||||||
size 2839052
|
|
3
multipath-tools-0.9.8~1+82+suse.dcd98a3.obscpio
Normal file
3
multipath-tools-0.9.8~1+82+suse.dcd98a3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:207ddfc111740840b54d553f254d1e2c5f52439e5d44b0e337eb962e9d592927
|
||||||
|
size 2857484
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 11:00:59 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.8~1+82+suse.dcd98a3:
|
||||||
|
* Adapt package version such that it shows as a 0.9.8 prerelease
|
||||||
|
* Add missing udev rules file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 14 20:52:13 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.7+148+suse.9780ae0:
|
||||||
|
* 11-dm-mpath.rules: Fix quoting mistake (bsc#1219142)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 15:33:58 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.7+148+suse.7d9953e.obscpio
|
||||||
|
* This is a multipath-tools 0.9.8 pre-release
|
||||||
|
* fix fast_io_fail for Infinibox (bsc#1219348)
|
||||||
|
* Fix activation of LVM volume groups during coldplug (bsc#1219142)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 15:09:47 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.7+140+suse.2d78457:
|
||||||
|
* This is a multipath-tools 0.9.8 pre-release
|
||||||
|
* Socket activation via multipathd.socket has been disabled by default
|
||||||
|
because it has undesirable side effects on systems without multipath.
|
||||||
|
Users with multipath hardware should enable multipathd.service
|
||||||
|
* The restorequeueing CLI command now only enables queueing if
|
||||||
|
disablequeueing had been sent before
|
||||||
|
* Avoid multipathd hang during map flush
|
||||||
|
* multipathd now tracks the queueing mode of maps in its internal features string
|
||||||
|
* Improve error messages in 'multipathd -k'
|
||||||
|
* Fix segfault in autoresize code (bsc#1219289)
|
||||||
|
* Fix missing map reloads (bsc#1219796)
|
||||||
|
* Documentation fixes, spelling fixes, minor code fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 5 14:32:11 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
Fri Jan 5 14:32:11 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: multipath-tools
|
name: multipath-tools
|
||||||
version: 0.9.7+93+suse.e2f2272
|
version: 0.9.8~1+82+suse.dcd98a3
|
||||||
mtime: 1704464916
|
mtime: 1707986847
|
||||||
commit: e2f2272965b84e18c88f714a5da944261386c22c
|
commit: dcd98a3c394ae7817a5e7ac81bd58c7635201e9e
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||||
|
|
||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
Version: 0.9.7+93+suse.e2f2272
|
Version: 0.9.8~1+82+suse.dcd98a3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||||
License: GPL-2.0-only AND GPL-3.0-or-later
|
License: GPL-2.0-only AND GPL-3.0-or-later
|
||||||
@ -191,7 +191,7 @@ install -m 644 -D %{SOURCE1} %{buildroot}/usr/lib/modprobe.d/90-scsi_dh.conf
|
|||||||
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}/00-dont-del-part-nodes.rules
|
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}/00-dont-del-part-nodes.rules
|
||||||
install -m 644 -D %{SOURCE3} %{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.conf
|
install -m 644 -D %{SOURCE3} %{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.conf
|
||||||
install -m 644 -D %{SOURCE6} %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
|
install -m 644 -D %{SOURCE6} %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
|
||||||
sed -i 's,@TMPFILESDIR@,%{_tmpfilesdir},' %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
|
sed -i 's,@TMPFILESDIR@,%{_tmpfilesdir},;s,@UDEVRULESDIR@,%{_udevrulesdir},' %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
|
||||||
|
|
||||||
%post -n libmpath0 -p %{run_ldconfig}
|
%post -n libmpath0 -p %{run_ldconfig}
|
||||||
%postun -n libmpath0 -p %{run_ldconfig}
|
%postun -n libmpath0 -p %{run_ldconfig}
|
||||||
@ -227,6 +227,7 @@ exit 0
|
|||||||
%license LICENSES/GPL-3.0
|
%license LICENSES/GPL-3.0
|
||||||
%{_udevrulesdir}/11-dm-mpath.rules
|
%{_udevrulesdir}/11-dm-mpath.rules
|
||||||
%{_udevrulesdir}/56-multipath.rules
|
%{_udevrulesdir}/56-multipath.rules
|
||||||
|
%{_udevrulesdir}/99-z-dm-mpath-late.rules
|
||||||
%{sbindir}/multipath
|
%{sbindir}/multipath
|
||||||
%{sbindir}/multipathd
|
%{sbindir}/multipathd
|
||||||
%{sbindir}/multipathc
|
%{sbindir}/multipathc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user