- 
    Mon Jul 13 2020 Benjamin Marzinski <bmarzins@redhat.com> 0.8.4-5
    
- Add 0038-multipath-deal-with-failures-flushing-maps.patch
  * Don't print "fail" if multipath needs to failback to removing
    a device itself.
  * Fixes bz #1845875
- Modify multipath_conf_syntax CI test
  * It started failing because "multpath -F" can now start multipathd
    via the socket, and the test expected multipathd to not be running
- Resolves: bz #1845875
   
  
  - 
    Fri Jul 10 2020 Benjamin Marzinski <bmarzins@redhat.com> 0.8.4-4
    
- Add 0037-libmultipath-count-pending-paths-as-active-on-loads.patch
  * make udev treat the device as having paths, so it will run kpartx
  * Fixes bz #1846866
- Resolves: bz #1846866
   
  
  - 
    Mon Jul 06 2020 Benjamin Marzinski <bmarzins@redhat.com> 0.8.4-3
    
- Add 0024-libmultipath-make-dm_get_map-status-return-codes-sym.patch
- Add 0025-multipathd-fix-check_path-errors-with-removed-map.patch
- Add 0026-libmultipath-make-dm_flush_maps-only-return-0-on-suc.patch
- Add 0027-multipathd-add-del-maps-multipathd-command.patch
- Add 0028-multipath-make-flushing-maps-work-like-other-command.patch
- Add 0029-multipath-delegate-flushing-maps-to-multipathd.patch
- Add 0030-multipath-add-option-to-skip-multipathd-delegation.patch
  * The above 7 patches fix bz #1845875. Multipath now attempts to
    delegate device removal to multipathd, and multipathd handles
    external device removal better.
- Add 0031-libmultipath-fix-sysfs-dev_loss_tmo-parsing.patch
  * Fixes bz #1852843
- Add 0032-kpartx-read-devices-with-direct-IO.patch
  * Fixes bz #1814858
- Add 0033-kpartx-handle-alternate-bsd-disklabel-location.patch
- Add 0034-libmultipath-fix-checker-detection-for-nvme-devices.patch
  * fixes bz #1845915
- Add 0035-Makefile.inc-trim-extra-information-from-systemd-ver.patch
- Add 0036-kpartx-fix-Wsign-compare-error.patch
- Resolves: bz #1814858, #1845875, #1845915, #1852843
   
  
  - 
    Tue Jun 09 2020 Benjamin Marzinski <bmarzins@redhat.com> 0.8.4-2
    
- Add 0021-libmultipath-remove-_blacklist_exceptions-functions.patch
- Add 0022-libmultipath-fix-parser-issue-with-comments-in-strin.patch
- Add 0023-libmultipath-invert-regexes-that-start-with-exclamat.patch
  * This commit also changes the default devnode blacklist to
    blacklist all devices except scsi, dasd, and nvme.
- Resolves: bz #1828180
   
  
  - 
    Wed May 27 2020 Benjamin Marzinski <bmarzins@redhat.com> 0.8.4-1
    
- Update Source to upstream version 0.8.4
  * This version includes the fixes for bz #1768894 & #1821214
  * Previous patches 0001-0009 are included in this version
- Rename files
  * Previous patches 0010-0019 are now 0011-0020
- Add 0001-libmultipath-assign-variable-to-make-gcc-happy.patch
- Add 0002-libmutipath-don-t-close-fd-on-dm_lib_release.patch
- Add 0003-libmultipath-allow-force-reload-with-no-active-paths.patch
  * make multipath and multipathd reload maps with no active paths
    (bz #1814858)
- Add 0004-libmpathpersist-depend-on-libmultipath.patch
- Add 0005-multipath-tools-Makefile-more-dependency-fixes-for-p.patch
- Add 0006-multipath-tools-Makefile.inc-set-Wno-error-clobbered.patch
- Add 0007-libmultipath-discovery.c-use-z-qualifier-for-size_t.patch
- Add 0008-libmultipath-eliminate-more-signed-unsigned-comparis.patch
- Add 0009-libmultipath-set_uint-fix-parsing-for-32bit.patch
- Add 0010-multipath-tools-Makefile-add-install-dependency.patch
  * The above 10 patches have been submitted upstream
- Resolves: bz #1768894, #1814858, #1821214
   
  
  - 
    Fri Nov 08 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.8.3-3
    
- Rename files
  * Previous patches 0004-0013 are now 0010-0019
  * 0014-RH-add-mpathconf.patch now makes mpathconf default to not
    printing foreign devices (bz #1760709)
- Add 0004-libmultipath-remove-unused-path-prio_args.patch
- Add 0005-libmultipath-constify-get_unaligned_be.patch
- Add 0006-libmultipath-add-missing-hwe-mpe-variable-merges.patch
- Add 0007-libmultipath-fix-sgio_get_vpd-looping.patch
- Add 0008-libmultipath-add-vend_id-to-get_vpd_sgio.patch
- Add 0009-libmultipath-add-code-to-get-vendor-specific-vpd-dat.patch
  * Add the '%g' maps and paths format wildcard, and the vpd_vendor
    multipath.conf devices section parameter. (bz #1527212)
- Resolves: bz #1527212, #1760709
   
  
  - 
    Mon Oct 14 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.8.3-2
    
- Update CI tests
- Related: bz #1690515
   
  
  - 
    Tue Oct 08 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.8.3-1
    
- Update Source to upstream version 0.8.3
  * This version includes the fixes for bz #1690515, #1703439,
      * Previous patches 0001-0017 & 0031-0036 are included in this version
- Rename files
  * Previous patches 0018-0026 & 0028 are now 0004-0013
  * 0008-RH-add-mpathconf.patch has been modified to add a
    --property_blacklist option to fix bz #1753729
- Add 0001-multipathd-warn-when-configuration-has-been-changed.patch
  * Multipath now logs a warning message when the configuration file
    has been changed to fix bz #1750594
- Add 0002-libmultipath-fix-leak-in-foreign-code.patch
- Add 0003-Fix-leak-in-mpathpersist.patch
  * The above 3 patches have been submitted upstream
- Resolves: bz #1690515, #1703439, #1719562, #1747534, #1750594, #1753729
   
  
  - 
    Mon Jun 03 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.8.0-5
    
- Bump release number for test fix commit 0b68e623
- Related: bz #1666322
   
  
  - 
    Tue May 28 2019 Benjamin Marzinski <bmarzins@redhat.com> 0.8.0-4
    
- Add 0035-BZ-1700911-hwtable-add-Lenovo-DE-series.patch
- Add 0036-libmultipath-make-vector_foreach_slot_backwards-work.patch
  * Fix for bz #1713459
- Fixes for bz #1666322 and #1669097 were included in 0.8.0 upstream
  code
- Resolves: bz #1666322, #1669097, #1700911, #1713459