diff --git a/.gitignore b/.gitignore index af7fad9..8217254 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/virtiofsd-1.4.0-vendor.tar.gz -SOURCES/virtiofsd-1.4.0.crate +SOURCES/virtiofsd-1.7.2-vendor.tar.gz +SOURCES/virtiofsd-1.7.2.crate diff --git a/.virtiofsd.metadata b/.virtiofsd.metadata index 3e9d164..cc96a57 100644 --- a/.virtiofsd.metadata +++ b/.virtiofsd.metadata @@ -1,2 +1,2 @@ -13d3296c0b164f7800353c4210c70eb48e52ea3e SOURCES/virtiofsd-1.4.0-vendor.tar.gz -fa2e1cc6cdbaf7eca98e04b22c895c1a8829e9bf SOURCES/virtiofsd-1.4.0.crate +959a114e38c701143a95d3a7bdec00807e3b1283 SOURCES/virtiofsd-1.7.2-vendor.tar.gz +8b0dbbc1564bba35263c8d8a9bdb460871e2ac92 SOURCES/virtiofsd-1.7.2.crate diff --git a/SPECS/virtiofsd.spec b/SPECS/virtiofsd.spec index 6c6fafc..5d901e2 100644 --- a/SPECS/virtiofsd.spec +++ b/SPECS/virtiofsd.spec @@ -1,10 +1,10 @@ Name: virtiofsd -Version: 1.4.0 -Release: 1%{?dist}.alma +Version: 1.7.2 +Release: 1%{?dist}.alma.1 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 +License: Apache-2.0 AND BSD-3-Clause URL: https://gitlab.com/virtio-fs/virtiofsd Source0: %{crates_source} Source1: %{name}-%{version}-vendor.tar.gz @@ -41,9 +41,18 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost- %{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json %changelog -* Tue Mar 28 2023 Eduard Abdullin - 1.4.0-1.alma +* Fri Dec 08 2023 Eduard Abdullin - 1.7.2-1.alma.1 - Add ppc64le to ExclusiveArch +* Tue Jul 18 2023 German Maglione - 1.7.2-1 +- Update to upstream version 1.7.2 [bz#2233498] + +* Tue Jul 18 2023 German Maglione - 1.7.0-1 +- Update to upstream version 1.7.0 [bz#2222221] + +* Thu Dec 22 2022 German Maglione - 1.5.0-1 +- Update to upstream version 1.5.0 [bz#2123070] + * Wed Jul 27 2022 Sergio Lopez - 1.4.0-1 - Update to upstream version 1.4.0 [bz#2111356]