forked from pool/virtualbox
Accepting request 345512 from home:lwfinger:branches:Virtualization
Build with i586 disabled - it fails OBS-URL: https://build.opensuse.org/request/show/345512 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=235
This commit is contained in:
parent
51e167746b
commit
171fcb6bee
@ -2,7 +2,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">5000</size>
|
||||
<size unit="M">8000</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 19:05:51 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Temporarily disable i586 builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 15:44:20 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Increase memory to 8000 MB to try to fix out-of-memory error when building i586 version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 19:40:37 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
||||
- Increase memory to 7000 MB in _constraint to see if that fixes link problem on i586.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 12:55:16 UTC 2015 - idonmez@suse.com
|
||||
|
||||
@ -41,7 +56,7 @@ Sun Nov 8 05:10:36 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
enabled, and explain what steps the user should take if this feature is wanted despite the security
|
||||
hole.
|
||||
|
||||
This change fixes the problem shown in boo#953018.
|
||||
Patch file vbox-usb-warning.diff fixes the problem shown in boo#953018.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 20 19:01:09 UTC 2015 - Larry.Finger@lwfinger.net
|
||||
|
@ -149,10 +149,12 @@ Provides: %{name}-ose = %{version}
|
||||
Obsoletes: %{name}-ose < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%(sed -e '/^Provides: multiversion(kernel)/d' %{_libexecdir}/rpm/kernel-module-subpackage > %{_builddir}/virtualbox-kmp-template)
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%if 0%{?suse_version} == 1315
|
||||
ExcludeArch: %ix86
|
||||
%endif
|
||||
# Temporarily disable i586 until build problem is solved
|
||||
#ExclusiveArch: %ix86 x86_64
|
||||
#%if 0%{?suse_version} == 1315
|
||||
#ExcludeArch: %ix86
|
||||
#%endif
|
||||
ExclusiveArch: x86_64
|
||||
%ifarch amd64 x86_64 ia32e em64t
|
||||
BuildRequires: gcc-32bit
|
||||
BuildRequires: gcc-c++-32bit
|
||||
|
Loading…
Reference in New Issue
Block a user