Compare commits
No commits in common. "c9-beta" and "a9-ppc64le" have entirely different histories.
c9-beta
...
a9-ppc64le
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/virtiofsd-1.11.1-vendor.tar.gz
|
SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
||||||
SOURCES/virtiofsd-1.11.1.crate
|
SOURCES/virtiofsd-1.7.2.crate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
074b8d95eee7f575ce132b94c767f834b4e63882 SOURCES/virtiofsd-1.11.1-vendor.tar.gz
|
959a114e38c701143a95d3a7bdec00807e3b1283 SOURCES/virtiofsd-1.7.2-vendor.tar.gz
|
||||||
8bf665f7e57ab2bd9bb0b901d846e8b5bd2450d1 SOURCES/virtiofsd-1.11.1.crate
|
8b0dbbc1564bba35263c8d8a9bdb460871e2ac92 SOURCES/virtiofsd-1.7.2.crate
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: virtiofsd
|
Name: virtiofsd
|
||||||
Version: 1.11.1
|
Version: 1.7.2
|
||||||
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)
|
||||||
|
|
||||||
# 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
|
ExclusiveArch: x86_64 aarch64 s390x ppc64le
|
||||||
BuildRequires: rust-toolset
|
BuildRequires: rust-toolset
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
@ -32,24 +32,17 @@ 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-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-virtiofsd.json
|
install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-user/50-qemu-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-virtiofsd.json
|
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 16 2024 Miroslav Rezanina <mrezanin@redhat.com> - 1.11.1-1
|
* Fri Dec 08 2023 Eduard Abdullin <eabdullin@almalinux.org> - 1.7.2-1.alma.1
|
||||||
- Update to upstream version 1.11.1 [RHEL-47989]
|
- Add ppc64le to ExclusiveArch
|
||||||
- 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