Accepting request 505021 from home:mwilck:branches:Base:System

Added bsc references to .changes file

OBS-URL: https://build.opensuse.org/request/show/505021
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=125
This commit is contained in:
Martin Wilck 2017-06-20 10:20:58 +00:00 committed by Git OBS Bridge
parent 442501e252
commit 31f29213bb

View File

@ -2,18 +2,13 @@
Tue Jun 20 06:57:53 UTC 2017 - bwiedemann@suse.com
- set KBUILD_BUILD_TIMESTAMP to generate reproducible man-pages
to fix build-compare
to fix build-compare (bsc#1045111)
-------------------------------------------------------------------
Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
- Update to version 0.7.1+53+suse.07c2f6ac:
Merged upstream fixes:
* 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
- Update to version 0.7.1+53+suse.07c2f6ac
- kpartx patch series from upstream (bsc#1037533, bsc#1033541)
* kpartx: only check for 'no_partitions' feature on dm devices
* kpartx: test-kpartx: new unit test program
* kpartx: remove is_loop_device
@ -26,14 +21,29 @@ Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
* kpartx: use absolute path for regular files
* kpartx: find_loop_by_file: use sysfs
* 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
* 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
* multipathd: force reload device on all resizes
* 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
* Makefile: Remove assignments to unused variables
* libmultipath/configure.h: Add a forward declaration
@ -41,11 +51,7 @@ Wed Jun 14 08:58:23 UTC 2017 - mwilck@suse.com
* Remove mpath_reverse_8bytes_order()
* Move the declaration of mpath_mx_alloc_len to a header file
* 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
* 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