From 5a69fd71ebb994d5b97d35adb6c3da2aa25f3a2d Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 5 Feb 2024 14:46:41 +0100 Subject: [PATCH 1/2] Update to version 1.10.1 --- .gitignore | 1 + sources | 2 +- virtiofsd.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de72f2d..c2edafe 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /virtiofsd-1.7.0.crate /virtiofsd-1.9.0.crate /virtiofsd-1.10.0.crate +/virtiofsd-1.10.1.crate diff --git a/sources b/sources index 58f4e79..a11e2cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virtiofsd-1.10.0.crate) = cfc86acba55e3addd9053afd7fbe239cb4635cda2c79e25460f9f1f941799dc0f6a85ed06710b27f63a857c3b988e32b6ffc924fb703b3a9a76a33712ef8c29c +SHA512 (virtiofsd-1.10.1.crate) = cc4628595eb0a71b1147b00e2ebefe87cf26bba3ebcd907d6bde6a4c7a6f9125d67ebac24a862a07ad7af5b14a0680f3c526b947f28db3ed99fde3a551dc2284 diff --git a/virtiofsd.spec b/virtiofsd.spec index c84a4d5..5c164d7 100644 --- a/virtiofsd.spec +++ b/virtiofsd.spec @@ -1,6 +1,6 @@ Name: virtiofsd -Version: 1.10.0 -Release: 2%{?dist} +Version: 1.10.1 +Release: 1%{?dist} Summary: Virtio-fs vhost-user device daemon (Rust version) License: Apache-2.0 AND BSD-3-Clause @@ -47,6 +47,9 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/ %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog +* Mon Feb 05 2024 Sergio Lopez - 1.10.1-1 +- Update to version 1.10.1 + * Sat Jan 27 2024 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 1717fe05636f51d41e51ee50af1f3f1e9121bb1b Mon Sep 17 00:00:00 2001 From: German Maglione Date: Thu, 25 Apr 2024 11:16:55 +0200 Subject: [PATCH 2/2] Add initial RHEL OSCI gating test Signed-off-by: German Maglione --- gating.yaml | 6 ++++++ tests/tests.yml | 12 ++++++++++++ tests/virtiofsd_printcaps.sh | 3 +++ 3 files changed, 21 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/tests.yml create mode 100644 tests/virtiofsd_printcaps.sh diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..2c7ed80 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..6b85d85 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + remote_user: root + tests: + - virtiofsd_printcaps: + dir: . + run: ./virtiofsd_printcaps.sh + required_packages: + - virtiofsd diff --git a/tests/virtiofsd_printcaps.sh b/tests/virtiofsd_printcaps.sh new file mode 100644 index 0000000..5405bdb --- /dev/null +++ b/tests/virtiofsd_printcaps.sh @@ -0,0 +1,3 @@ +#!/bin/bash -ex + +/usr/libexec/virtiofsd --print-capabilities