Accepting request 147462 from home:k0da:ppc

- refresh ignore-tdb1-run-transaction-expand.diff patch

OBS-URL: https://build.opensuse.org/request/show/147462
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=30
This commit is contained in:
Lars Müller 2013-01-08 13:36:43 +00:00 committed by Git OBS Bridge
parent 863a36e03b
commit a6aa008ac3
3 changed files with 13 additions and 8 deletions

View File

@ -1,16 +1,16 @@
Author: Debian tdb maintainers
Bugzilla: 769268 - tdb: tdb1-run-transaction-expand test fails on ppc64
Index: tdb-1.2.10/wscript
Index: tdb-1.2.11/wscript
===================================================================
--- tdb-1.2.10.orig/wscript
+++ tdb-1.2.10/wscript
@@ -192,8 +192,9 @@ def testonly(ctx):
--- tdb-1.2.11.orig/wscript
+++ tdb-1.2.11/wscript
@@ -196,8 +196,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;
- ecode = ret
- break
+ if f != 'tdb1-run-transaction-expand':
+ ecode = ret;
+ break;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 7 23:49:48 UTC 2013 - dvaleev@suse.com
- refresh ignore-tdb1-run-transaction-expand.diff patch
-------------------------------------------------------------------
Sun Dec 2 17:27:15 UTC 2012 - lmuelle@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tdb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed