Ignore tdb run transaction expand check; (bnc#769268).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=19
This commit is contained in:
Lars Müller 2012-06-28 21:31:52 +00:00 committed by Git OBS Bridge
parent d54714f441
commit 44f1bd0149
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,19 @@
Author: Debian tdb maintainers
Bugzilla: 769268 - tdb: tdb1-run-transaction-expand test fails on ppc64
Index: tdb-1.2.10/wscript
===================================================================
--- tdb-1.2.10.orig/wscript
+++ tdb-1.2.10/wscript
@@ -192,8 +192,9 @@ def testonly(ctx):
if ret != 0:
print("%s failed:" % f)
samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 'test-output'))
- ecode = ret;
- break;
+ if f != 'tdb1-run-transaction-expand':
+ ecode = ret;
+ break;
if ecode == 0:
cmd = os.path.join(Utils.g_module.blddir, 'tdbtorture')

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 28 21:19:51 UTC 2012 - lmuelle@suse.com
- Ignore tdb run transaction expand check; (bnc#769268).
-------------------------------------------------------------------
Thu Jun 21 20:40:55 UTC 2012 - adrian@suse.de

View File

@ -42,6 +42,7 @@ Group: System/Libraries
Source: http://download.samba.org/pub/tdb/tdb-%{version}.tar.gz
Source1: http://download.samba.org/pub/tdb/tdb-%{version}.tar.asc
Source4: baselibs.conf
Patch0: ignore-tdb1-run-transaction-expand.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -114,6 +115,7 @@ This package contains the python bindings for the Tdb library.
%prep
%setup -n tdb-%{version} -q
%patch0 -p1
%build
%if 0%{?suse_version} && 0%{?suse_version} < 911