Compare commits
No commits in common. "a9-ppc64le" and "c9-beta" have entirely different histories.
a9-ppc64le
...
c9-beta
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
SOURCES/virtiofsd-1.13.3-vendor.tar.gz
|
||||||
SOURCES/virtiofsd-1.7.2.crate
|
SOURCES/virtiofsd-1.13.3.crate
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
959a114e38c701143a95d3a7bdec00807e3b1283 SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
efa3d2e00a91a33b6799417cb6580d89185015ae SOURCES/virtiofsd-1.13.3-vendor.tar.gz
|
||||||
8b0dbbc1564bba35263c8d8a9bdb460871e2ac92 SOURCES/virtiofsd-1.7.2.crate
|
4faa8021bfb54428af2fe7b39ce8742abd4ec5e7 SOURCES/virtiofsd-1.13.3.crate
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.7.2
|
Version: 1.13.3
|
||||||
Release: 1%{?dist}.alma.1
|
Release: 1%{?dist}
|
||||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
# Upstream license specification: Apache-2.0 AND BSD-3-Clause
|
||||||
@ -9,7 +9,7 @@ URL: https://gitlab.com/virtio-fs/virtiofsd
|
|||||||
Source0: %{crates_source}
|
Source0: %{crates_source}
|
||||||
Source1: %{name}-%{version}-vendor.tar.gz
|
Source1: %{name}-%{version}-vendor.tar.gz
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64 s390x ppc64le
|
ExclusiveArch: x86_64 aarch64 s390x
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
@ -18,6 +18,8 @@ Obsoletes: qemu-virtiofsd = 17:6.2.0
|
|||||||
# Both qemu-virtiofsd and virtiofsd ship the same binary
|
# Both qemu-virtiofsd and virtiofsd ship the same binary
|
||||||
Conflicts: qemu-virtiofsd = 17:6.2.0
|
Conflicts: qemu-virtiofsd = 17:6.2.0
|
||||||
|
|
||||||
|
Requires: shadow-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -32,17 +34,39 @@ Conflicts: qemu-virtiofsd = 17:6.2.0
|
|||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_libexecdir}
|
mkdir -p %{buildroot}%{_libexecdir}
|
||||||
install -D -p -m 0755 target/release/virtiofsd %{buildroot}%{_libexecdir}/virtiofsd
|
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
|
%files
|
||||||
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
%license LICENSE-APACHE LICENSE-BSD-3-Clause
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_libexecdir}/virtiofsd
|
%{_libexecdir}/virtiofsd
|
||||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 08 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.7.2-1.alma.1
|
* Thu Dec 04 2025 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.3-1
|
||||||
- Add ppc64le to ExclusiveArch
|
- Rebase to 1.13.3 [RHEL-133032]
|
||||||
|
- Resolves: RHEL-133032
|
||||||
|
(Rebase virtiofsd to latest version for RHEL 9.8)
|
||||||
|
|
||||||
|
* Mon Jun 16 2025 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.2-1
|
||||||
|
- Rebase to 1.13.2 [RHEL-96976]
|
||||||
|
- Resolves: RHEL-96976
|
||||||
|
(Rebase virtiofsd to latest version for RHEL 9.6.z)
|
||||||
|
|
||||||
|
* Mon Dec 02 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.0-1
|
||||||
|
- Update to upstream version 1.13.0 [RHEL-69134]
|
||||||
|
- Resolves: RHEL-69134
|
||||||
|
(Rebase virtiofsd to latest version for RHEL 9.6)
|
||||||
|
|
||||||
|
* 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
|
* Tue Jul 18 2023 German Maglione <gmaglione@redhat.com> - 1.7.2-1
|
||||||
- Update to upstream version 1.7.2 [bz#2233498]
|
- Update to upstream version 1.7.2 [bz#2233498]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user