commit fe58a626ae14d69936b390aa785a791f55b72fb7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 26 00:17:21 2020 +0100
Fix conditional, we already don't build for i686
VirtualBox.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index acbd0ce..5e77084 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -16,10 +16,10 @@
#global prerel RC1
%global prereltag %{?prerel:_%(awk 'BEGIN {print
toupper("%{prerel}")}')}
-%ifarch x86_64 || 0%{?fedora} > 32
- %bcond_without webservice
-%else
+%ifarch 0%{?fedora} > 32
%bcond_with webservice
+%else
+ %bcond_without webservice
%endif
# Now we use upstream pdf
%bcond_with docs
Show replies by date