- Disable build for 32-bit archs (i586 and armv7l)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtiofsd?expand=0&rev=5
This commit is contained in:
Caleb Crane 2023-05-25 02:38:03 +00:00 committed by Git OBS Bridge
parent c9ebe0275b
commit e2ab1609bd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 25 02:33:51 UTC 2023 - Caleb Crane <caleb.crane@suse.com>
- Remove exclusive arch, only disable for 32-bit archs (i586 and armv7l)
- Add package conflict with the previous implementation of virtiofsd inside
older versions of the qemu-tools package (qemu-tools < 8)
-------------------------------------------------------------------
Tue May 23 13:30:11 UTC 2023 - Caleb Crane <caleb.crane@suse.com>

View File

@ -30,6 +30,7 @@ BuildRequires: cargo-packaging
BuildRequires: libcap-ng-devel
BuildRequires: libseccomp-devel
Conflicts: qemu-tools < 8
ExcludeArch: i586 armv7l
%description
vhost-user virtio-fs device backend written in Rust