Accepting request 794385 from home:ailiopoulos:branches:filesystems

- update to v5.6.0:
  * xfs_scrub: don't set WorkingDirectory in systemd job
  * xfsprogs: fix silently broken option parsing
  * xfsprogs: various minor Coverity fixes
  * xfs_repair: fix dir_read_buf use of libxfs_da_read_buf
  * libxfs: check retval of device flush when closing
  * xfs_io: set exitcode on failure appropriately
  * libxfs changes merged from kernel 5.6

OBS-URL: https://build.opensuse.org/request/show/794385
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=91
This commit is contained in:
Luis Chamberlain
2020-04-15 23:45:02 +00:00
committed by Git OBS Bridge
parent 85cd13e60f
commit 6c97754f0f
6 changed files with 33 additions and 21 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 15 19:48:24 UTC 2020 - Anthony Iliopoulos <ailiopoulos@suse.com>
- update to v5.6.0:
* xfs_scrub: don't set WorkingDirectory in systemd job
* xfsprogs: fix silently broken option parsing
* xfsprogs: various minor Coverity fixes
* xfs_repair: fix dir_read_buf use of libxfs_da_read_buf
* libxfs: check retval of device flush when closing
* xfs_io: set exitcode on failure appropriately
* libxfs changes merged from kernel 5.6
-------------------------------------------------------------------
Sat Mar 14 11:15:39 UTC 2020 - Anthony Iliopoulos <ailiopoulos@suse.com>