Accepting request 127365 from network:samba:STABLE
- Ignore tdb run transaction expand check on ppc as well (forwarded request 127364 from k0da) OBS-URL: https://build.opensuse.org/request/show/127365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdb?expand=0&rev=4
This commit is contained in:
commit
bf7754a432
19
ignore-tdb1-run-transaction-expand.diff
Normal file
19
ignore-tdb1-run-transaction-expand.diff
Normal 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')
|
10
tdb.changes
10
tdb.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 7 15:42:23 UTC 2012 - dvaleev@suse.com
|
||||
|
||||
- Ignore tdb run transaction expand check on ppc as well
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 28 21:19:51 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Ignore tdb run transaction expand check on ppc64; (bnc#769268).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 20:40:55 UTC 2012 - adrian@suse.de
|
||||
|
||||
|
4
tdb.spec
4
tdb.spec
@ -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,9 @@ This package contains the python bindings for the Tdb library.
|
||||
|
||||
%prep
|
||||
%setup -n tdb-%{version} -q
|
||||
%ifarch ppc ppc64
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 911
|
||||
|
Loading…
Reference in New Issue
Block a user