Accepting request 1108490 from Virtualization

OBS-URL: https://build.opensuse.org/request/show/1108490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-09-02 20:07:09 +00:00 committed by Git OBS Bridge
commit 7556d860a3
6 changed files with 19 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://gitlab.com/virtio-fs/virtiofsd.git</param>
<param name="scm">git</param>
<param name="filename">virtiofsd</param>
<param name="revision">v1.6.1</param>
<param name="revision">v1.7.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e429dc10fcae73d13033dfbff27234cdbd3e72bcc4b9a0c9555690289f0fa02
size 12026980
oid sha256:9dc567a1ecfa9a244514a54e553929b8bc765f9e18fa780ad3c0c1a26e608a5d
size 12353100

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c783cfd2807c9eabf56c26df340d7c91d06d94794565cfc5f59da3d7f1d7384f
size 93540

3
virtiofsd-1.7.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64ac4febe3799b77ca74485478b1248ca42f453521b47bb746eaa3863e94342d
size 95376

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 31 20:28:08 UTC 2023 - Caleb Crane <caleb.crane@suse.com>
- 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
-------------------------------------------------------------------
Fri Jun 2 15:40:06 UTC 2023 - Caleb Crane <caleb.crane@suse.com>

View File

@ -17,7 +17,7 @@
Name: virtiofsd
Version: 1.6.1
Version: 1.7.2
Release: 0
Summary: vhost-user virtio-fs device backend written in Rust
Group: Development/Libraries/Rust