Accepting request 147839 from network:samba:STABLE
Refresh ignore-tdb1-run-transaction-expand.diff patch. OBS-URL: https://build.opensuse.org/request/show/147839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=7
This commit is contained in:
commit
1a4ed70f62
@ -1,16 +1,16 @@
|
|||||||
Author: Debian tdb maintainers
|
Author: Debian tdb maintainers
|
||||||
Bugzilla: 769268 - tdb: tdb1-run-transaction-expand test fails on ppc64
|
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.11.orig/wscript
|
||||||
+++ tdb-1.2.10/wscript
|
+++ tdb-1.2.11/wscript
|
||||||
@@ -192,8 +192,9 @@ def testonly(ctx):
|
@@ -196,8 +196,9 @@ def testonly(ctx):
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
print("%s failed:" % f)
|
print("%s failed:" % f)
|
||||||
samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 'test-output'))
|
samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 'test-output'))
|
||||||
- ecode = ret;
|
- ecode = ret
|
||||||
- break;
|
- break
|
||||||
+ if f != 'tdb1-run-transaction-expand':
|
+ if f != 'tdb1-run-transaction-expand':
|
||||||
+ ecode = ret;
|
+ ecode = ret;
|
||||||
+ break;
|
+ break;
|
||||||
|
@ -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
|
Sun Dec 2 17:27:15 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
2
tdb.spec
2
tdb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tdb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user