- 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:
Tomáš Chvátal 2018-10-09 13:56:32 +00:00 committed by Git OBS Bridge
parent cc6d197de9
commit fa19cffb78
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -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"