[Spice-devel] [spice-streaming-agent 6/6] spec: Add missing Requires to the -devel package

Christophe Fergeau cfergeau at redhat.com
Wed Nov 8 13:17:05 UTC 2017


It needs pkg-config to be installed since it installs a .pc file.
---
Changes since v1:
    - only add pkgconfig Requires

 spice-streaming-agent.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
index e8c6d54..99b1f52 100644
--- a/spice-streaming-agent.spec.in
+++ b/spice-streaming-agent.spec.in
@@ -19,6 +19,7 @@ An agent, running on a guest, sending video streams of the X display to a remote
 
 %package devel
 Requires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
+Requires: pkgconfig
 Summary:  SPICE streaming agent development files
 
 %description devel
-- 
2.13.6



More information about the Spice-devel mailing list