forked from pool/virtiofsd
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
893a0dfdda | ||
|
ee3c477202 | ||
|
f3c60ac202 | ||
|
3d4ce88f6d | ||
|
9fff2175e5 | ||
|
de216eb40e |
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.11.1</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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcbf986f6c859d95c664f02c58000f5af08d53068ab6c35a282ecd2495b1119d
|
||||
size 14890536
|
||||
oid sha256:f36d091e4396edf7891a65114330160df6396609c0108e5af341bb2454527080
|
||||
size 13294008
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a311d0762bdf0904fdbd36fac47a1a382250ce49bf5e9041da5c21ce0d5d4129
|
||||
size 117492
|
3
virtiofsd-1.13.0.tar.xz
Normal file
3
virtiofsd-1.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d22548c99686becf0d2941a6c903e2ec50c0ec4cc41e1c8f7f6335cf42b7d06
|
||||
size 142728
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 1.12.0:
|
||||
* Bump version to v1.12.0
|
||||
* Add file-handles migration mode
|
||||
* Serialize mount FD map
|
||||
* Deserialize file handles
|
||||
* Build mount FD map on deserialization
|
||||
* Add MigrationMode::FileHandles
|
||||
* PassthroughFsV2
|
||||
* Allow deserializing serializable file handles
|
||||
* Extract serialized::Inode.deserialize_root_node()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 18:55:20 UTC 2024 - Caleb Crane <caleb.crane@suse.com>
|
||||
|
||||
- Spec: Add direct dependency on cargo in addition to cargo-packaging.
|
||||
This fixes build errors on 15SP7 where the inherited version of Rust
|
||||
is too old
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 19:57:34 UTC 2024 - Caleb Crane <caleb.crane@suse.com>
|
||||
|
||||
|
@ -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.11.1
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: A vhost-user virtio-fs device backend written in Rust
|
||||
Group: Development/Libraries/Rust
|
||||
@ -32,6 +32,7 @@ URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: 50-virtiofsd.json
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user