Import from AlmaLinux stable repository
This commit is contained in:
parent
05770a6abc
commit
d051c87f69
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/virtiofsd-1.5.0-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.5.0.crate
|
||||
SOURCES/virtiofsd-1.10.1-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.10.1.crate
|
||||
|
@ -1,2 +1,2 @@
|
||||
81f9d4f514cb7b17eb1c1918f0778ef259537d60 SOURCES/virtiofsd-1.5.0-vendor.tar.gz
|
||||
6eb7ee7cd5256408ea00263f6daaac02df1f78c8 SOURCES/virtiofsd-1.5.0.crate
|
||||
10f7329aee1fb72f01043b1e5421d95f0ac62343 SOURCES/virtiofsd-1.10.1-vendor.tar.gz
|
||||
0529e43b543aa9fb945d0a9e9661464844f7b04e SOURCES/virtiofsd-1.10.1.crate
|
||||
|
@ -1,10 +1,10 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.5.0
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||
License: ASL 2.0 and BSD
|
||||
License: Apache-2.0 AND BSD-3-Clause
|
||||
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source0: %{crates_source}
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
@ -32,15 +32,26 @@ Conflicts: qemu-virtiofsd = 17:6.2.0
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_libexecdir}
|
||||
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
||||
install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
||||
%doc README.md
|
||||
%{_libexecdir}/virtiofsd
|
||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.10.1-1
|
||||
- Update to upstream version 1.10.1 [RHEL-22739]
|
||||
- Resolves: RHEL-22739
|
||||
(Rebase virtiofsd to latest version for RHEL 9.4)
|
||||
|
||||
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.2-1
|
||||
- Update to upstream version 1.7.2 [bz#2233498]
|
||||
|
||||
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.0-1
|
||||
- Update to upstream version 1.7.0 [bz#2222221]
|
||||
|
||||
* Thu Dec 22 2022 German Maglione <gmaglione@redhat.com> - 1.5.0-1
|
||||
- Update to upstream version 1.5.0 [bz#2123070]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user