]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
remove x32 from supported archs
authorJan Palus <atler@pld-linux.org>
Fri, 11 Sep 2015 18:29:16 +0000 (20:29 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 11 Sep 2015 18:29:16 +0000 (20:29 +0200)
- looks like upstream does not really support x32 builds, if needed
  please add such support
- rel 2

VirtualBox.spec

index 74d0d0f424db6984fef64f5ab655ba9f6bddf5dd..e42aa6ff893c3d7ec8c05e242a1a1e4dcfda72ad 100644 (file)
@@ -42,7 +42,7 @@ exit 1
 
 %define                qtver   4.8.0
 
-%define                rel             1
+%define                rel             2
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
@@ -172,7 +172,7 @@ Requires:   libvncserver >= 0.9.9
 Requires:      udev-core
 Provides:      group(vbox)
 Obsoletes:     VirtualBox-udev < 4.2.10-5
-ExclusiveArch: %{ix86} %{x8664} x32
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %ifarch %{x8664}
This page took 0.03108 seconds and 4 git commands to generate.