Enable build on ppc64le
This commit is contained in:
commit
a96ec40e88
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
SOURCES/virtiofsd-1.13.0-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.13.0.crate
|
||||
SOURCES/virtiofsd-1.13.3-vendor.tar.gz
|
||||
SOURCES/virtiofsd-1.13.3.crate
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
62e4e81e4d8ecdf59060e1abe3cf88369efc356a SOURCES/virtiofsd-1.13.0-vendor.tar.gz
|
||||
22b6662f16af3c075b0ffd13bbfe9d97ae99a8ac SOURCES/virtiofsd-1.13.0.crate
|
||||
efa3d2e00a91a33b6799417cb6580d89185015ae SOURCES/virtiofsd-1.13.3-vendor.tar.gz
|
||||
4faa8021bfb54428af2fe7b39ce8742abd4ec5e7 SOURCES/virtiofsd-1.13.3.crate
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: virtiofsd
|
||||
Version: 1.13.0
|
||||
Version: 1.13.3
|
||||
Release: 1%{?dist}.alma.1
|
||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||
|
||||
@ -22,6 +22,8 @@ Obsoletes: qemu-virtiofsd = 17:6.2.0
|
||||
# Both qemu-virtiofsd and virtiofsd ship the same binary
|
||||
Conflicts: qemu-virtiofsd = 17:6.2.0
|
||||
|
||||
Requires: shadow-utils
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
@ -45,9 +47,19 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
|
||||
%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Wed Apr 09 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.13.0-1.alma.1
|
||||
* Mon Mar 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.13.3-1.alma.1
|
||||
- Enable build on ppc64le
|
||||
|
||||
* Thu Dec 04 2025 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.3-1
|
||||
- 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user