From 9a057e4703c521f1329eadc0970a7040b0a0d0035ecabcaf940c9c8877ca0c23 Mon Sep 17 00:00:00 2001 From: Caleb Crane Date: Thu, 31 Aug 2023 20:58:17 +0000 Subject: [PATCH 1/2] Accepting request 1108338 from home:ccrane:branches:Virtualization - Update to version v1.7.2 - https://gitlab.com/virtio-fs/virtiofsd/-/tags?sort=version_desc - Upgrade vendored dependencies - jsc#4980: virtiofsd needed for QEMU > 8.0.0 update OBS-URL: https://build.opensuse.org/request/show/1108338 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=10 --- _service | 2 +- vendor.tar.xz | 4 ++-- virtiofsd-1.6.1.tar.xz | 3 --- virtiofsd-1.7.2.tar.xz | 3 +++ virtiofsd.changes | 8 ++++++++ virtiofsd.spec | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 virtiofsd-1.6.1.tar.xz create mode 100644 virtiofsd-1.7.2.tar.xz diff --git a/_service b/_service index 8327d31..e614b27 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.com/virtio-fs/virtiofsd.git git virtiofsd - v1.6.1 + v1.7.2 @PARENT_TAG@ [v]?([^\+]+)(.*) \1 diff --git a/vendor.tar.xz b/vendor.tar.xz index 97d7668..9dc33be 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e429dc10fcae73d13033dfbff27234cdbd3e72bcc4b9a0c9555690289f0fa02 -size 12026980 +oid sha256:9dc567a1ecfa9a244514a54e553929b8bc765f9e18fa780ad3c0c1a26e608a5d +size 12353100 diff --git a/virtiofsd-1.6.1.tar.xz b/virtiofsd-1.6.1.tar.xz deleted file mode 100644 index 52978cf..0000000 --- a/virtiofsd-1.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c783cfd2807c9eabf56c26df340d7c91d06d94794565cfc5f59da3d7f1d7384f -size 93540 diff --git a/virtiofsd-1.7.2.tar.xz b/virtiofsd-1.7.2.tar.xz new file mode 100644 index 0000000..40558a1 --- /dev/null +++ b/virtiofsd-1.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ac4febe3799b77ca74485478b1248ca42f453521b47bb746eaa3863e94342d +size 95376 diff --git a/virtiofsd.changes b/virtiofsd.changes index b25c1fb..b2c6421 100644 --- a/virtiofsd.changes +++ b/virtiofsd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 31 20:28:08 UTC 2023 - Caleb Crane + +- Update to version v1.7.2 + - https://gitlab.com/virtio-fs/virtiofsd/-/tags?sort=version_desc +- Upgrade vendored dependencies +- jsc#4980: virtiofsd needed for QEMU > 8.0.0 update + ------------------------------------------------------------------- Fri Jun 2 15:40:06 UTC 2023 - Caleb Crane diff --git a/virtiofsd.spec b/virtiofsd.spec index eaecd7d..0259bfd 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -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 From f06c6c5948a7dc6045614a90960b4bec72e8c1f65d9d4b3bbfee4b18a16d525f Mon Sep 17 00:00:00 2001 From: Caleb Crane Date: Fri, 1 Sep 2023 16:21:04 +0000 Subject: [PATCH 2/2] 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 --- virtiofsd.changes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/virtiofsd.changes b/virtiofsd.changes index b2c6421..9fe3d85 100644 --- a/virtiofsd.changes +++ b/virtiofsd.changes @@ -1,10 +1,14 @@ ------------------------------------------------------------------- Thu Aug 31 20:28:08 UTC 2023 - Caleb Crane -- 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