- Update to version 0.9.1+52+suse.be8809e:
* Code-identical to 0.9.1+48+suse.9c6c435 (merge in git repo to preserve history; fix revision in _service file). OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=293
This commit is contained in:
parent
8250617567
commit
8dff34fb0d
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||||
<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">next</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="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a471db61d795ebdb23d39d7f5de3f2e686bbffc797eb96bcd1d66cc597a62e68
|
|
||||||
size 2731020
|
|
3
multipath-tools-0.9.1+52+suse.be8809e.obscpio
Normal file
3
multipath-tools-0.9.1+52+suse.be8809e.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba0163b895560da7260bcd9963eac14f8141785e2077b6011803bae0581709df
|
||||||
|
size 2731020
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 9 19:38:03 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.1+52+suse.be8809e:
|
||||||
|
* Code-identical to 0.9.1+48+suse.9c6c435 (merge in git repo
|
||||||
|
to preserve history; fix revision in _service file).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 13:52:36 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
Wed Sep 7 13:52:36 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: multipath-tools
|
name: multipath-tools
|
||||||
version: 0.9.1+48+suse.9c6c435
|
version: 0.9.1+52+suse.be8809e
|
||||||
mtime: 1662550512
|
mtime: 1662752041
|
||||||
commit: 9c6c43556abfa2cc4133cee88709cec33b1f7b83
|
commit: be8809e0370fab9f72ca0e3c3b642ef7ebc4ced5
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package multipath-tools
|
# spec file for package multipath-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,10 +34,10 @@
|
|||||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||||
|
|
||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
Version: 0.9.1+48+suse.9c6c435
|
Version: 0.9.1+52+suse.be8809e
|
||||||
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
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
URL: http://christophe.varoqui.free.fr/
|
URL: http://christophe.varoqui.free.fr/
|
||||||
Source: multipath-tools-%{version}.tar.xz
|
Source: multipath-tools-%{version}.tar.xz
|
||||||
@ -86,6 +86,7 @@ availability of the map devices.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
||||||
# separately. libmultipath has no stable API at all, and it depends
|
# separately. libmultipath has no stable API at all, and it depends
|
||||||
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user