Blame virtiofsd.spec

125ecbf
Name:           virtiofsd
5a69fd7
Version:        1.10.1
5a69fd7
Release:        1%{?dist}
125ecbf
Summary:        Virtio-fs vhost-user device daemon (Rust version)
125ecbf
8f1d292
License:        Apache-2.0 AND BSD-3-Clause
125ecbf
URL:            https://gitlab.com/virtio-fs/virtiofsd
125ecbf
Source:         %{crates_source}
125ecbf
c970c65
ExclusiveArch:  %{rust_arches}
c970c65
# Some of our deps (i.e. vm-memory) are not available on 32 bits targets.
c970c65
ExcludeArch:    i686
c970c65
125ecbf
BuildRequires:  rust-packaging >= 21
125ecbf
BuildRequires:  libcap-ng-devel
125ecbf
BuildRequires:  libseccomp-devel
125ecbf
Requires:       qemu-common
125ecbf
Provides:       vhostuser-backend(fs)
125ecbf
Conflicts:      qemu-virtiofsd
fcc0513
%if 0%{?fedora} > 38
bd80da8
Obsoletes:      qemu-virtiofsd <= 2:8.0.0-1
bd80da8
Provides:       qemu-virtiofsd = 2:7.2.1-1
fcc0513
%endif
125ecbf
125ecbf
%description
125ecbf
%{summary}.
125ecbf
125ecbf
%prep
125ecbf
%autosetup -n %{name}-%{version_no_tilde} -p1
125ecbf
%cargo_prep
125ecbf
125ecbf
%generate_buildrequires
125ecbf
%cargo_generate_buildrequires
125ecbf
125ecbf
%build
125ecbf
%cargo_build
125ecbf
125ecbf
%install
125ecbf
mkdir -p %{buildroot}%{_libexecdir}
125ecbf
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
e354758
install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
125ecbf
125ecbf
%files
125ecbf
%license LICENSE-APACHE LICENSE-BSD-3-Clause
125ecbf
%doc README.md
125ecbf
%{_libexecdir}/virtiofsd
125ecbf
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
125ecbf
125ecbf
%changelog
5a69fd7
* Mon Feb 05 2024 Sergio Lopez <slp@redhat.com> - 1.10.1-1
5a69fd7
- Update to version 1.10.1
5a69fd7
8168af8
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
8168af8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8168af8
b41db84
* Tue Jan 23 2024 Sergio Lopez <slp@redhat.com> - 1.10.0-1
b41db84
- Update to version 1.10.0
b41db84
e354758
* Sun Dec 24 2023 Sergio Lopez <slp@redhat.com> - 1.9.0-1
e354758
- Update to version 1.9.0
e354758
Colin Walters 4fdd23d
* Fri Sep 29 2023 Colin Walters <walters@verbum.org> - 1.7.0-5
Colin Walters 4fdd23d
- Rebuild with latest vhost-user-backend; xref
Colin Walters 4fdd23d
  https://gitlab.com/virtio-fs/virtiofsd/-/issues/62#note_1584371000
Colin Walters 4fdd23d
ffc630f
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-4
ffc630f
- Rebuild for vm-memory v0.12.2 / CVE-2023-41051.
ffc630f
e0c2531
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
e0c2531
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
e0c2531
8f1d292
* Wed Jul 19 2023 Sergio Lopez <slp@redhat.com> - 1.7.0-2
8f1d292
- Update license specification to conform SPDX format
8f1d292
c1b438e
* Tue Jul 18 2023 Sergio Lopez <slp@redhat.com> - 1.7.0-1
c1b438e
- Update to version 1.7.0
c1b438e
- Drop no longer needed temporary patch
c1b438e
fcc0513
* Tue May 09 2023 Sergio Lopez <slp@redhat.com> - 1.5.1-3
fcc0513
- Only use Obsoletes/Provides on Fedora 39 and later
fcc0513
bd80da8
* Wed Apr 26 2023 Daniel P. Berrangé <berrange@redhat.com> - 1.5.1-2
bd80da8
- Add Obsoletes/Provides for qemu-virtiofsd to get an upgrade path (rhbz #2189368)
bd80da8
badbc8c
* Thu Feb 09 2023 Sergio Lopez <slp@redhat.com> - 1.5.1-1
badbc8c
- Update to version 1.5.1
badbc8c
52809b4
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-3
52809b4
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros.
52809b4
d7a854e
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
d7a854e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
d7a854e
e5f2f3c
* Tue Jul 26 2022 Sergio Lopez <slp@redhat.com> - 1.4.0-1
e5f2f3c
- Update to version 1.4.0
e5f2f3c
4459a3b
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
4459a3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
4459a3b
c970c65
* Mon Jun 06 2022 Sergio Lopez <slp@redhat.com> - 1.3.0-1
c970c65
- Update to version 1.3.0
c970c65
- Build on all rust arches except i686 (32-bit targets are not supported)
c970c65
125ecbf
* Mon May 16 2022 Sergio Lopez <slp@redhat.com> - 1.2.0-1
125ecbf
- Initial package
125ecbf