Browse Source

qemu-streaming-agent remove testing due to catch depenency

Signed-off-by: virtbuilder_pel7x64builder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7x64builder0 5 years ago
parent
commit
63a67ada6b
  1. 4
      SPECS/spice-streaming-agent.spec

4
SPECS/spice-streaming-agent.spec

@ -15,7 +15,7 @@ Patch4: 0004-jpeg-Do-not-use-next_output_byte-buf_empty_output_bu.patch @@ -15,7 +15,7 @@ Patch4: 0004-jpeg-Do-not-use-next_output_byte-buf_empty_output_bu.patch
BuildRequires: spice-protocol >= 0.12.14
BuildRequires: libX11-devel libXfixes-devel
BuildRequires: libjpeg-turbo-devel
BuildRequires: catch-devel
#BuildRequires: catch-devel
BuildRequires: pkgconfig(udev)
# we need /usr/sbin/semanage program which is available on different
# packages depending on distribution
@ -45,7 +45,7 @@ agent plugins. @@ -45,7 +45,7 @@ agent plugins.
%patch4 -p1

%build
%configure --enable-tests --with-udevrulesdir=%{_udevrulesdir}
%configure --disable-tests --with-udevrulesdir=%{_udevrulesdir}
make %{?_smp_mflags} V=1

%check

Loading…
Cancel
Save