Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4c64ea29c | |||
| 4e14f10d79 | |||
| 893a0dfdda | |||
| ee3c477202 |
2
_service
2
_service
@@ -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
BIN
vendor.tar.xz
LFS
Binary file not shown.
BIN
virtiofsd-1.12.0.tar.xz
LFS
BIN
virtiofsd-1.12.0.tar.xz
LFS
Binary file not shown.
3
virtiofsd-1.13.2.tar.xz
Normal file
3
virtiofsd-1.13.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:326c5939a0a5a8fd5fb291fc782ec3dfe48d0c821cbd00cacfb342799b5c6edf
|
||||
size 144692
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user