forked from pool/multipath-tools
Accepting request 505575 from Base:System
- Update to version 0.7.1+62+suse.62a2c36e: * kpartx: only check for 'no_partitions' feature on dm devices (bsc#1037533) (forwarded request 505573 from mwilck) OBS-URL: https://build.opensuse.org/request/show/505575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=88
This commit is contained in:
commit
805be74387
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="subdir"></param>
|
<param name="subdir"></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">factory</param>
|
<param name="revision">sles12-sp3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -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">07c2f6ac8454445babad7927af041c3ad45279e8</param></service></servicedata>
|
<param name="changesrevision">62a2c36e5565adb1b3637237b3866cfcacf3f31d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5030019ce5a7f96096ec1cb9254d3b6e2acc00fc2cc11fad95d6499ae19568e
|
|
||||||
size 255232
|
|
3
multipath-tools-0.7.1+62+suse.62a2c36e.tar.xz
Normal file
3
multipath-tools-0.7.1+62+suse.62a2c36e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ab01ed22c323a3abc5b4396a950da8c1cb0dc13a6c4fe08ff11c016f1299028
|
||||||
|
size 255776
|
@ -1,13 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 20:41:18 UTC 2017 - mwilck@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.1+62+suse.62a2c36e:
|
||||||
|
* kpartx: only check for 'no_partitions' feature on dm devices
|
||||||
|
(bsc#1037533)
|
||||||
|
* Revert "kpartx: use mapname if no uuid is present"
|
||||||
|
(bsc#1037533, bsc#1033541)
|
||||||
|
- "no_path_retry" patch series (bsc#1043027)
|
||||||
|
* libmultipath: load_config: skip setting unnecessary defaults
|
||||||
|
* libmultipath: add/remove_feature: use const char* for feature
|
||||||
|
* libmultipath: clarify option conflicts for "features"
|
||||||
|
* libmultipath: merge_hwe: fix queue_if_no_path logic
|
||||||
|
* libmultipath: assemble_map: fix queue_if_no_path logic
|
||||||
|
* multipath.conf.5: document no_path_retry vs. queue_if_no_path
|
||||||
|
* multipath.conf.5: Remove ??? and other minor fixes
|
||||||
|
* libmultipath: add deprecated warning for some features settings
|
||||||
|
|
||||||
|
- _service: Use "sles12-sp3" branch as revision, as factory
|
||||||
|
and SLE12-SP3 submissions are in sync. Will be changed when
|
||||||
|
factory forks off (latest at SLE12-SP3 GA).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 06:57:53 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- set KBUILD_BUILD_TIMESTAMP to generate reproducible man-pages
|
||||||
|
to fix build-compare (bsc#1045111)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
|
Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
|
||||||
|
|
||||||
- Update to version 0.7.1+53+suse.07c2f6ac:
|
- Update to version 0.7.1+53+suse.07c2f6ac
|
||||||
Merged upstream fixes:
|
- kpartx patch series from upstream (bsc#1037533, bsc#1033541)
|
||||||
* multipath: Merge the DELL MD3xxx device configs
|
|
||||||
* multipath: fix up position independent code
|
|
||||||
* libmultipath: fix partition detection
|
|
||||||
* kpartx: default to running in sync mode
|
|
||||||
* libmultipath: force udev reloads
|
|
||||||
* kpartx: only check for 'no_partitions' feature on dm devices
|
* kpartx: only check for 'no_partitions' feature on dm devices
|
||||||
* kpartx: test-kpartx: new unit test program
|
* kpartx: test-kpartx: new unit test program
|
||||||
* kpartx: remove is_loop_device
|
* kpartx: remove is_loop_device
|
||||||
@ -20,14 +43,29 @@ Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
|
|||||||
* kpartx: use absolute path for regular files
|
* kpartx: use absolute path for regular files
|
||||||
* kpartx: find_loop_by_file: use sysfs
|
* kpartx: find_loop_by_file: use sysfs
|
||||||
* kpartx: include sys/sysmacros.h
|
* kpartx: include sys/sysmacros.h
|
||||||
* libmultipath: print.c: make sure lines are 0-terminated
|
* Revert "kpartx: relax check when checking for a kpartx device"
|
||||||
|
|
||||||
|
- Spec file: use new build flag for libdmmp installation
|
||||||
|
(bsc#1036652), enabled by upstream fix:
|
||||||
|
* libdmmp: enable library installation in alternative directory
|
||||||
|
|
||||||
|
- Other bug fixes from upstream:
|
||||||
|
* libmultipath: print.c: make sure lines are 0-terminated (bsc#1038865)
|
||||||
* multipath-tools: fix compilation with gcc < 4.9
|
* multipath-tools: fix compilation with gcc < 4.9
|
||||||
|
* kpartx: fix device checks
|
||||||
|
* mpath_persist: Don't join threads that don't exist
|
||||||
|
* libmultipath: fix suspended devs from failed reloads
|
||||||
|
* mpathpersist: fix one more crash possiblity
|
||||||
|
|
||||||
|
- Minor upstream changes:
|
||||||
|
* multipath: Merge the DELL MD3xxx device configs
|
||||||
|
* multipath: fix up position independent code
|
||||||
|
* libmultipath: fix partition detection (bsc#1037533)
|
||||||
|
* kpartx: default to running in sync mode
|
||||||
|
* libmultipath: force udev reloads
|
||||||
* libmultipath: print alias with no_path_retry message
|
* libmultipath: print alias with no_path_retry message
|
||||||
* multipathd: force reload device on all resizes
|
* multipathd: force reload device on all resizes
|
||||||
* libmultipath: refactor calls to get dm device info
|
* libmultipath: refactor calls to get dm device info
|
||||||
* libmultipath: fix suspended devs from failed reloads
|
|
||||||
* kpartx: fix device checks
|
|
||||||
* mpath_persist: Don't join threads that don't exist
|
|
||||||
* multipath-tools: document uid_attribute for NVME devices
|
* multipath-tools: document uid_attribute for NVME devices
|
||||||
* Makefile: Remove assignments to unused variables
|
* Makefile: Remove assignments to unused variables
|
||||||
* libmultipath/configure.h: Add a forward declaration
|
* libmultipath/configure.h: Add a forward declaration
|
||||||
@ -35,11 +73,7 @@ Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
|
|||||||
* Remove mpath_reverse_8bytes_order()
|
* Remove mpath_reverse_8bytes_order()
|
||||||
* Move the declaration of mpath_mx_alloc_len to a header file
|
* Move the declaration of mpath_mx_alloc_len to a header file
|
||||||
* Remove a superfluous "extern" keyword
|
* Remove a superfluous "extern" keyword
|
||||||
* mpathpersist: fix one more crash possiblity
|
|
||||||
* Revert "kpartx: relax check when checking for a kpartx device"
|
|
||||||
* mpathpersist.8: add missing documentation for -K, -C, -l
|
* mpathpersist.8: add missing documentation for -K, -C, -l
|
||||||
* libdmmp: enable library installation in alternative directory
|
|
||||||
- Spec file: use new build flag for libdmmp installation
|
|
||||||
|
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
Thu Apr 27 18:15:26 UTC 2017 - mwilck@suse.com
|
Thu Apr 27 18:15:26 UTC 2017 - mwilck@suse.com
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
Url: http://christophe.varoqui.free.fr/
|
Url: http://christophe.varoqui.free.fr/
|
||||||
Version: 0.7.1+53+suse.07c2f6ac
|
Version: 0.7.1+62+suse.62a2c36e
|
||||||
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
|
License: GPL-2.0
|
||||||
@ -176,6 +176,7 @@ This package provides development files and documentation for libdmmp.
|
|||||||
%setup -q -n multipath-tools-%{version}
|
%setup -q -n multipath-tools-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
[ -n "$SOURCE_DATE_EPOCH" ] && export KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
|
||||||
make CC="%__cc" OPTFLAGS="%{optflags}" %{dirflags} %{makeflags}
|
make CC="%__cc" OPTFLAGS="%{optflags}" %{dirflags} %{makeflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user