Merge branch 'c10s' into a10s
This commit is contained in:
commit
84f873c740
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@
|
|||||||
/virtiofsd-1.10.1-vendor.tar.gz
|
/virtiofsd-1.10.1-vendor.tar.gz
|
||||||
/virtiofsd-1.11.1.crate
|
/virtiofsd-1.11.1.crate
|
||||||
/virtiofsd-1.11.1-vendor.tar.gz
|
/virtiofsd-1.11.1-vendor.tar.gz
|
||||||
|
/virtiofsd-1.13.0.crate
|
||||||
|
/virtiofsd-1.13.0-vendor.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
7cfb69bfdc6ceab110b5959ae043a540d4adbdc30710deed6f709b93424de01c5d1762962ef53f6d49c1b4765440f26f2e7376f23425e6953596b8f53184fd0d virtiofsd-1.11.1-vendor.tar.gz
|
SHA512 (virtiofsd-1.13.0.crate) = 97dde01c7b5d60b67f8684a2c51d05b9e02b2592edb0ec82c3931a635f5dfda5a6e4eaff5adb03f5fa597e85e3b326667f53bf0c5c51963d5100309341623621
|
||||||
f4f987cb0ec63f2d411c0dc0258082689d28aa718c6e16f73fe9b298df7ee0d6a6ac7972b5e4d29f02ed3aa42dac6934482087ff492b059b4604f401cb60c505 virtiofsd-1.11.1.crate
|
SHA512 (virtiofsd-1.13.0-vendor.tar.gz) = 87d659a2fc565bd952ac7658160e6077ef4c5283b39cae58aed61a889e6240f42a5234fad236297bb31ee6c252aef7177460af1ad9ee51e17ebf69b3a53a7f55
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.11.1
|
Version: 1.13.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.alma.1
|
||||||
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
Summary: Virtio-fs vhost-user device daemon (Rust version)
|
||||||
|
|
||||||
License: Apache-2.0 AND BSD-3-Clause
|
License: Apache-2.0 AND BSD-3-Clause
|
||||||
@ -13,6 +13,7 @@ Source1: %{name}-%{version}-vendor.tar.gz
|
|||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
# Some of our deps (i.e. vm-memory) are not available on 32 bits targets.
|
# Some of our deps (i.e. vm-memory) are not available on 32 bits targets.
|
||||||
|
# In addition, there's no ppc64 qemu-kvm available for RHEL.
|
||||||
ExcludeArch: i686
|
ExcludeArch: i686
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
@ -73,6 +74,18 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
|
|||||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.13.0-1.alma.1
|
||||||
|
- Enable build on ppc64le
|
||||||
|
|
||||||
|
* Mon Dec 02 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.13.0-1
|
||||||
|
- Rebase to 1.13.0 [RHEL-69290]
|
||||||
|
- Resolves: RHEL-69290
|
||||||
|
(Rebase virtiofsd to latest version for RHEL 10.0)
|
||||||
|
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.11.1-2
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
* Tue Jul 16 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.11.1-1
|
* Tue Jul 16 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.11.1-1
|
||||||
- Update to upstream version 1.11.1 [RHEL-48645]
|
- Update to upstream version 1.11.1 [RHEL-48645]
|
||||||
- Resolves: RHEL-48645
|
- Resolves: RHEL-48645
|
||||||
@ -137,4 +150,3 @@ install -D -p -m 0644 50-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/
|
|||||||
|
|
||||||
* Mon May 16 2022 Sergio Lopez <slp@redhat.com> - 1.2.0-1
|
* Mon May 16 2022 Sergio Lopez <slp@redhat.com> - 1.2.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user