Accepting request 406265 from home:hreinecke:branches:Base:System
- Revert 'move filter_devnode under vector lock' - Revert the rework patch - Move config accesses to use user-space RCU - Update tarball to 0.6.1+suse20160704.6e52398 - Drop AUTHOR file OBS-URL: https://build.opensuse.org/request/show/406265 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=96
This commit is contained in:
parent
45fbf43802
commit
c95b3d38fc
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
|
||||
<param name="changesrevision">9b920e38172d58e3a4f2ced1b594940d92a58b45</param></service></servicedata>
|
||||
<param name="changesrevision">6e5239869eabaad4dced2152488f5a865509e1d1</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b594785cdabf921c6d3ca515e3556455f072d68c690f3143f65734566245e97c
|
||||
size 191552
|
3
multipath-tools-0.6.1+suse20160704.6e52398.tar.xz
Normal file
3
multipath-tools-0.6.1+suse20160704.6e52398.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba15bb1400d7f4609c688e0aa3ec074e4b6a79973f6e9a5ed0db1d5ba438da40
|
||||
size 188320
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6945f4f0ca49254dbdaf12986911a69ffa2cfa605a1d81798e80abec69ceaa09
|
||||
size 190936
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 09:47:21 CEST 2016 - hare@suse.de
|
||||
|
||||
- Revert 'move filter_devnode under vector lock'
|
||||
- Revert the rework patch
|
||||
- Move config accesses to use user-space RCU
|
||||
- Update tarball to 0.6.1+suse20160704.6e52398
|
||||
- Drop AUTHOR file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 08:33:48 UTC 2016 - lnussel@suse.de
|
||||
|
||||
|
@ -16,12 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.6.1+suse20160603.9b920e3
|
||||
%define version_unconverted 0.6.1+suse20160704.6e52398
|
||||
|
||||
Name: multipath-tools
|
||||
BuildRequires: device-mapper-devel
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: liburcu-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: udev
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
@ -30,7 +31,7 @@ Url: http://christophe.varoqui.free.fr/
|
||||
Requires: device-mapper >= 1.2.78
|
||||
Requires: kpartx
|
||||
PreReq: %insserv_prereq %fillup_prereq coreutils grep
|
||||
Version: 0.6.1+suse20160603.9b920e3
|
||||
Version: 0.6.1+suse20160704.6e52398
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0
|
||||
@ -147,7 +148,7 @@ exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHOR COPYING README ChangeLog
|
||||
%doc COPYING README ChangeLog
|
||||
%{_udevrulesdir}/11-dm-mpath.rules
|
||||
%{_udevrulesdir}/56-multipath.rules
|
||||
/%{_lib}/libmultipath.so.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user