You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.0 KiB
69 lines
2.0 KiB
2 years ago
|
Name: virtiofsd
|
||
|
Version: 1.5.0
|
||
|
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
|
||
|
URL: https://gitlab.com/virtio-fs/virtiofsd
|
||
|
Source0: %{crates_source}
|
||
|
Source1: %{name}-%{version}-vendor.tar.gz
|
||
|
|
||
|
ExclusiveArch: x86_64 aarch64 s390x
|
||
|
BuildRequires: rust-toolset
|
||
|
BuildRequires: libcap-ng-devel
|
||
|
BuildRequires: libseccomp-devel
|
||
|
Provides: virtiofsd
|
||
|
Obsoletes: qemu-virtiofsd = 17:6.2.0
|
||
|
# Both qemu-virtiofsd and virtiofsd ship the same binary
|
||
|
Conflicts: qemu-virtiofsd = 17:6.2.0
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name}-%{version}
|
||
|
|
||
|
%cargo_prep -V 1
|
||
|
|
||
|
%build
|
||
|
%cargo_build
|
||
|
|
||
|
%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
|
||
|
|
||
|
%files
|
||
|
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
||
|
%doc README.md
|
||
|
%{_libexecdir}/virtiofsd
|
||
|
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||
|
|
||
|
%changelog
|
||
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.5.0-1
|
||
|
- Rebuilt for MSVSphere 9.2 beta
|
||
|
|
||
|
* 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
|
||
|
|
||
|
* Fri Jan 28 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-2
|
||
|
- Explicitly declare the conflict with qemu-virtiofsd
|
||
|
- Remove explicit library dependencies
|
||
|
- Remove useless "Provides: virtiosfd"
|
||
|
- Remove Windows binaries from vendor tarball
|
||
|
|
||
|
* Thu Jan 27 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-1
|
||
|
- Initial package
|
||
|
|