[Spice-devel] [spice-streaming-agent PATCH 2/4] spec: BuildRequires autoconf and friends
Uri Lublin
uril at redhat.com
Thu Sep 26 15:13:18 UTC 2019
Also only build for x86_64
Signed-off-by: Uri Lublin <uril at redhat.com>
---
spice-streaming-agent.spec.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index 299ea02..a267c54 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -14,11 +14,15 @@ BuildRequires: pkgconfig(udev)
BuildRequires: libdrm-devel
BuildRequires: libXrandr-devel
BuildRequires: gcc-c++
+BuildRequires: automake autoconf autoconf-archive libtool
# we need /usr/sbin/semanage program which is available on different
# packages depending on distribution
Requires(post): /usr/sbin/semanage
Requires(postun): /usr/sbin/semanage
+ExclusiveArch: x86_64
+
+
%description
An agent, running on a guest, sending video streams of the X display to a
remote client (over SPICE).
--
2.21.0
More information about the Spice-devel
mailing list