Merge branch 'rawhide' into eln
This commit is contained in:
commit
9cc5dfd20f
6 changed files with 29 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,3 +10,5 @@
|
|||
/virtiofsd-1.9.0-vendor.tar.xz
|
||||
/virtiofsd-1.10.0.crate
|
||||
/virtiofsd-1.10.0-vendor.tar.xz
|
||||
/virtiofsd-1.10.1.crate
|
||||
/virtiofsd-1.10.1-vendor.tar.xz
|
||||
|
|
|
|||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (virtiofsd-1.10.0.crate) = cfc86acba55e3addd9053afd7fbe239cb4635cda2c79e25460f9f1f941799dc0f6a85ed06710b27f63a857c3b988e32b6ffc924fb703b3a9a76a33712ef8c29c
|
||||
SHA512 (virtiofsd-1.10.0-vendor.tar.xz) = 4fcbb70bdd88b1931804035eb98c8485e383c0d0f7a322cad84cc1352dd39ee27f34a0212d0528f4804a2875bd817f3b2349bcb8442e093693f21bcbf0cc2b09
|
||||
SHA512 (virtiofsd-1.10.1.crate) = cc4628595eb0a71b1147b00e2ebefe87cf26bba3ebcd907d6bde6a4c7a6f9125d67ebac24a862a07ad7af5b14a0680f3c526b947f28db3ed99fde3a551dc2284
|
||||
SHA512 (virtiofsd-1.10.1-vendor.tar.xz) = a78a5e649deff58e960a6c59a516f52239746221bc52fecf79c08fb70395cd273d907fea129204dd441203dd65f065bf4efc27361c4e9eff9ac6b031a3f7d88f
|
||||
|
|
|
|||
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
|
|
@ -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
|
||||
3
tests/virtiofsd_printcaps.sh
Normal file
3
tests/virtiofsd_printcaps.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
/usr/libexec/virtiofsd --print-capabilities
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Name: virtiofsd
|
||||
Version: 1.10.0
|
||||
Release: 2%{?dist}.1
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
License: Apache-2.0 AND BSD-3-Clause
|
||||
|
|
@ -73,8 +73,8 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
|
|||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Thu Feb 01 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.10.0-2.1
|
||||
- Update Rust macro usage
|
||||
* Mon Feb 05 2024 Sergio Lopez <slp@redhat.com> - 1.10.1-1
|
||||
- Update to version 1.10.1
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue