diff --git a/_service b/_service index b6155c8..b81382e 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ multipath-tools @PARENT_TAG@+@TAG_OFFSET@+suse.%h - factory + sles12-sp3 enable diff --git a/_servicedata b/_servicedata index f2f7cfd..0da2a0d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/multipath-tools.git - 07c2f6ac8454445babad7927af041c3ad45279e8 \ No newline at end of file + 62a2c36e5565adb1b3637237b3866cfcacf3f31d \ No newline at end of file diff --git a/multipath-tools-0.7.1+53+suse.07c2f6ac.tar.xz b/multipath-tools-0.7.1+53+suse.07c2f6ac.tar.xz deleted file mode 100644 index 61cf9a2..0000000 --- a/multipath-tools-0.7.1+53+suse.07c2f6ac.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5030019ce5a7f96096ec1cb9254d3b6e2acc00fc2cc11fad95d6499ae19568e -size 255232 diff --git a/multipath-tools-0.7.1+62+suse.62a2c36e.tar.xz b/multipath-tools-0.7.1+62+suse.62a2c36e.tar.xz new file mode 100644 index 0000000..4b5d9b1 --- /dev/null +++ b/multipath-tools-0.7.1+62+suse.62a2c36e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab01ed22c323a3abc5b4396a950da8c1cb0dc13a6c4fe08ff11c016f1299028 +size 255776 diff --git a/multipath-tools.changes b/multipath-tools.changes index 38e4f78..fd5a332 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -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 -- 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 @@ -20,14 +43,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 @@ -35,11 +73,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 diff --git a/multipath-tools.spec b/multipath-tools.spec index b23ba21..fd08f93 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -89,7 +89,7 @@ Name: multipath-tools Url: http://christophe.varoqui.free.fr/ -Version: 0.7.1+53+suse.07c2f6ac +Version: 0.7.1+62+suse.62a2c36e Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0 @@ -176,6 +176,7 @@ This package provides development files and documentation for libdmmp. %setup -q -n multipath-tools-%{version} %build +[ -n "$SOURCE_DATE_EPOCH" ] && export KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH make CC="%__cc" OPTFLAGS="%{optflags}" %{dirflags} %{makeflags} %install