SHA256
1
0
forked from pool/virtiofsd

Compare commits

...

6 Commits

Author SHA256 Message Date
Ana Guerrero
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
Caleb Crane
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
Ana Guerrero
f3c60ac202 Accepting request 1217370 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1217370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=10
2024-10-23 19:08:10 +00:00
Caleb Crane
3d4ce88f6d - 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()

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=28
2024-10-23 14:42:56 +00:00
Ana Guerrero
9fff2175e5 Accepting request 1205585 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1205585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=9
2024-10-06 15:51:15 +00:00
Caleb Crane
de216eb40e - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=26
2024-10-03 19:06:40 +00:00
6 changed files with 41 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.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>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcbf986f6c859d95c664f02c58000f5af08d53068ab6c35a282ecd2495b1119d
size 14890536
oid sha256:f36d091e4396edf7891a65114330160df6396609c0108e5af341bb2454527080
size 13294008

View File

@ -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
View File

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

View File

@ -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>

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.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