commit ad08a5cc11a1cea56b2bbca57b69eaf2dc901aed
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Nov 9 03:24:32 2017 +0000
disable webservice in i686 builders complains about memory
VirtualBox.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 56fef3b..de43a7f 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -16,7 +16,11 @@
#global prerel 106108
%global prereltag %{?prerel:-%(awk 'BEGIN {print
toupper("%{prerel}")}')}
-%bcond_without webservice
+%ifarch x86_64
+ %bcond_without webservice
+%else
+ %bcond_with webservice
+%endif
# el7 doesn't have all texlive requirements
%if 0%{?rhel}
%bcond_with docs
Show replies by date