Compare commits
No commits in common. "c9-beta" and "imports/c9-beta/virtiofsd-1.1.0-3.el9" have entirely different histories.
c9-beta
...
imports/c9
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/virtiofsd-1.11.1-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.11.1.crate
|
||||
SOURCES/virtiofsd-1.1.0-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.1.0.crate
|
||||
|
@ -1,2 +1,2 @@
|
||||
074b8d95eee7f575ce132b94c767f834b4e63882 SOURCES/virtiofsd-1.11.1-vendor.tar.gz
|
||||
8bf665f7e57ab2bd9bb0b901d846e8b5bd2450d1 SOURCES/virtiofsd-1.11.1.crate
|
||||
1c55f5d419b01ec49c1cd2a5b2dfd915fd9481a2 SOURCES/virtiofsd-1.1.0-vendor.tar.gz
|
||||
ea25daee7b35d007c3786cae60ac178a276a54bd SOURCES/virtiofsd-1.1.0.crate
|
||||
|
@ -1,10 +1,10 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||
License: Apache-2.0 AND BSD-3-Clause
|
||||
License: ASL 2.0 and BSD
|
||||
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||||
Source0: %{crates_source}
|
||||
Source1: %{name}-%{version}-vendor.tar.gz
|
||||
@ -32,40 +32,15 @@ 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-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
||||
%doc README.md
|
||||
%{_libexecdir}/virtiofsd
|
||||
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.11.1-1
|
||||
- Update to upstream version 1.11.1 [RHEL-47989]
|
||||
- Resolves: RHEL-47989
|
||||
(Rebase virtiofsd to latest version for RHEL 9.5)
|
||||
|
||||
* 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]
|
||||
|
||||
* Wed Jul 27 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1
|
||||
- Update to upstream version 1.4.0 [bz#2111356]
|
||||
|
||||
* Mon Jun 27 2022 Sergio Lopez <slp@redhat.com> - 1.3.0-1
|
||||
- Update to upstream version 1.3.0 [bz#2077854]
|
||||
|
||||
* Fri Feb 18 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-3
|
||||
- Restore "Provides: virtiofsd", despite rpmdeplint complains, to
|
||||
satisfy qemu-kvm dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user