Accepting request 1108489 from home:ccrane:branches:Virtualization

- Update to upstream version v1.7.2 (jsc#4980)
  - Add supplementary group extension support
  - Prevent EPERM failures with O_NOATIME
  - Fix cache timeouts
  - seccomp: Allow SYS_sched_yield
  - Allow to provide the same argument multiple times
  - Add the -V/--version options

OBS-URL: https://build.opensuse.org/request/show/1108489
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=11
This commit is contained in:
Caleb Crane 2023-09-01 16:21:04 +00:00 committed by Git OBS Bridge
parent 9a057e4703
commit f06c6c5948

View File

@ -1,10 +1,14 @@
-------------------------------------------------------------------
Thu Aug 31 20:28:08 UTC 2023 - Caleb Crane <caleb.crane@suse.com>
- Update to version v1.7.2
- https://gitlab.com/virtio-fs/virtiofsd/-/tags?sort=version_desc
- Update to upstream version v1.7.2 (jsc#4980)
- Add supplementary group extension support
- Prevent EPERM failures with O_NOATIME
- Fix cache timeouts
- seccomp: Allow SYS_sched_yield
- Allow to provide the same argument multiple times
- Add the -V/--version options
- Upgrade vendored dependencies
- jsc#4980: virtiofsd needed for QEMU > 8.0.0 update
-------------------------------------------------------------------
Fri Jun 2 15:40:06 UTC 2023 - Caleb Crane <caleb.crane@suse.com>