Accepting request 108119 from systemsmanagement:wbem

- fix SLES 10 build, disable failing test (bnc#750618)

OBS-URL: https://build.opensuse.org/request/show/108119
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=29
This commit is contained in:
Ismail Dönmez 2012-03-06 09:25:49 +00:00 committed by Git OBS Bridge
parent b07254f4ba
commit d61fa65c83
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 6 09:15:47 UTC 2012 - kkaempf@suse.com
- fix SLES 10 build, disable failing test (bnc#750618)
-------------------------------------------------------------------
Mon Mar 5 13:19:56 UTC 2012 - kkaempf@suse.com

View File

@ -141,6 +141,12 @@ make %{?_smp_mflags}
%if 0%{?sles_version} != 9
# This test is buggy on x86-64
rm -f Examples/test-suite/python/li_boost_shared_ptr_runme.py
%if 0%{?suse_version} == 1010
%ifarch x86_64
# This test fails on SLES 10 SP3+SP4 on 64bit (bnc#750618)
rm -f Examples/test-suite/ruby/newobject1_runme.rb
%endif
%endif
make check
%endif