- 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:
parent
c9ebe0275b
commit
e2ab1609bd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user