- Fix the build on ix86 as we disable one test there that should
not work, sadly just sed is employed as the infrastructure for testing is not smart enough for comfy test filtering OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=101
This commit is contained in:
parent
cc6d197de9
commit
fa19cffb78
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 13:55:50 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix the build on ix86 as we disable one test there that should
|
||||
not work, sadly just sed is employed as the infrastructure for
|
||||
testing is not smart enough for comfy test filtering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 11:01:26 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||
|
||||
|
@ -176,6 +176,10 @@ This package contains the bindings to use the library in Qt C++ applications.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%ifarch %{ix86}
|
||||
sed -i -e '/t-callbacks.py/d' lang/python/tests/Makefile.{am,in}
|
||||
%endif
|
||||
|
||||
%build
|
||||
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
||||
languages="cl cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user