4 Commits

Author SHA256 Message Date
e4c64ea29c Accepting request 1301157 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1301157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=12
2025-08-25 18:36:42 +00:00
4e14f10d79 - Update to version 1.13.2:
* Bump version to v1.13.2
  * README.md: expand section on non-privileged running
  * Set guest FD limit based on actual total FD limit
  * Handles: Track guest FD use
  * Inodes: Track guest FD use
  * PassthroughFs: Create GuestFdSemaphore
  * Add GuestFdSemaphore

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=32
2025-08-25 04:05:23 +00:00
893a0dfdda 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
2025-01-20 16:14:06 +00:00
ee3c477202 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=30
2025-01-18 02:38:00 +00:00
6 changed files with 31 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.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>

BIN
vendor.tar.xz LFS

Binary file not shown.

Binary file not shown.

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

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Aug 25 03:45:02 UTC 2025 - Caleb Crane <caleb.crane@suse.com>
- Update to version 1.13.2:
* Bump version to v1.13.2
* README.md: expand section on non-privileged running
* Set guest FD limit based on actual total FD limit
* Handles: Track guest FD use
* Inodes: Track guest FD use
* PassthroughFs: Create GuestFdSemaphore
* Add GuestFdSemaphore
-------------------------------------------------------------------
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 and contributors
#
# 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.2
Release: 0
Summary: A vhost-user virtio-fs device backend written in Rust
Group: Development/Libraries/Rust