forked from pool/multipath-tools
Accepting request 1146653 from home:mwilck:Future
- Update to version 0.9.7+148+suse.9780ae0: * 11-dm-mpath.rules: Fix quoting mistake (bsc#1219142) OBS-URL: https://build.opensuse.org/request/show/1146653 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=328
This commit is contained in:
parent
ecff59b5d7
commit
65b2f81b3f
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">7d9953e43e6f554057d7f0b6ee108f9bf0ea80bb</param></service></servicedata>
|
||||
<param name="changesrevision">9780ae02c01d4f54ee9e288d6cfde5527857e333</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99ea7de0072d0b68e139f1668fc760f0af46ce9dce4d12a2c20f4b05164794aa
|
||||
size 2857484
|
3
multipath-tools-0.9.7+148+suse.9780ae0.obscpio
Normal file
3
multipath-tools-0.9.7+148+suse.9780ae0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4921e32a2dc1c8da91588338e28ca4561560ad332a6b774a574544d8dc3b083c
|
||||
size 2857484
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: multipath-tools
|
||||
version: 0.9.7+148+suse.7d9953e
|
||||
mtime: 1707750575
|
||||
commit: 7d9953e43e6f554057d7f0b6ee108f9bf0ea80bb
|
||||
version: 0.9.7+148+suse.9780ae0
|
||||
mtime: 1707942359
|
||||
commit: 9780ae02c01d4f54ee9e288d6cfde5527857e333
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package multipath-tools
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -35,7 +35,7 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.9.7+148+suse.7d9953e
|
||||
Version: 0.9.7+148+suse.9780ae0
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only AND GPL-3.0-or-later
|
||||
@ -62,9 +62,9 @@ BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(liburcu)
|
||||
BuildRequires: pkgconfig(mount)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(mount)
|
||||
%if 0%{?with_check} == 1
|
||||
BuildRequires: pkgconfig(cmocka)
|
||||
%endif
|
||||
@ -88,7 +88,6 @@ monitors path devices for failure, removal, or addition, and applies
|
||||
the necessary changes to the multipath maps to ensure continuous
|
||||
availability of the map devices.
|
||||
|
||||
|
||||
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
||||
# separately. libmultipath has no stable API at all, and it depends
|
||||
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
||||
@ -160,6 +159,7 @@ This package provides development files and documentation for libdmmp.
|
||||
%define libdir %{_libdir}
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n multipath-tools-%{version}
|
||||
cp %{SOURCE4} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user