Accepting request 1238609 from Virtualization

OBS-URL: https://build.opensuse.org/request/show/1238609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2025-01-20 16:14:06 +00:00 committed by Git OBS Bridge
commit 893a0dfdda
6 changed files with 19 additions and 8 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.12.0</param>
<param name="revision">v1.13.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
virtiofsd-1.12.0.tar.xz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 15 10:56:47 UTC 2025 - ddiss@suse.de
- Update to version 1.13.0:
* Bump version to v1.13.0
* Add and use openat_verbose() where reasonable
* Revert "openat: Always annotate errors with filename"
* Add --readonly flag
* Add PassthroughFsRo as read-only variant
* Add a note about the required FD state for --fd
-------------------------------------------------------------------
Wed Oct 16 17:24:41 UTC 2024 - caleb.crane@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package virtiofsd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@
%endif
Name: virtiofsd
Version: 1.12.0
Version: 1.13.0
Release: 0
Summary: A vhost-user virtio-fs device backend written in Rust
Group: Development/Libraries/Rust